You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/04/23 20:12:39 UTC

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2998 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2998/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([284B42827AA6FE0B:E9839FC4DBC02FA2]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:576)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:219)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37242/solr/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:526)
	... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
	... 46 more




Build Log:
[...truncated 11260 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrClient
   [junit4]   2> log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/init-core-data-001
   [junit4]   2> 1402 T13 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1596 T13 oas.SolrTestCaseJ4.setUp ###Starting testReliability
   [junit4]   2> 3239 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3751 T13 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:43055
   [junit4]   2> 3752 T13 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, hostPort=43055, solrconfig=bad_solrconfig.xml, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data}
   [junit4]   2> 4019 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 4191 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/'
   [junit4]   2> 5409 T13 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/solr.xml
   [junit4]   2> 5729 T13 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/.
   [junit4]   2> 6317 T13 oasc.CoreContainer.<init> New CoreContainer 1161320417
   [junit4]   2> 6318 T13 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/]
   [junit4]   2> 6319 T13 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/lib
   [junit4]   2> 6321 T13 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/lib).
   [junit4]   2> 6682 T13 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> 7247 T13 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 7271 T13 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7278 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7289 T13 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 7669 T13 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/.
   [junit4]   2> 7964 T13 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {transient=false, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/, schema=schema.xml, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1, name=collection1, dataDir=data/, config=solrconfig.xml, loadOnStartup=true}
   [junit4]   2> 7970 T13 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/
   [junit4]   2> 7971 T13 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 7983 T25 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/'
   [junit4]   2> 8183 T25 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 8305 T25 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 8615 T25 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 8673 T25 oass.IndexSchema.readSchema Reading Solr Schema from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/conf/schema.xml
   [junit4]   2> 8743 T25 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 9175 T25 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 9203 T25 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/
   [junit4]   2> 9213 T25 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 9315 T25 c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/], dataDir=[null]
   [junit4]   2> 9316 T25 c:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 9541 T25 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data
   [junit4]   2> 9545 T25 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index/
   [junit4]   2> 9547 T25 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 9551 T25 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index
   [junit4]   2> 9936 T25 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 9942 T25 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 12537 T25 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 12957 T25 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 12995 T25 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 12998 T25 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 13000 T25 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 13125 T25 c:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 13127 T25 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/file,/config,/admin/logging,standard,lazy,/update/json,/schema,/admin/ping,/admin/plugins,/admin/system,/admin/properties,/admin/segments,/update/json/docs,/admin/luke,/admin/threads,/admin/mbeans,/get,/replication,defaults,/update,/update/csv
   [junit4]   2> 13137 T25 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 13266 T25 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 13267 T25 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 13334 T25 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 13335 T25 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 13498 T25 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@2a97ddad[collection1] main
   [junit4]   2> 13555 T25 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/conf
   [junit4]   2> 13556 T25 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/conf}
   [junit4]   2> 13672 T25 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/conf
   [junit4]   2> 13674 T25 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 13818 T25 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 13820 T25 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 13825 T26 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2a97ddad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 13826 T13 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 13827 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@26ee4bb4
   [junit4]   2> 17527 T18 c:collection1 C0 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 1796
   [junit4]   2> 17867 T18 c:collection1 C0 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@26ee4bb4
   [junit4]   2> 19289 T18 c:collection1 C1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_2,generation=2}
   [junit4]   2> 19292 T18 c:collection1 C1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 19718 T18 c:collection1 C1 oass.SolrIndexSearcher.<init> Opening Searcher@3d85fdbe[collection1] main
   [junit4]   2> 19741 T18 c:collection1 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 19748 T26 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3d85fdbe[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C10)))}
   [junit4]   2> 19750 T18 c:collection1 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&softCommit=false&wt=javabin&waitSearcher=true&version=2} {commit=} 0 1883
   [junit4]   2> 19774 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 19777 T13 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:25039
   [junit4]   2> 19778 T13 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, hostPort=25039, solrconfig=bad_solrconfig.xml, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data}
   [junit4]   2> 19780 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 19780 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/'
   [junit4]   2> 19844 T13 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/solr.xml
   [junit4]   2> 19935 T13 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/.
   [junit4]   2> 19937 T13 oasc.CoreContainer.<init> New CoreContainer 1749492912
   [junit4]   2> 19937 T13 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/]
   [junit4]   2> 19938 T13 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/lib
   [junit4]   2> 19940 T13 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/lib).
   [junit4]   2> 19955 T13 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> 19964 T13 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 19966 T13 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 19967 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 19967 T13 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 19969 T13 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/.
   [junit4]   2> 19974 T13 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1, dataDir=data/, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, transient=false, name=collection1}
   [junit4]   2> 19976 T13 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/
   [junit4]   2> 19977 T13 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 19978 T37 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/'
   [junit4]   2> 20022 T37 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 20062 T37 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 20157 T37 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 20159 T37 oass.IndexSchema.readSchema Reading Solr Schema from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/conf/schema.xml
   [junit4]   2> 20170 T37 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 20196 T37 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 20198 T37 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/
   [junit4]   2> 20198 T37 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 20200 T37 c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/], dataDir=[null]
   [junit4]   2> 20200 T37 c:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 20202 T37 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data
   [junit4]   2> 20204 T37 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index/
   [junit4]   2> 20206 T37 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 20207 T37 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index
   [junit4]   2> 20216 T37 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 20217 T37 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 20221 T37 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 20246 T37 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20249 T37 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20252 T37 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20254 T37 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20257 T37 c:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 20258 T37 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/file,/config,/admin/logging,standard,lazy,/update/json,/schema,/admin/ping,/admin/plugins,/admin/system,/admin/properties,/admin/segments,/update/json/docs,/admin/luke,/admin/threads,/admin/mbeans,/get,/replication,defaults,/update,/update/csv
   [junit4]   2> 20261 T37 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 20262 T37 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 20262 T37 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 20266 T37 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 20267 T37 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 20268 T37 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@57532871[collection1] main
   [junit4]   2> 20269 T37 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/conf
   [junit4]   2> 20270 T37 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/conf}
   [junit4]   2> 20270 T37 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/conf
   [junit4]   2> 20272 T37 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 20272 T37 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 20273 T38 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@57532871[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 20274 T37 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 20275 T13 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 20276 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@333f2aa3
   [junit4]   2> 20289 T31 c:collection1 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 9
   [junit4]   2> 20295 T31 c:collection1 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 20370 T31 c:collection1 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_2,generation=2}
   [junit4]   2> 20371 T31 c:collection1 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 20381 T31 c:collection1 C2 oass.SolrIndexSearcher.<init> Opening Searcher@57e41c04[collection1] main
   [junit4]   2> 20382 T31 c:collection1 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 20383 T38 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@57e41c04[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C10)))}
   [junit4]   2> 20384 T31 c:collection1 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&softCommit=false&wt=javabin&waitSearcher=true&version=2} {commit=} 0 90
   [junit4]   2> 20410 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 20413 T13 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:37242
   [junit4]   2> 20414 T13 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data, hostPort=37242, hostContext=/solr, solrconfig=bad_solrconfig.xml}
   [junit4]   2> 20416 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 20416 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/'
   [junit4]   2> 20490 T13 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/solr.xml
   [junit4]   2> 20585 T13 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/.
   [junit4]   2> 20587 T13 oasc.CoreContainer.<init> New CoreContainer 60356096
   [junit4]   2> 20587 T13 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/]
   [junit4]   2> 20588 T13 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/lib
   [junit4]   2> 20590 T13 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/lib).
   [junit4]   2> 20609 T13 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> 20618 T13 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 20620 T13 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 20621 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 20622 T13 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 20624 T13 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/.
   [junit4]   2> 20628 T13 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/./collection1, config=solrconfig.xml, loadOnStartup=true, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/./collection1/, transient=false, dataDir=data/, name=collection1, schema=schema.xml}
   [junit4]   2> 20629 T13 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/./collection1/
   [junit4]   2> 20631 T13 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 20632 T49 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/./collection1/'
   [junit4]   2> 20683 T49 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 20713 T49 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 20778 T49 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 20780 T49 oass.IndexSchema.readSchema Reading Solr Schema from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/./collection1/conf/schema.xml
   [junit4]   2> 20791 T49 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 20855 T49 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 20857 T49 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/./collection1/
   [junit4]   2> 20857 T49 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 20858 T49 c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/./collection1/], dataDir=[null]
   [junit4]   2> 20859 T49 c:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 20861 T49 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data
   [junit4]   2> 20862 T49 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index/
   [junit4]   2> 20863 T49 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 20865 T49 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index
   [junit4]   2> 20873 T49 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 20874 T49 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 20879 T49 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 20905 T49 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20907 T49 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20909 T49 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20912 T49 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20915 T49 c:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 20916 T49 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/file,/config,/admin/logging,standard,lazy,/update/json,/schema,/admin/ping,/admin/plugins,/admin/system,/admin/properties,/admin/segments,/update/json/docs,/admin/luke,/admin/threads,/admin/mbeans,/get,/replication,defaults,/update,/update/csv
   [junit4]   2> 20918 T49 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 20919 T49 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 20920 T49 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 20924 T49 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 20924 T49 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 20925 T49 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@7b985837[collection1] main
   [junit4]   2> 20926 T49 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/./collection1/conf
   [junit4]   2> 20927 T49 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/./collection1/conf}
   [junit4]   2> 20927 T49 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/./collection1/conf
   [junit4]   2> 20929 T49 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 20929 T49 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 20930 T50 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b985837[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 20930 T49 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 20931 T13 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 20932 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@301eace7
   [junit4]   2> 20946 T46 c:collection1 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 9
   [junit4]   2> 20951 T46 c:collection1 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21002 T46 c:collection1 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_2,generation=2}
   [junit4]   2> 21004 T46 c:collection1 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 21013 T46 c:collection1 C3 oass.SolrIndexSearcher.<init> Opening Searcher@786d0dda[collection1] main
   [junit4]   2> 21015 T46 c:collection1 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21015 T50 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@786d0dda[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C10)))}
   [junit4]   2> 21016 T46 c:collection1 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&softCommit=false&wt=javabin&waitSearcher=true&version=2} {commit=} 0 66
   [junit4]   2> 21021 T13 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1749492912
   [junit4]   2> 21022 T13 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@333f2aa3
   [junit4]   2> 21024 T13 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 21025 T13 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 21026 T13 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 21027 T13 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 21031 T13 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 21033 T13 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 21035 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 21036 T13 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index
   [junit4]   2> 21384 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 21385 T13 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data
   [junit4]   2> 21388 T13 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@26ee4bb4
   [junit4]   2> 22373 T23 c:collection1 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=726 
   [junit4]   2> 22373 T43 c:collection1 C3 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=207 
   [junit4]   2> 22418 T13 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1161320417
   [junit4]   2> 22420 T13 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 22601 T24 c:collection1 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={rows=0&wt=javabin&q=*:*&version=2&distrib=false&sort=_docid_+asc} hits=10 status=0 QTime=186 
   [junit4]   2> 22612 T24 c:collection1 C4 oass.SolrDispatchFilter.writeResponse Unable to write response, client closed connection or we are shutting down org.eclipse.jetty.io.EofException
   [junit4]   2> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
   [junit4]   2> 	at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
   [junit4]   2> 	at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:108)
   [junit4]   2> 	at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
   [junit4]   2> 	at org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:827)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:462)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:223)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:104)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 	at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
   [junit4]   2> 	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 22614 T24 c:collection1 C4 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@26ee4bb4
   [junit4]   2> 22615 T24 c:collection1 C4 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 22616 T24 c:collection1 C4 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 22616 T24 c:collection1 C4 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 22617 T24 c:collection1 C4 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 22620 T24 c:collection1 C4 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 22622 T24 c:collection1 C4 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 22622 T24 c:collection1 C4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 22623 T24 c:collection1 C4 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index
   [junit4]   2> 22650 T24 c:collection1 C4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 22650 T24 c:collection1 C4 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data
   [junit4]   2> 22689 T13 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=60356096
   [junit4]   2> 22689 T13 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@301eace7
   [junit4]   2> 22690 T13 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 22691 T13 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 22691 T13 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 22692 T13 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 22695 T13 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 22697 T13 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 22697 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 22698 T13 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data
   [junit4]   2> 22699 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 22700 T13 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index
   [junit4]   2> 22726 T13 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 22899 T13 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability -Dtests.seed=284B42827AA6FE0B -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Europe/Bratislava -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   21.6s J1 | TestLBHttpSolrClient.testReliability <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([284B42827AA6FE0B:E9839FC4DBC02FA2]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:576)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:219)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37242/solr/collection1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:526)
   [junit4]    > 	... 43 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
   [junit4]    > 	... 46 more
   [junit4]   2> 23146 T13 oas.SolrTestCaseJ4.setUp ###Starting testTwoServers
   [junit4]   2> 23167 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 23169 T13 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:16478
   [junit4]   2> 23169 T13 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data, hostPort=16478, solrconfig=bad_solrconfig.xml}
   [junit4]   2> 23170 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 23171 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/'
   [junit4]   2> 23226 T13 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/solr.xml
   [junit4]   2> 23302 T13 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/.
   [junit4]   2> 23309 T13 oasc.CoreContainer.<init> New CoreContainer 495678686
   [junit4]   2> 23310 T13 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/]
   [junit4]   2> 23310 T13 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/lib
   [junit4]   2> 23311 T13 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/lib).
   [junit4]   2> 23325 T13 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> 23328 T13 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 23330 T13 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 23331 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 23332 T13 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 23335 T13 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/.
   [junit4]   2> 23339 T13 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {dataDir=data/, name=collection1, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true}
   [junit4]   2> 23339 T13 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/
   [junit4]   2> 23342 T13 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 23343 T62 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/'
   [junit4]   2> 23383 T62 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 23410 T62 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 23467 T62 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 23469 T62 oass.IndexSchema.readSchema Reading Solr Schema from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/conf/schema.xml
   [junit4]   2> 23478 T62 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 23502 T62 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 23503 T62 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/
   [junit4]   2> 23504 T62 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 23505 T62 c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/], dataDir=[null]
   [junit4]   2> 23505 T62 c:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 23507 T62 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data
   [junit4]   2> 23509 T62 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index/
   [junit4]   2> 23510 T62 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 23511 T62 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index
   [junit4]   2> 23520 T62 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 23520 T62 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23524 T62 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 23548 T62 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23551 T62 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23553 T62 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23556 T62 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23559 T62 c:collection1 oasc.PluginBag.createPlugin requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 23560 T62 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/file,/config,/admin/logging,standard,lazy,/update/json,/schema,/admin/ping,/admin/plugins,/admin/system,/admin/properties,/admin/segments,/update/json/docs,/admin/luke,/admin/threads,/admin/mbeans,/get,/replication,defaults,/update,/update/csv
   [junit4]   2> 23562 T62 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 23563 T62 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 23564 T62 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 23567 T62 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 23567 T62 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23568 T62 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@44d50b8f[collection1] main
   [junit4]   2> 23569 T62 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/conf
   [junit4]   2> 23570 T62 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/conf}
   [junit4]   2> 23570 T62 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/./collection1/conf
   [junit4]   2> 23572 T62 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 23572 T62 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 23572 T63 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44d50b8f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 23573 T62 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 23573 T13 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 23574 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@7b4df922
   [junit4]   2> 23584 T57 c:collection1 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 7
   [junit4]   2> 23588 T57 c:collection1 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 23647 T57 c:collection1 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_2,generation=2}
   [junit4]   2> 23647 T57 c:collection1 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 23654 T57 c:collection1 C5 oass.SolrIndexSearcher.<init> Opening Searcher@30ac50d9[collection1] main
   [junit4]   2> 23655 T57 c:collection1 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 23655 T63 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@30ac50d9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C10)))}
   [junit4]   2> 23656 T57 c:collection1 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&softCommit=false&wt=javabin&waitSearcher=true&version=2} {commit=} 0 68
   [junit4]   2> 23677 T13 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 23680 T13 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:57593
   [junit4]   2> 23680 T13 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=57593, solrconfig=bad_solrconfig.xml, hostContext=/solr, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data}
   [junit4]   2> 23681 T13 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3c56b64c
   [junit4]   2> 23681 T13 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/'
   [junit4]   2> 23736 T13 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/solr.xml
   [junit4]   2> 23817 T13 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/.
   [junit4]   2> 23818 T13 oasc.CoreContainer.<init> New CoreContainer 1042327617
   [junit4]   2> 23819 T13 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/]
   [junit4]   2> 23819 T13 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/lib
   [junit4]   2> 23820 T13 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/lib).
   [junit4]   2> 23842 T13 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> 23849 T13 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 23851 T13 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 23852 T13 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 23852 T13 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 23854 T13 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/.
   [junit4]   2> 23859 T13 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/, schema=schema.xml, config=solrconfig.xml, name=collection1, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1, loadOnStartup=true, transient=false, dataDir=data/}
   [junit4]   2> 23860 T13 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/
   [junit4]   2> 23860 T13 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 23861 T74 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/'
   [junit4]   2> 23908 T74 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 23932 T74 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 23987 T74 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 23989 T74 oass.IndexSchema.readSchema Reading Solr Schema from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/conf/schema.xml
   [junit4]   2> 23998 T74 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 24021 T74 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 24023 T74 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/
   [junit4]   2> 24023 T74 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 24024 T74 c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/./collection1/], dataDir=[null]
   [junit4]   2> 24024 T74 c:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 24026 T74 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data
   [junit4]   2> 24027 T74 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index/
   [junit4]   2> 24028 T74 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 24030 T74 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index
   [junit4]   2> 24038 T74 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aeeaaf7),segFN=segments_1,generation=1}
   [junit4]   2> 24038 T74 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 24042 T74 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [ju

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

nit4]   2> 32433 T13 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 32434 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 32434 T13 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data/index
   [junit4]   2> 32456 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 32457 T13 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-0-001/collection1/data
   [junit4]   2> 32458 T13 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 32633 T13 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1987517275
   [junit4]   2> 32634 T13 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@495d817e
   [junit4]   2> 32635 T13 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 32636 T13 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 32636 T13 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 32636 T13 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 32639 T13 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 32640 T13 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 32641 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 32641 T13 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data
   [junit4]   2> 32642 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 32642 T13 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-1-001/collection1/data/index
   [junit4]   2> 32655 T13 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 32848 T13 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=917609236
   [junit4]   2> 32849 T13 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@267c9c15
   [junit4]   2> 32850 T13 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 32851 T13 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 32851 T13 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 32851 T13 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 32854 T13 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 32856 T13 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 32856 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 32857 T13 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data
   [junit4]   2> 32858 T13 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 32859 T13 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001/instance-2-001/collection1/data/index
   [junit4]   2> 32878 T13 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 33058 T13 oas.SolrTestCaseJ4.tearDown ###Ending testSimple
   [junit4]   2> 33061 T13 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrClient 284B42827AA6FE0B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {name=FSTOrd50, id=FSTOrd50}, docValues:{}, sim=DefaultSimilarity, locale=is_IS, timezone=Europe/Bratislava
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=3,free=239659624,total=272629760
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastInputStream, TestLBHttpSolrClient]
   [junit4] Completed [2/57] on J1 in 33.44s, 3 tests, 1 error <<< FAILURES!

[...truncated 179 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:242: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:511: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1434: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991: There were test failures: 57 suites, 381 tests, 1 error

Total time: 56 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2996
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 13403576 bytes
Compression is 0.0%
Took 2.7 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2999 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2999/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
shard1 is not consistent.  Got 698 from http://127.0.0.1:42403/qh/u/collection1lastClient and got 64 from http://127.0.0.1:42420/qh/u/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 698 from http://127.0.0.1:42403/qh/u/collection1lastClient and got 64 from http://127.0.0.1:42420/qh/u/collection1
	at __randomizedtesting.SeedInfo.seed([ADCFB019576F27DF:259B8FC3F9934A27]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9630 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/init-core-data-001
   [junit4]   2> 211994 T528 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 211994 T528 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /qh/u
   [junit4]   2> 211998 T528 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 211999 T529 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 211999 T529 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 212099 T528 oasc.ZkTestServer.run start zk server on port:24446
   [junit4]   2> 212100 T528 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 212101 T528 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 212105 T536 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26db7fc2 name:ZooKeeperConnection Watcher:127.0.0.1:24446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 212105 T528 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 212106 T528 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 212107 T528 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 212109 T528 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 212110 T528 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 212112 T539 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ce5a1e2 name:ZooKeeperConnection Watcher:127.0.0.1:24446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 212112 T528 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 212113 T528 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 212113 T528 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 212116 T528 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 212118 T528 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 212119 T528 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 212122 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 212122 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 212126 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 212127 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 212229 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 212230 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 212233 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 212233 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 212236 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 212236 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 212239 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 212239 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 212242 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 212242 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 212245 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 212246 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 212248 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 212249 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 212251 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 212252 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 212254 T528 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 212255 T528 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 214030 T528 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores/collection1
   [junit4]   2> 214035 T528 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 214040 T528 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:43471
   [junit4]   2> 214040 T528 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/qh/u, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/tempDir-001/control/data, hostPort=43471, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores}
   [junit4]   2> 214041 T528 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60da5686
   [junit4]   2> 214042 T528 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/'
   [junit4]   2> 214089 T528 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/solr.xml
   [junit4]   2> 214150 T528 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores
   [junit4]   2> 214151 T528 oasc.CoreContainer.<init> New CoreContainer 344411122
   [junit4]   2> 214151 T528 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/]
   [junit4]   2> 214152 T528 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/lib
   [junit4]   2> 214153 T528 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/lib).
   [junit4]   2> 214167 T528 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> 214175 T528 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 214177 T528 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 214177 T528 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 214178 T528 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 214178 T528 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:24446/solr
   [junit4]   2> 214178 T528 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 214179 T528 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 214180 T528 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 214182 T551 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19a38437 name:ZooKeeperConnection Watcher:127.0.0.1:24446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 214182 T528 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 214183 T528 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 214186 T528 N:127.0.0.1:43471_qh%2Fu oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 214187 T554 N:127.0.0.1:43471_qh%2Fu oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a93c966 name:ZooKeeperConnection Watcher:127.0.0.1:24446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 214188 T528 N:127.0.0.1:43471_qh%2Fu oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 214190 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 214193 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 214196 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 214199 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 214202 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 214206 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 214208 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 214210 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 214212 T528 N:127.0.0.1:43471_qh%2Fu oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43471_qh%2Fu
   [junit4]   2> 214213 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43471_qh%2Fu
   [junit4]   2> 214215 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 214218 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 214220 T528 N:127.0.0.1:43471_qh%2Fu oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 214222 T528 N:127.0.0.1:43471_qh%2Fu oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:43471_qh%2Fu
   [junit4]   2> 214222 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 214225 T528 N:127.0.0.1:43471_qh%2Fu oasc.Overseer.start Overseer (id=93704695701635075-127.0.0.1:43471_qh%2Fu-n_0000000000) starting
   [junit4]   2> 214227 T528 N:127.0.0.1:43471_qh%2Fu oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 214236 T528 N:127.0.0.1:43471_qh%2Fu oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 214237 T556 N:127.0.0.1:43471_qh%2Fu oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 214237 T528 N:127.0.0.1:43471_qh%2Fu oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 214238 T555 N:127.0.0.1:43471_qh%2Fu oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 214244 T528 N:127.0.0.1:43471_qh%2Fu oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores
   [junit4]   2> 214249 T528 N:127.0.0.1:43471_qh%2Fu oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {collection=control_collection, schema=schema.xml, coreNodeName=, dataDir=data/, config=solrconfig.xml, transient=false, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores/collection1/, shard=, name=collection1, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores/collection1, loadOnStartup=true}
   [junit4]   2> 214249 T528 N:127.0.0.1:43471_qh%2Fu oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores/collection1/
   [junit4]   2> 214250 T528 N:127.0.0.1:43471_qh%2Fu oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 214251 T558 N:127.0.0.1:43471_qh%2Fu C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 214251 T558 N:127.0.0.1:43471_qh%2Fu C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 214253 T558 N:127.0.0.1:43471_qh%2Fu oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 214253 T554 N:127.0.0.1:43471_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 214254 T555 N:127.0.0.1:43471_qh%2Fu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43471/qh/u",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:43471_qh%2Fu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null} current state version: 0
   [junit4]   2> 214255 T555 N:127.0.0.1:43471_qh%2Fu oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43471/qh/u",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:43471_qh%2Fu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 214256 T555 N:127.0.0.1:43471_qh%2Fu oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 214263 T555 N:127.0.0.1:43471_qh%2Fu oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 214266 T554 N:127.0.0.1:43471_qh%2Fu 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> 215253 T558 N:127.0.0.1:43471_qh%2Fu oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 215254 T558 N:127.0.0.1:43471_qh%2Fu oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 215255 T558 N:127.0.0.1:43471_qh%2Fu oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 215255 T558 N:127.0.0.1:43471_qh%2Fu oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 215256 T558 N:127.0.0.1:43471_qh%2Fu oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 215256 T558 N:127.0.0.1:43471_qh%2Fu oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores/collection1/'
   [junit4]   2> 215270 T558 N:127.0.0.1:43471_qh%2Fu oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 215279 T558 N:127.0.0.1:43471_qh%2Fu oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 215293 T558 N:127.0.0.1:43471_qh%2Fu oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 215326 T558 N:127.0.0.1:43471_qh%2Fu oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 215427 T558 N:127.0.0.1:43471_qh%2Fu oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 215438 T558 N:127.0.0.1:43471_qh%2Fu oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 215867 T558 N:127.0.0.1:43471_qh%2Fu oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 215871 T558 N:127.0.0.1:43471_qh%2Fu oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 215874 T558 N:127.0.0.1:43471_qh%2Fu oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 215880 T558 N:127.0.0.1:43471_qh%2Fu oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 215920 T558 N:127.0.0.1:43471_qh%2Fu oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 215921 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 215921 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 215922 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1160c101
   [junit4]   2> 215923 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores/collection1/data
   [junit4]   2> 215924 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores/collection1/data/index/
   [junit4]   2> 215924 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 215925 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/control-001/cores/collection1/data/index
   [junit4]   2> 215925 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 215926 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@170abc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@68c1bcaf),segFN=segments_1,generation=1}
   [junit4]   2> 215927 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 215938 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 216108 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 216108 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 216109 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 216109 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 216110 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 216111 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 216111 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 216112 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 216158 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 216163 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 216168 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 216173 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 216183 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/update/csv,/update/json,/admin/properties,/admin/ping,standard,/admin/plugins,/admin/segments,/admin/luke,/admin/system,/admin/logging,/replication,/admin/file,/admin/mbeans,/update,/get,/schema,/config,/update/json/docs
   [junit4]   2> 216188 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 216191 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 216192 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 216197 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 216197 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 216198 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=80.8095703125, floorSegmentMB=0.6435546875, forceMergeDeletesPctAllowed=0.5099673420008421, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 216199 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@170abc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@68c1bcaf),segFN=segments_1,generation=1}
   [junit4]   2> 216200 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 216200 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@7bc21503[collection1] main
   [junit4]   2> 216201 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 216202 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 216203 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 216232 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 216232 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 216233 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 216234 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 216235 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 216236 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 216236 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 216237 T559 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bc21503[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216238 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 216239 T558 N:127.0.0.1:43471_qh%2Fu c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 216240 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43471/qh/u collection:control_collection shard:shard1
   [junit4]   2> 216241 T528 N:127.0.0.1:43471_qh%2Fu oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 216241 T528 N:127.0.0.1:43471_qh%2Fu oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 216242 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 216253 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 216256 T554 N:127.0.0.1:43471_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 216257 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 216257 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C51 name=collection1 org.apache.solr.core.SolrCore@1a7a971e url=http://127.0.0.1:43471/qh/u/collection1 node=127.0.0.1:43471_qh%2Fu C51_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:43471/qh/u, node_name=127.0.0.1:43471_qh%2Fu, core=collection1, state=down}
   [junit4]   2> 216258 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 C51 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43471/qh/u/collection1/
   [junit4]   2> 216258 T555 N:127.0.0.1:43471_qh%2Fu 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> 216260 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 C51 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 216261 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 C51 oasc.SyncStrategy.syncToMe http://127.0.0.1:43471/qh/u/collection1/ has no replicas
   [junit4]   2> 216261 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43471/qh/u/collection1/ shard1
   [junit4]   2> 216262 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 216263 T554 N:127.0.0.1:43471_qh%2Fu 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> 216272 T554 N:127.0.0.1:43471_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 216274 T555 N:127.0.0.1:43471_qh%2Fu 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:43471/qh/u",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 216326 T528 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 216328 T528 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 216331 T565 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64e23d5a name:ZooKeeperConnection Watcher:127.0.0.1:24446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 216331 T528 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 216332 T528 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 216332 T528 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 216342 T528 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 216343 T528 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 216343 T528 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 216344 T528 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 216347 T568 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@463329e3 name:ZooKeeperConnection Watcher:127.0.0.1:24446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 216347 T528 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 216348 T528 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 216350 T554 N:127.0.0.1:43471_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 216352 T555 N:127.0.0.1:43471_qh%2Fu 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: 2
   [junit4]   2> 216353 T555 N:127.0.0.1:43471_qh%2Fu oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 216354 T554 N:127.0.0.1:43471_qh%2Fu 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> 216354 T565 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> 216375 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:43471/qh/u/collection1/ and leader is http://127.0.0.1:43471/qh/u/collection1/
   [junit4]   2> 216376 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43471/qh/u
   [junit4]   2> 216376 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 216377 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 216377 T562 N:127.0.0.1:43471_qh%2Fu C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 216379 T554 N:127.0.0.1:43471_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 216381 T555 N:127.0.0.1:43471_qh%2Fu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43471/qh/u",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:43471_qh%2Fu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null} current state version: 3
   [junit4]   2> 216382 T555 N:127.0.0.1:43471_qh%2Fu oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43471/qh/u",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:43471_qh%2Fu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 216384 T555 N:127.0.0.1:43471_qh%2Fu oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 216386 T565 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> 216386 T554 N:127.0.0.1:43471_qh%2Fu 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> 216494 T565 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> 216494 T554 N:127.0.0.1:43471_qh%2Fu 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> 218183 T528 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores/collection1
   [junit4]   2> 218187 T528 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001
   [junit4]   2> 218188 T528 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 218191 T528 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:42403
   [junit4]   2> 218191 T528 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/qh/u, hostPort=42403, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/tempDir-001/jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 218193 T528 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60da5686
   [junit4]   2> 218193 T528 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/'
   [junit4]   2> 218245 T528 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/solr.xml
   [junit4]   2> 218306 T528 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores
   [junit4]   2> 218307 T528 oasc.CoreContainer.<init> New CoreContainer 674967958
   [junit4]   2> 218307 T528 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/]
   [junit4]   2> 218308 T528 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/lib
   [junit4]   2> 218309 T528 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/lib).
   [junit4]   2> 218323 T528 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> 218331 T528 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 218332 T528 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 218332 T528 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 218333 T528 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 218333 T528 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:24446/solr
   [junit4]   2> 218334 T528 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 218334 T528 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 218335 T528 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 218337 T580 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72cf1d17 name:ZooKeeperConnection Watcher:127.0.0.1:24446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 218338 T528 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 218339 T528 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 218341 T528 N:127.0.0.1:42403_qh%2Fu oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 218343 T583 N:127.0.0.1:42403_qh%2Fu oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29dbcdf9 name:ZooKeeperConnection Watcher:127.0.0.1:24446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 218343 T528 N:127.0.0.1:42403_qh%2Fu oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 218349 T528 N:127.0.0.1:42403_qh%2Fu oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 219357 T528 N:127.0.0.1:42403_qh%2Fu oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42403_qh%2Fu
   [junit4]   2> 219359 T528 N:127.0.0.1:42403_qh%2Fu oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42403_qh%2Fu
   [junit4]   2> 219362 T528 N:127.0.0.1:42403_qh%2Fu oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 219366 T528 N:127.0.0.1:42403_qh%2Fu oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores
   [junit4]   2> 219370 T528 N:127.0.0.1:42403_qh%2Fu oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {transient=false, loadOnStartup=true, dataDir=data/, schema=schema.xml, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores/collection1, coreNodeName=, collection=collection1, config=solrconfig.xml, shard=, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores/collection1/, name=collection1}
   [junit4]   2> 219371 T528 N:127.0.0.1:42403_qh%2Fu oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores/collection1/
   [junit4]   2> 219371 T528 N:127.0.0.1:42403_qh%2Fu oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 219374 T584 N:127.0.0.1:42403_qh%2Fu C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 219375 T584 N:127.0.0.1:42403_qh%2Fu C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 219377 T554 N:127.0.0.1:43471_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 219377 T584 N:127.0.0.1:42403_qh%2Fu oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 219378 T584 N:127.0.0.1:42403_qh%2Fu oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 219378 T555 N:127.0.0.1:43471_qh%2Fu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42403/qh/u",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:42403_qh%2Fu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null} current state version: 5
   [junit4]   2> 219378 T584 N:127.0.0.1:42403_qh%2Fu oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 219379 T555 N:127.0.0.1:43471_qh%2Fu oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42403/qh/u",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:42403_qh%2Fu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 219379 T555 N:127.0.0.1:43471_qh%2Fu oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 219379 T555 N:127.0.0.1:43471_qh%2Fu oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 219381 T555 N:127.0.0.1:43471_qh%2Fu oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 219386 T584 N:127.0.0.1:42403_qh%2Fu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 219387 T584 N:127.0.0.1:42403_qh%2Fu oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 219387 T584 N:127.0.0.1:42403_qh%2Fu oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 219387 T584 N:127.0.0.1:42403_qh%2Fu oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 219388 T584 N:127.0.0.1:42403_qh%2Fu oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 219388 T584 N:127.0.0.1:42403_qh%2Fu oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 219389 T584 N:127.0.0.1:42403_qh%2Fu oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 219390 T584 N:127.0.0.1:42403_qh%2Fu oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores/collection1/'
   [junit4]   2> 219410 T584 N:127.0.0.1:42403_qh%2Fu oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 219423 T584 N:127.0.0.1:42403_qh%2Fu oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 219457 T584 N:127.0.0.1:42403_qh%2Fu oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 219513 T584 N:127.0.0.1:42403_qh%2Fu oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 219615 T584 N:127.0.0.1:42403_qh%2Fu oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 219626 T584 N:127.0.0.1:42403_qh%2Fu oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 220010 T584 N:127.0.0.1:42403_qh%2Fu oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 220013 T584 N:127.0.0.1:42403_qh%2Fu oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 220015 T584 N:127.0.0.1:42403_qh%2Fu oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 220021 T584 N:127.0.0.1:42403_qh%2Fu oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 220050 T584 N:127.0.0.1:42403_qh%2Fu oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 220050 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 220051 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 220051 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1160c101
   [junit4]   2> 220052 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores/collection1/data
   [junit4]   2> 220052 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 220053 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 220053 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 220054 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 220055 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d269d64 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52271f2f),segFN=segments_1,generation=1}
   [junit4]   2> 220055 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 220065 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 220065 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 220066 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 220066 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 220066 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 220066 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 220067 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 220067 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 220068 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 220096 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 220099 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 220102 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 220105 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 220114 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/update/csv,/update/json,/admin/properties,/admin/ping,standard,/admin/plugins,/admin/segments,/admin/luke,/admin/system,/admin/logging,/replication,/admin/file,/admin/mbeans,/update,/get,/schema,/config,/update/json/docs
   [junit4]   2> 220116 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 220119 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 220119 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 220123 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 220123 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 220124 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=80.8095703125, floorSegmentMB=0.6435546875, forceMergeDeletesPctAllowed=0.5099673420008421, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 220125 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1d269d64 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52271f2f),segFN=segments_1,generation=1}
   [junit4]   2> 220125 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 220126 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@1ea55e6a[collection1] main
   [junit4]   2> 220126 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 220127 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 220128 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 220128 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 220129 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 220129 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 220130 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 220130 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 220130 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 220131 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 220132 T585 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ea55e6a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 220133 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 220134 T584 N:127.0.0.1:42403_qh%2Fu c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 220135 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42403/qh/u collection:collection1 shard:shard1
   [junit4]   2> 220135 T528 N:127.0.0.1:42403_qh%2Fu oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 220135 T528 N:127.0.0.1:42403_qh%2Fu oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 220136 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 220142 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 220144 T554 N:127.0.0.1:43471_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 220145 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 220145 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C52 name=collection1 org.apache.solr.core.SolrCore@38124835 url=http://127.0.0.1:42403/qh/u/collection1 node=127.0.0.1:42403_qh%2Fu C52_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:42403/qh/u, node_name=127.0.0.1:42403_qh%2Fu, core=collection1, state=down}
   [junit4]   2> 220145 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 C52 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42403/qh/u/collection1/
   [junit4]   2> 220146 T555 N:127.0.0.1:43471_qh%2Fu 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> 220146 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 C52 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 220147 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 C52 oasc.SyncStrategy.syncToMe http://127.0.0.1:42403/qh/u/collection1/ has no replicas
   [junit4]   2> 220147 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42403/qh/u/collection1/ shard1
   [junit4]   2> 220147 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 220148 T555 N:127.0.0.1:43471_qh%2Fu oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 220149 T583 N:127.0.0.1:42403_qh%2Fu 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> 220150 T583 N:127.0.0.1:42403_qh%2Fu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 220153 T554 N:127.0.0.1:43471_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 220154 T555 N:127.0.0.1:43471_qh%2Fu 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:42403/qh/u",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 220155 T555 N:127.0.0.1:43471_qh%2Fu oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 220156 T583 N:127.0.0.1:42403_qh%2Fu 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> 220157 T583 N:127.0.0.1:42403_qh%2Fu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 220204 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:42403/qh/u/collection1/ and leader is http://127.0.0.1:42403/qh/u/collection1/
   [junit4]   2> 220205 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42403/qh/u
   [junit4]   2> 220205 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 220205 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 220206 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 220207 T554 N:127.0.0.1:43471_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 220208 T555 N:127.0.0.1:43471_qh%2Fu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42403/qh/u",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:42403_qh%2Fu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null} current state version: 5
   [junit4]   2> 220209 T555 N:127.0.0.1:43471_qh%2Fu oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42403/qh/u",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:42403_qh%2Fu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 220210 T555 N:127.0.0.1:43471_qh%2Fu oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 220211 T588 N:127.0.0.1:42403_qh%2Fu C:collection1 S:shard1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 220211 T583 N:127.0.0.1:42403_qh%2Fu 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> 220212 T583 N:127.0.0.1:42403_qh%2Fu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 221562 T528 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1
   [junit4]   2> 221565 T528 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001
   [junit4]   2> 221566 T528 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 221568 T528 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:42420
   [junit4]   2> 221569 T528 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/tempDir-001/jetty2, hostContext=/qh/u, solrconfig=solrconfig.xml, hostPort=42420, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores}
   [junit4]   2> 221569 T528 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@60da5686
   [junit4]   2> 221569 T528 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/'
   [junit4]   2> 221613 T528 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/solr.xml
   [junit4]   2> 221666 T528 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores
   [junit4]   2> 221667 T528 oasc.CoreContainer.<init> New CoreContainer 1035201420
   [junit4]   2> 221667 T528 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/]
   [junit4]   2> 221667 T528 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/lib
   [junit4]   2> 221668 T528 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/lib).
   [junit4]   2> 221678 T528 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> 221685 T528 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 221686 T528 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 221686 T528 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 221687 T528 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 221687 T528 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:24446/solr
   [junit4]   2> 221687 T528 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 221687 T528 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 221688 T528 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 221690 T600 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4187a805 name:ZooKeeperConnection Watcher:127.0.0.1:24446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 221690 T528 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 221691 T528 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 221692 T528 N:127.0.0.1:42420_qh%2Fu oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 221694 T603 N:127.0.0.1:42420_qh%2Fu oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e93e12d name:ZooKeeperConnection Watcher:127.0.0.1:24446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 221694 T528 N:127.0.0.1:42420_qh%2Fu oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 221698 T528 N:127.0.0.1:42420_qh%2Fu oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 222704 T528 N:127.0.0.1:42420_qh%2Fu oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42420_qh%2Fu
   [junit4]   2> 222705 T528 N:127.0.0.1:42420_qh%2Fu oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42420_qh%2Fu
   [junit4]   2> 222708 T528 N:127.0.0.1:42420_qh%2Fu oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 222711 T528 N:127.0.0.1:42420_qh%2Fu oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores
   [junit4]   2> 222713 T528 N:127.0.0.1:42420_qh%2Fu oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {coreNodeName=, loadOnStartup=true, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1/, config=solrconfig.xml, schema=schema.xml, transient=false, collection=collection1, shard=, dataDir=data/, name=collection1, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1}
   [junit4]   2> 222714 T528 N:127.0.0.1:42420_qh%2Fu oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1/
   [junit4]   2> 222714 T528 N:127.0.0.1:42420_qh%2Fu oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 222717 T604 N:127.0.0.1:42420_qh%2Fu C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 222717 T604 N:127.0.0.1:42420_qh%2Fu C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 222719 T554 N:127.0.0.1:43471_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 222720 T604 N:127.0.0.1:42420_qh%2Fu oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 222720 T604 N:127.0.0.1:42420_qh%2Fu oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 222720 T555 N:127.0.0.1:43471_qh%2Fu oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42420/qh/u",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:42420_qh%2Fu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null} current state version: 5
   [junit4]   2> 222721 T604 N:127.0.0.1:42420_qh%2Fu oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 222721 T555 N:127.0.0.1:43471_qh%2Fu oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42420/qh/u",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:42420_qh%2Fu",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 222721 T555 N:127.0.0.1:43471_qh%2Fu oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 222721 T555 N:127.0.0.1:43471_qh%2Fu oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 222722 T604 N:127.0.0.1:42420_qh%2Fu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 222722 T604 N:127.0.0.1:42420_qh%2Fu oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 222723 T555 N:127.0.0.1:43471_qh%2Fu oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 222723 T603 N:127.0.0.1:42420_qh%2Fu 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: 3)
   [junit4]   2> 222723 T583 N:127.0.0.1:42403_qh%2Fu 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: 3)
   [junit4]   2> 222724 T603 N:127.0.0.1:42420_qh%2Fu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 222724 T583 N:127.0.0.1:42403_qh%2Fu oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 223723 T604 N:127.0.0.1:42420_qh%2Fu oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 223724 T604 N:127.0.0.1:42420_qh%2Fu oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 223725 T604 N:127.0.0.1:42420_qh%2Fu oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 223725 T604 N:127.0.0.1:42420_qh%2Fu oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 223726 T604 N:127.0.0.1:42420_qh%2Fu oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 223727 T604 N:127.0.0.1:42420_qh%2Fu oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1/'
   [junit4]   2> 223752 T604 N:127.0.0.1:42420_qh%2Fu oasc.Config.<init> loaded config solrconfig.xml wit

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

tting down CoreContainer instance=633212221
   [junit4]   2> 383464 T528 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 383464 T528 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 383466 T655 N:127.0.0.1:42420_qh%2Fu oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 383466 T528 C:control_collection S:shard1 c:collection1 oasc.Overseer.close Overseer (id=93704695701635083-127.0.0.1:42420_qh%2Fu-n_0000000003) closing
   [junit4]   2> 383466 T656 N:127.0.0.1:42420_qh%2Fu oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:42420_qh%2Fu
   [junit4]   2> 384267 T646 N:127.0.0.1:42420_qh%2Fu C73 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 384268 T646 N:127.0.0.1:42420_qh%2Fu oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is closed
   [junit4]   2> 384268 T646 N:127.0.0.1:42420_qh%2Fu oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5277d05f
   [junit4]   2> 384269 T646 N:127.0.0.1:42420_qh%2Fu oasc.ZkController.unregisterConfListener removed listener for config directory [/configs/conf1]
   [junit4]   2> 384269 T646 N:127.0.0.1:42420_qh%2Fu oasc.ZkController.unregisterConfListener No more listeners for config directory [/configs/conf1]
   [junit4]   2> 384270 T646 N:127.0.0.1:42420_qh%2Fu oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=63,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=117,cumulative_deletesById=61,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=11128,transaction_logs_total_number=1}
   [junit4]   2> 384270 T646 N:127.0.0.1:42420_qh%2Fu oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 384270 T646 N:127.0.0.1:42420_qh%2Fu oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 384270 T646 N:127.0.0.1:42420_qh%2Fu oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 384272 T646 N:127.0.0.1:42420_qh%2Fu oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 384288 T646 N:127.0.0.1:42420_qh%2Fu oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 384288 T646 N:127.0.0.1:42420_qh%2Fu oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 384288 T646 N:127.0.0.1:42420_qh%2Fu oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 384289 T646 N:127.0.0.1:42420_qh%2Fu oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 384289 T646 N:127.0.0.1:42420_qh%2Fu oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001/shard-2-001/cores/collection1/data
   [junit4]   2> 384969 T655 N:127.0.0.1:42420_qh%2Fu oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 384970 T528 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/qh/u,null}
   [junit4]   2> 385174 T528 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:24446 24446
   [junit4]   2> 385372 T529 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:24446 24446
   [junit4]   2> 385373 T529 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		5	/solr/aliases.json
   [junit4]   2> 		5	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/configs/conf1
   [junit4]   2> 		3	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent data watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		2	/solr/collections/collection1/leader_elect/shard1/election/93704695701635079-core_node1-n_0000000000
   [junit4]   2> 		2	/solr/overseer_elect/election/93704695701635079-127.0.0.1:42403_qh%2Fu-n_0000000001
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.method=test -Dtests.seed=ADCFB019576F27DF -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=th_TH -Dtests.timezone=GB-Eire -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  173s J2 | RecoveryZkTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: shard1 is not consistent.  Got 698 from http://127.0.0.1:42403/qh/u/collection1lastClient and got 64 from http://127.0.0.1:42420/qh/u/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ADCFB019576F27DF:259B8FC3F9934A27]:0)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:123)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 385388 T528 C:control_collection S:shard1 c:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest ADCFB019576F27DF-001
   [junit4]   2> 173399 T527 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {rnd_b=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=MockRandom), a_i=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Asserting)}, docValues:{}, sim=DefaultSimilarity, locale=th_TH, timezone=GB-Eire
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=92096104,total=240648192
   [junit4]   2> NOTE: All tests run in this JVM: [TestSurroundQueryParser, TestDistributedMissingSort, LeaderElectionIntegrationTest, SuggesterTest, TestLRUCache, IndexBasedSpellCheckerTest, HdfsSyncSliceTest, ConnectionManagerTest, TestDynamicFieldCollectionResource, TestSuggestSpellingConverter, DistributedFacetPivotLongTailTest, LukeRequestHandlerTest, StandardRequestHandlerTest, TestSolr4Spatial, SolrCoreTest, SortByFunctionTest, UUIDFieldTest, RecoveryZkTest]
   [junit4] Completed [75/483] on J2 in 174.18s, 1 test, 1 failure <<< FAILURES!

[...truncated 1311 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:229: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:511: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1434: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991: There were test failures: 483 suites, 1945 tests, 1 failure, 67 ignored (26 assumptions)

Total time: 54 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2996
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 229915768 bytes
Compression is 0.0%
Took 45 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure