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

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0_20-ea-b11) - Build # 10197 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10197/
Java: 32bit/jdk1.8.0_20-ea-b11 -server -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability

Error Message:
IOException occured when talking to server at: https://127.0.0.1:35808/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:35808/solr
	at __randomizedtesting.SeedInfo.seed([1CF64082FB5217D0:DD3E9DC45A34C679]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:567)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.client.solrj.TestLBHttpSolrServer.addDocs(TestLBHttpSolrServer.java:115)
	at org.apache.solr.client.solrj.TestLBHttpSolrServer.setUp(TestLBHttpSolrServer.java:98)
	at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:861)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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:360)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	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:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:452)
	... 46 more




Build Log:
[...truncated 12549 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/./solr.client.solrj.TestLBHttpSolrServer-1CF64082FB5217D0-001/init-core-data-001
   [junit4]   2> 32161 T142 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 32164 T142 oas.SolrTestCaseJ4.setUp ###Starting testTwoServers
   [junit4]   2> 32200 T142 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 32453 T142 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 32462 T142 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:40317
   [junit4]   2> 32467 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 32468 T142 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 32468 T142 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10
   [junit4]   2> 32468 T142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/'
   [junit4]   2> 32492 T142 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/solr.xml
   [junit4]   2> 32542 T142 oasc.CoreContainer.<init> New CoreContainer 10588323
   [junit4]   2> 32543 T142 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/]
   [junit4]   2> 32545 T142 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 32546 T142 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 32546 T142 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 32547 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 32547 T142 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 32547 T142 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 32548 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 32567 T142 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 32567 T142 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 32572 T142 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 32572 T142 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 32572 T142 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 32589 T152 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/'
   [junit4]   2> 32633 T152 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 32642 T152 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 32643 T152 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 32651 T152 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 32668 T152 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 32669 T152 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/
   [junit4]   2> 32669 T152 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 32670 T152 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/
   [junit4]   2> 32671 T152 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 32677 T152 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data
   [junit4]   2> 32689 T152 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index/
   [junit4]   2> 32690 T152 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 32691 T152 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index
   [junit4]   2> 32693 T152 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 32693 T152 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 32711 T152 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 32712 T152 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 32712 T152 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 32712 T152 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 32712 T152 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 32713 T152 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 32713 T152 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 32716 T152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 32729 T152 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 32729 T152 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 32732 T152 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 32732 T152 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 32733 T152 oass.SolrIndexSearcher.<init> Opening Searcher@5251d5[collection1] main
   [junit4]   2> 32733 T152 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/conf
   [junit4]   2> 32733 T152 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/conf/}
   [junit4]   2> 32734 T152 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/conf
   [junit4]   2> 32734 T152 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 32734 T152 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 32734 T152 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 32735 T152 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 32735 T153 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5251d5[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 32735 T152 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 32738 T142 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1
   [junit4]   2> 32738 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C32 name=collection1 org.apache.solr.core.SolrCore@1a77e34
   [junit4]   2> 32966 T148 C32 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 2
   [junit4]   2> 32971 T149 C32 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32986 T149 C32 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 32987 T149 C32 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 32992 T149 C32 oass.SolrIndexSearcher.<init> Opening Searcher@84c7d8[collection1] main
   [junit4]   2> 32992 T153 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@84c7d8[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.9):c10)}
   [junit4]   2> 32993 T149 C32 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 32993 T149 C32 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 22
   [junit4]   2> 32999 T142 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 33020 T142 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 33023 T142 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:39236
   [junit4]   2> 33027 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 33028 T142 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 33028 T142 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11
   [junit4]   2> 33029 T142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/'
   [junit4]   2> 33041 T142 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/solr.xml
   [junit4]   2> 33052 T142 oasc.CoreContainer.<init> New CoreContainer 28244741
   [junit4]   2> 33052 T142 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/]
   [junit4]   2> 33053 T142 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 33054 T142 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 33054 T142 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 33054 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 33054 T142 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 33055 T142 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 33055 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 33055 T142 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 33055 T142 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 33058 T142 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 33058 T142 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 33059 T142 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 33061 T164 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/'
   [junit4]   2> 33076 T164 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 33084 T164 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 33085 T164 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 33088 T164 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 33092 T164 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 33092 T164 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/
   [junit4]   2> 33092 T164 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 33093 T164 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/
   [junit4]   2> 33093 T164 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 33093 T164 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data
   [junit4]   2> 33094 T164 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index/
   [junit4]   2> 33094 T164 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 33095 T164 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index
   [junit4]   2> 33096 T164 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 33096 T164 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 33097 T164 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 33098 T164 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 33098 T164 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 33098 T164 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 33098 T164 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 33098 T164 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 33099 T164 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 33100 T164 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 33106 T164 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 33106 T164 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 33108 T164 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 33109 T164 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 33109 T164 oass.SolrIndexSearcher.<init> Opening Searcher@9e6993[collection1] main
   [junit4]   2> 33109 T164 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/conf
   [junit4]   2> 33109 T164 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/conf/}
   [junit4]   2> 33109 T164 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/conf
   [junit4]   2> 33110 T164 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 33110 T164 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 33110 T164 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 33110 T164 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 33111 T164 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 33111 T165 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9e6993[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 33111 T142 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1
   [junit4]   2> 33111 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@1e036a3
   [junit4]   2> 33200 T163 C33 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 3
   [junit4]   2> 33205 T160 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 33237 T160 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 33238 T160 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 33259 T160 C33 oass.SolrIndexSearcher.<init> Opening Searcher@51b4ac[collection1] main
   [junit4]   2> 33259 T160 C33 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 33259 T165 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@51b4ac[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.9):c10)}
   [junit4]   2> 33260 T160 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 55
   [junit4]   2> 33266 T142 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 33271 T142 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 33273 T142 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:35881
   [junit4]   2> 33276 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 33276 T142 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 33276 T142 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12
   [junit4]   2> 33277 T142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/'
   [junit4]   2> 33289 T142 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/solr.xml
   [junit4]   2> 33299 T142 oasc.CoreContainer.<init> New CoreContainer 2012673
   [junit4]   2> 33299 T142 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/]
   [junit4]   2> 33300 T142 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 33300 T142 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 33301 T142 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 33301 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 33301 T142 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 33302 T142 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 33302 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 33303 T142 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 33303 T142 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 33306 T142 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 33306 T142 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 33307 T142 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 33308 T176 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/'
   [junit4]   2> 33322 T176 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 33336 T176 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 33336 T176 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 33339 T176 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 33342 T176 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 33342 T176 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/
   [junit4]   2> 33343 T176 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 33343 T176 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/
   [junit4]   2> 33343 T176 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 33344 T176 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data
   [junit4]   2> 33345 T176 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index/
   [junit4]   2> 33345 T176 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 33346 T176 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index
   [junit4]   2> 33347 T176 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 33348 T176 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 33348 T176 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 33349 T176 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 33349 T176 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 33349 T176 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 33349 T176 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 33349 T176 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 33350 T176 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 33351 T176 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 33352 T176 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 33352 T176 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 33354 T176 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 33354 T176 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 33354 T176 oass.SolrIndexSearcher.<init> Opening Searcher@2f7c12[collection1] main
   [junit4]   2> 33354 T176 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/conf
   [junit4]   2> 33355 T176 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/conf/}
   [junit4]   2> 33355 T176 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/conf
   [junit4]   2> 33355 T176 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 33355 T176 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 33355 T176 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 33356 T176 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 33356 T177 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f7c12[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 33356 T176 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 33357 T142 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1
   [junit4]   2> 33357 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C34 name=collection1 org.apache.solr.core.SolrCore@58b477
   [junit4]   2> 33442 T175 C34 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 2
   [junit4]   2> 33447 T172 C34 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 33461 T172 C34 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 33462 T172 C34 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 33476 T172 C34 oass.SolrIndexSearcher.<init> Opening Searcher@5edcc1[collection1] main
   [junit4]   2> 33476 T177 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5edcc1[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.9):c10)}
   [junit4]   2> 33477 T172 C34 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 33477 T172 C34 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 30
   [junit4]   2> 33501 T142 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=10588323
   [junit4]   2> 33502 T142 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a77e34
   [junit4]   2> 33503 T142 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> 33504 T142 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 33504 T142 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 33505 T142 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 33506 T142 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 33507 T142 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 33507 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data;done=false>>]
   [junit4]   2> 33508 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data
   [junit4]   2> 33509 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   2> 33509 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index
   [junit4]   2> 33553 T142 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> ASYNC  NEW_CORE C35 name=collection1 org.apache.solr.core.SolrCore@1e036a3
   [junit4]   2> 33612 T162 C35 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 33616 T163 C35 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 33638 T142 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=28244741
   [junit4]   2> 33639 T142 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e036a3
   [junit4]   2> 33639 T142 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> 33640 T142 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 33640 T142 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 33641 T142 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 33642 T142 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 33643 T142 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 33643 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index;done=false>>]
   [junit4]   2> 33643 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data/index
   [junit4]   2> 33651 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data;done=false>>]
   [junit4]   2> 33651 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004176/solr/collection11/collection1/data
   [junit4]   2> 33652 T142 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 33704 T142 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 33707 T142 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 33709 T142 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:40317
   [junit4]   2> 33711 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 33712 T142 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 33712 T142 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10
   [junit4]   2> 33712 T142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/'
   [junit4]   2> 33723 T142 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/solr.xml
   [junit4]   2> 33732 T142 oasc.CoreContainer.<init> New CoreContainer 16623795
   [junit4]   2> 33733 T142 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/]
   [junit4]   2> 33733 T142 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 33733 T142 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 33734 T142 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 33734 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 33734 T142 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 33734 T142 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 33735 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 33735 T142 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 33735 T142 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 33737 T142 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 33738 T142 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 33738 T142 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 33740 T189 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/'
   [junit4]   2> 33753 T189 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 33766 T189 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 33767 T189 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 33769 T189 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 33772 T189 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 33772 T189 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/
   [junit4]   2> 33773 T189 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 33773 T189 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/
   [junit4]   2> 33773 T189 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 33773 T189 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data
   [junit4]   2> 33774 T189 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index/
   [junit4]   2> 33775 T189 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 33775 T189 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 33775 T189 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 33775 T189 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 33775 T189 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 33775 T189 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 33776 T189 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 33777 T189 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 33778 T189 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 33778 T189 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 33778 T189 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index
   [junit4]   2> 33780 T189 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 33781 T189 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 33782 T189 oass.SolrIndexSearcher.<init> Opening Searcher@bcf79b[collection1] main
   [junit4]   2> 33783 T189 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/conf
   [junit4]   2> 33783 T189 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/conf/}
   [junit4]   2> 33783 T189 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/conf
   [junit4]   2> 33783 T189 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 33783 T189 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 33784 T189 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 33784 T189 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 33784 T190 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bcf79b[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.9):c10)}
   [junit4]   2> 33784 T189 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 33785 T142 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1
   [junit4]   2> 33785 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C36 name=collection1 org.apache.solr.core.SolrCore@3cca12
   [junit4]   2> 34170 T185 C36 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   2> 34989 T185 C36 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 35015 T142 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=16623795
   [junit4]   2> 35016 T142 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cca12
   [junit4]   2> 35017 T142 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> 35017 T142 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 35017 T142 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 35018 T142 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 35020 T142 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 35020 T142 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 35021 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data;done=false>>]
   [junit4]   2> 35021 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data
   [junit4]   2> 35022 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   2> 35023 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212003360/solr/collection10/collection1/data/index
   [junit4]   2> 35058 T142 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 35143 T142 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2012673
   [junit4]   2> 35145 T142 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@58b477
   [junit4]   2> 35145 T142 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> 35146 T142 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 35146 T142 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 35147 T142 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 35148 T142 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 35149 T142 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 35149 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data;done=false>>]
   [junit4]   2> 35150 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data
   [junit4]   2> 35150 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index;done=false>>]
   [junit4]   2> 35151 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212004443/solr/collection12/collection1/data/index
   [junit4]   2> 35157 T142 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 35213 T142 oas.SolrTestCaseJ4.tearDown ###Ending testTwoServers
   [junit4]   2> 35217 T142 oas.SolrTestCaseJ4.setUp ###Starting testReliability
   [junit4]   2> 35224 T142 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 35238 T142 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 35241 T142 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:42591
   [junit4]   2> 35243 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 35244 T142 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 35244 T142 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10
   [junit4]   2> 35244 T142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/'
   [junit4]   2> 35278 T142 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/solr.xml
   [junit4]   2> 35298 T142 oasc.CoreContainer.<init> New CoreContainer 27398067
   [junit4]   2> 35298 T142 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/]
   [junit4]   2> 35299 T142 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 35299 T142 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 35300 T142 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 35300 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 35300 T142 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 35301 T142 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 35301 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 35302 T142 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 35302 T142 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 35305 T142 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 35306 T142 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 35306 T142 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 35309 T201 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/'
   [junit4]   2> 35343 T201 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 35356 T201 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 35357 T201 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 35360 T201 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 35364 T201 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 35365 T201 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/
   [junit4]   2> 35365 T201 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 35365 T201 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/
   [junit4]   2> 35365 T201 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 35366 T201 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data
   [junit4]   2> 35367 T201 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index/
   [junit4]   2> 35367 T201 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 35368 T201 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index
   [junit4]   2> 35370 T201 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 35370 T201 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 35371 T201 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 35371 T201 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 35372 T201 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 35372 T201 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 35372 T201 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 35372 T201 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 35372 T201 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 35375 T201 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 35375 T201 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 35376 T201 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 35378 T201 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 35378 T201 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 35378 T201 oass.SolrIndexSearcher.<init> Opening Searcher@1bb51ae[collection1] main
   [junit4]   2> 35379 T201 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/conf
   [junit4]   2> 35379 T201 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/conf/}
   [junit4]   2> 35379 T201 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/conf
   [junit4]   2> 35380 T201 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 35380 T201 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 35380 T201 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 35380 T201 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 35381 T201 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 35381 T202 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bb51ae[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 35381 T142 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1
   [junit4]   2> 35382 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C37 name=collection1 org.apache.solr.core.SolrCore@1be3ca
   [junit4]   2> 35487 T200 C37 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 16
   [junit4]   2> 35492 T197 C37 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 35502 T197 C37 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006400/solr/collection10/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 35503 T197 C37 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 35505 T197 C37 oass.SolrIndexSearcher.<init> Opening Searcher@3b957f[collection1] main
   [junit4]   2> 35505 T197 C37 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 35505 T202 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b957f[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.9):c10)}
   [junit4]   2> 35506 T197 C37 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 14
   [junit4]   2> 35510 T142 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 35514 T142 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 35516 T142 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:48936
   [junit4]   2> 35518 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 35519 T142 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 35519 T142 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11
   [junit4]   2> 35520 T142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/'
   [junit4]   2> 35532 T142 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/solr.xml
   [junit4]   2> 35541 T142 oasc.CoreContainer.<init> New CoreContainer 23640575
   [junit4]   2> 35542 T142 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/]
   [junit4]   2> 35542 T142 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 35543 T142 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 35543 T142 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 35543 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 35544 T142 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 35544 T142 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 35544 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 35544 T142 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 35545 T142 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 35547 T142 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 35548 T142 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 35548 T142 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 35557 T213 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/'
   [junit4]   2> 35579 T213 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 35599 T213 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 35600 T213 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 35607 T213 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 35612 T213 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 35612 T213 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/
   [junit4]   2> 35626 T213 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 35627 T213 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/
   [junit4]   2> 35627 T213 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 35628 T213 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data
   [junit4]   2> 35633 T213 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index/
   [junit4]   2> 35633 T213 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 35634 T213 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index
   [junit4]   2> 35646 T213 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 35647 T213 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 35648 T213 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 35648 T213 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 35648 T213 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 35649 T213 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 35649 T213 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 35649 T213 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 35649 T213 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 35652 T213 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 35653 T213 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 35653 T213 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 35655 T213 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 35656 T213 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 35656 T213 oass.SolrIndexSearcher.<init> Opening Searcher@f1af65[collection1] main
   [junit4]   2> 35656 T213 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/conf
   [junit4]   2> 35657 T213 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/conf/}
   [junit4]   2> 35657 T213 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/conf
   [junit4]   2> 35657 T213 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 35658 T213 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 35658 T213 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 35658 T213 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 35658 T213 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 35659 T142 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1
   [junit4]   2> 35659 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 35661 T214 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f1af65[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> ASYNC  NEW_CORE C38 name=collection1 org.apache.solr.core.SolrCore@15f40b7
   [junit4]   2> 35733 T209 C38 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 2
   [junit4]   2> 35750 T210 C38 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 35771 T210 C38 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006688/solr/collection11/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 35772 T210 C38 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 35775 T210 C38 oass.SolrIndexSearcher.<init> Opening Searcher@9f2f51[collection1] main
   [junit4]   2> 35776 T210 C38 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 35778 T214 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9f2f51[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.9):c10)}
   [junit4]   2> 35778 T210 C38 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 28
   [junit4]   2> 35804 T142 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 35808 T142 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 35810 T142 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:35808
   [junit4]   2> 35813 T142 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 35813 T142 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 35814 T142 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006961/solr/collection12
   [junit4]   2> 35814 T142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006961/solr/collection12/'
   [junit4]   2> 35845 T142 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006961/solr/collection12/solr.xml
   [junit4]   2> 35899 T142 oasc.CoreContainer.<init> New CoreContainer 3140311
   [junit4]   2> 35900 T142 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212006961/solr/collection12/]
   [junit4]   2> 35900 T142 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 35901 T142 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 35901 T142 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 35901 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 35901 T142 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 35902 T142 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 35902 T142 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 35914 T142 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 35914 T142 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 35919 T142 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 35920 T142 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 35920 T142 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 35922 T22

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

osing main searcher on request.
   [junit4]   2> 238818 T142 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 238818 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212207876/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212207876/solr/collection10/collection1/data;done=false>>]
   [junit4]   2> 238819 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212207876/solr/collection10/collection1/data
   [junit4]   2> 238820 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212207876/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212207876/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   2> 238820 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212207876/solr/collection10/collection1/data/index
   [junit4]   2> 238827 T142 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 238902 T142 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=23237164
   [junit4]   2> 238903 T142 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@cae091
   [junit4]   2> 238903 T142 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> 238903 T142 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 238904 T142 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 238904 T142 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 238905 T142 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 238906 T142 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 238907 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208069/solr/collection11/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208069/solr/collection11/collection1/data;done=false>>]
   [junit4]   2> 238907 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208069/solr/collection11/collection1/data
   [junit4]   2> 238908 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208069/solr/collection11/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208069/solr/collection11/collection1/data/index;done=false>>]
   [junit4]   2> 238908 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208069/solr/collection11/collection1/data/index
   [junit4]   2> 238913 T142 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 238987 T142 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=20695964
   [junit4]   2> 238988 T142 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@138bc79
   [junit4]   2> 238988 T142 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> 238989 T142 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 238989 T142 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 238990 T142 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 238991 T142 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 238991 T142 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 238991 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208315/solr/collection12/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208315/solr/collection12/collection1/data;done=false>>]
   [junit4]   2> 238992 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208315/solr/collection12/collection1/data
   [junit4]   2> 238992 T142 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208315/solr/collection12/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208315/solr/collection12/collection1/data/index;done=false>>]
   [junit4]   2> 238993 T142 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1400212208315/solr/collection12/collection1/data/index
   [junit4]   2> 238997 T142 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 239051 T142 oas.SolrTestCaseJ4.tearDown ###Ending testSimple
   [junit4]   2> 239053 T142 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-solrj/test/J1/./solr.client.solrj.TestLBHttpSolrServer-1CF64082FB5217D0-001
   [junit4]   2> NOTE: test params are: codec=Lucene46: {name=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=en_US, timezone=Asia/Tehran
   [junit4]   2> NOTE: Linux 3.8.0-39-generic i386/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=8,threads=2,free=41732024,total=95420416
   [junit4]   2> NOTE: All tests run in this JVM: [NamedListTest, MultiCoreExampleJettyTest, MultiCoreEmbeddedTest, IteratorChainTest, TestBatchUpdate, FacetFieldTest, TestSolrProperties, SolrExampleStreamingTest, TestFastInputStream, TestSpellCheckResponse, TestNamedListCodec, TestLBHttpSolrServer]
   [junit4] Completed on J1 in 206.94s, 3 tests, 1 error <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/lucene/common-build.xml:1297: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/lucene/common-build.xml:921: There were test failures: 49 suites, 285 tests, 1 error

Total time: 70 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0_20-ea-b11 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b15) - Build # 10198 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10198/
Java: 64bit/jdk1.7.0_60-ea-b15 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
ERROR: SolrZkClient opens=18 closes=17

Stack Trace:
java.lang.AssertionError: ERROR: SolrZkClient opens=18 closes=17
	at __randomizedtesting.SeedInfo.seed([5458C2764C5C2D58]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingZkClients(SolrTestCaseJ4.java:436)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:182)
	at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:790)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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:360)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest:     1) Thread[id=3140, name=TEST-CollectionsAPIDistributedZkTest.testDistribSearch-seed#[5458C2764C5C2D58]-SendThread(127.0.0.1:56182), state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)    2) Thread[id=3141, name=TEST-CollectionsAPIDistributedZkTest.testDistribSearch-seed#[5458C2764C5C2D58]-EventThread, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 
   1) Thread[id=3140, name=TEST-CollectionsAPIDistributedZkTest.testDistribSearch-seed#[5458C2764C5C2D58]-SendThread(127.0.0.1:56182), state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   2) Thread[id=3141, name=TEST-CollectionsAPIDistributedZkTest.testDistribSearch-seed#[5458C2764C5C2D58]-EventThread, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
	at __randomizedtesting.SeedInfo.seed([5458C2764C5C2D58]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=3140, name=TEST-CollectionsAPIDistributedZkTest.testDistribSearch-seed#[5458C2764C5C2D58]-SendThread(127.0.0.1:56182), state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=3140, name=TEST-CollectionsAPIDistributedZkTest.testDistribSearch-seed#[5458C2764C5C2D58]-SendThread(127.0.0.1:56182), state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
	at __randomizedtesting.SeedInfo.seed([5458C2764C5C2D58]:0)


REGRESSION:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Found new collection awholynewcollection_0 with correct number of slices, but mismatch on number of shards. Expected: 8, actual: 2

Stack Trace:
java.lang.AssertionError: Found new collection awholynewcollection_0 with correct number of slices, but mismatch on number of shards. Expected: 8, actual: 2
	at __randomizedtesting.SeedInfo.seed([5458C2764C5C2D58:D5BE4C6E3B034D64]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkForCollection(AbstractFullDistribZkTestBase.java:1642)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:725)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11328 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/init-core-data-001
   [junit4]   2> 694653 T2998 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 694653 T2998 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /m/
   [junit4]   2> 694657 T2998 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 694658 T2998 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 694658 T2999 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 694758 T2998 oasc.ZkTestServer.run start zk server on port:56182
   [junit4]   2> 694759 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 699855 T3002 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 5094ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 699857 T3005 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aaca33 name:ZooKeeperConnection Watcher:127.0.0.1:56182 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 699857 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 699857 T2998 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 699861 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 699863 T3007 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d52e34f name:ZooKeeperConnection Watcher:127.0.0.1:56182/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 699864 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 699864 T2998 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 699866 T2998 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 699868 T2998 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 699870 T2998 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 699871 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 699872 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 699875 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 699876 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 699878 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 699879 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 699881 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 699881 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 699884 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 699884 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 699886 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 699887 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 699889 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 699889 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 699891 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 699892 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 699894 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 699894 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 699897 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 699898 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 699900 T2998 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 699900 T2998 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> Using old style solr.xml
   [junit4]   2> 700114 T2998 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 700116 T2998 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35307
   [junit4]   2> 700117 T2998 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 700117 T2998 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 700117 T2998 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-002
   [junit4]   2> 700117 T2998 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-002/'
   [junit4]   2> 700130 T2998 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-002/solr.xml
   [junit4]   2> 700153 T2998 oasc.CoreContainer.<init> New CoreContainer 376922084
   [junit4]   2> 700154 T2998 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-002/]
   [junit4]   2> 700154 T2998 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 700155 T2998 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 700155 T2998 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 700155 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 700155 T2998 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 700155 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 700156 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 700156 T2998 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 700156 T2998 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 700156 T2998 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 700157 T2998 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 700157 T2998 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 700157 T2998 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56182/solr
   [junit4]   2> 700157 T2998 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 700158 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 700160 T3018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77387d41 name:ZooKeeperConnection Watcher:127.0.0.1:56182 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 700161 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 700163 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 700164 T3020 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3637a261 name:ZooKeeperConnection Watcher:127.0.0.1:56182/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 700164 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 700165 T2998 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 700168 T2998 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 700170 T2998 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 700172 T2998 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 700175 T2998 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 700182 T2998 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 700183 T2998 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35307_m
   [junit4]   2> 700184 T2998 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35307_m
   [junit4]   2> 700186 T2998 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 700187 T2998 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 700189 T2998 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:35307_m
   [junit4]   2> 700190 T2998 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 700191 T2998 oasc.Overseer.start Overseer (id=91765098112614403-127.0.0.1:35307_m-n_0000000000) starting
   [junit4]   2> 700193 T2998 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 700200 T3022 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 700200 T2998 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 700202 T2998 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 700203 T2998 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 700204 T3021 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 700206 T2998 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1
   [junit4]   2> 700207 T2998 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 700208 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 700209 T3025 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44b4f7dc name:ZooKeeperConnection Watcher:127.0.0.1:56182/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 700209 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 700210 T2998 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 700211 T2998 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 700449 T2998 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 700450 T2998 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 700460 T2998 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42739
   [junit4]   2> 700460 T2998 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 700461 T2998 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 700461 T2998 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-003
   [junit4]   2> 700461 T2998 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-003/'
   [junit4]   2> 700478 T2998 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-003/solr.xml
   [junit4]   2> 700521 T2998 oasc.CoreContainer.<init> New CoreContainer 2043962418
   [junit4]   2> 700521 T2998 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-003/]
   [junit4]   2> 700522 T2998 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 700522 T2998 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 700522 T2998 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 700522 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 700522 T2998 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 700523 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 700523 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 700523 T2998 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 700523 T2998 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 700524 T2998 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 700524 T2998 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 700524 T2998 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 700525 T2998 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56182/solr
   [junit4]   2> 700525 T2998 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 700525 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 700527 T3036 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66fe4d1a name:ZooKeeperConnection Watcher:127.0.0.1:56182 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 700528 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 700530 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 700532 T3038 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@565a7c69 name:ZooKeeperConnection Watcher:127.0.0.1:56182/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 700532 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 700539 T2998 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 701541 T2998 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42739_m
   [junit4]   2> 701543 T2998 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42739_m
   [junit4]   2> 701546 T3025 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 701546 T3038 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 701546 T3020 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 701551 T2998 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1
   [junit4]   2> 701551 T2998 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 701755 T2998 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 701755 T2998 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 701757 T2998 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34380
   [junit4]   2> 701759 T2998 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 701759 T2998 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 701759 T2998 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004
   [junit4]   2> 701760 T2998 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/'
   [junit4]   2> 701775 T2998 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/solr.xml
   [junit4]   2> 701797 T2998 oasc.CoreContainer.<init> New CoreContainer 1559279947
   [junit4]   2> 701797 T2998 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/]
   [junit4]   2> 701798 T2998 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 701798 T2998 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 701799 T2998 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 701799 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 701799 T2998 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 701799 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 701799 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 701800 T2998 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 701800 T2998 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 701800 T2998 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 701800 T2998 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 701801 T2998 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 701801 T2998 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56182/solr
   [junit4]   2> 701801 T2998 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 701802 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 701803 T3050 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40151a98 name:ZooKeeperConnection Watcher:127.0.0.1:56182 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 701804 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 701806 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 701807 T3052 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f37cb60 name:ZooKeeperConnection Watcher:127.0.0.1:56182/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 701807 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 701812 T2998 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 702815 T2998 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34380_m
   [junit4]   2> 702817 T2998 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34380_m
   [junit4]   2> 702820 T3025 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 702820 T3020 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 702820 T3038 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 702820 T3052 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 702824 T2998 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1
   [junit4]   2> 702824 T2998 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 703034 T2998 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 703035 T2998 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 703037 T2998 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37166
   [junit4]   2> 703037 T2998 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 703038 T2998 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 703038 T2998 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005
   [junit4]   2> 703039 T2998 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/'
   [junit4]   2> 703055 T2998 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/solr.xml
   [junit4]   2> 703083 T2998 oasc.CoreContainer.<init> New CoreContainer 1077123147
   [junit4]   2> 703084 T2998 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/]
   [junit4]   2> 703085 T2998 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 703085 T2998 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 703085 T2998 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 703085 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 703085 T2998 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 703086 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 703086 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 703086 T2998 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 703086 T2998 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 703087 T2998 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 703087 T2998 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 703087 T2998 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 703088 T2998 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56182/solr
   [junit4]   2> 703088 T2998 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 703089 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 703090 T3064 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b5384da name:ZooKeeperConnection Watcher:127.0.0.1:56182 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 703091 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 703093 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 703095 T3066 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5384f7ec name:ZooKeeperConnection Watcher:127.0.0.1:56182/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 703095 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 703100 T2998 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 704103 T2998 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37166_m
   [junit4]   2> 704104 T2998 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37166_m
   [junit4]   2> 704106 T3038 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 704107 T3020 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 704107 T3025 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 704107 T3066 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 704107 T3052 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 704111 T2998 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1
   [junit4]   2> 704111 T2998 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 704315 T2998 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 704315 T2998 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 704317 T2998 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:32834
   [junit4]   2> 704318 T2998 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 704318 T2998 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 704318 T2998 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006
   [junit4]   2> 704318 T2998 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/'
   [junit4]   2> 704330 T2998 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/solr.xml
   [junit4]   2> 704368 T2998 oasc.CoreContainer.<init> New CoreContainer 947521866
   [junit4]   2> 704369 T2998 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/]
   [junit4]   2> 704369 T2998 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 704369 T2998 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 704370 T2998 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 704370 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 704370 T2998 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 704370 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 704370 T2998 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 704371 T2998 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 704371 T2998 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 704371 T2998 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 704372 T2998 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 704372 T2998 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 704372 T2998 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:56182/solr
   [junit4]   2> 704372 T2998 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 704373 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 704374 T3078 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53f7f63d name:ZooKeeperConnection Watcher:127.0.0.1:56182 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 704375 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 704377 T2998 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 704378 T3080 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@730bc626 name:ZooKeeperConnection Watcher:127.0.0.1:56182/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 704378 T2998 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 704390 T2998 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 705393 T2998 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32834_m
   [junit4]   2> 705395 T2998 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32834_m
   [junit4]   2> 705398 T3025 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 705398 T3038 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 705399 T3080 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 705398 T3020 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 705398 T3052 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 705398 T3066 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 705403 T2998 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1
   [junit4]   2> 705403 T2998 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 705411 T3034 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&collection.configName=conf1&replicationFactor=2&router.field=myOwnField&version=2&action=CREATE&wt=javabin&router.name=compositeId&name=solrj_collection
   [junit4]   2> 705412 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 705413 T3022 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField",
   [junit4]   2> 	  "router.name":"compositeId"}
   [junit4]   2> 705413 T3022 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField",
   [junit4]   2> 	  "router.name":"compositeId"}
   [junit4]   2> 705413 T3022 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/solrj_collection 
   [junit4]   2> 705414 T3022 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection
   [junit4]   2> 705416 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 705417 T3021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 705418 T3021 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: solrj_collection
   [junit4]   2> 705418 T3021 oasc.Overseer$ClusterStateUpdater.createCollection Create collection solrj_collection with shards [shard1, shard2]
   [junit4]   2> 705419 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 705420 T3025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705420 T3052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705420 T3020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705420 T3066 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705420 T3038 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705420 T3080 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705517 T3022 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 705517 T3022 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica1 as part of slice shard1 of collection solrj_collection on 127.0.0.1:34380_m
   [junit4]   2> 705518 T3022 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica2 as part of slice shard1 of collection solrj_collection on 127.0.0.1:35307_m
   [junit4]   2> 705519 T3022 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica1 as part of slice shard2 of collection solrj_collection on 127.0.0.1:32834_m
   [junit4]   2> 705520 T3022 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica2 as part of slice shard2 of collection solrj_collection on 127.0.0.1:37166_m
   [junit4]   2> 705521 T3013 oasha.CoreAdminHandler.handleCreateAction core create command numShards=2&collection.configName=conf1&shard=shard1&collection=solrj_collection&version=2&action=CREATE&wt=javabin&name=solrj_collection_shard1_replica2&qt=/admin/cores
   [junit4]   2> 705521 T3045 oasha.CoreAdminHandler.handleCreateAction core create command numShards=2&collection.configName=conf1&shard=shard1&collection=solrj_collection&version=2&action=CREATE&wt=javabin&name=solrj_collection_shard1_replica1&qt=/admin/cores
   [junit4]   2> 705522 T3062 oasha.CoreAdminHandler.handleCreateAction core create command numShards=2&collection.configName=conf1&shard=shard2&collection=solrj_collection&version=2&action=CREATE&wt=javabin&name=solrj_collection_shard2_replica2&qt=/admin/cores
   [junit4]   2> 705522 T3045 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica1 state=down collection=solrj_collection
   [junit4]   2> 705522 T3013 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica2 state=down collection=solrj_collection
   [junit4]   2> 705522 T3073 oasha.CoreAdminHandler.handleCreateAction core create command numShards=2&collection.configName=conf1&shard=shard2&collection=solrj_collection&version=2&action=CREATE&wt=javabin&name=solrj_collection_shard2_replica1&qt=/admin/cores
   [junit4]   2> 705524 T3045 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 705524 T3013 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 705524 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 705524 T3062 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica2 state=down collection=solrj_collection
   [junit4]   2> 705525 T3073 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica1 state=down collection=solrj_collection
   [junit4]   2> 705526 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 705526 T3021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 705526 T3062 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 705528 T3073 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 705529 T3021 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34380/m",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34380_m",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 705532 T3021 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35307/m",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:35307_m",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 705534 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 705535 T3021 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37166/m",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37166_m",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 705537 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 705538 T3021 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32834/m",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:32834_m",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 705540 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 705642 T3038 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705642 T3080 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705642 T3052 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705642 T3020 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705642 T3066 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 705642 T3025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 706524 T3045 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica1
   [junit4]   2> 706525 T3013 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica2
   [junit4]   2> 706526 T3045 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/solr.xml
   [junit4]   2> 706526 T3045 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 706526 T3013 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-002/solr.xml
   [junit4]   2> 706527 T3062 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica2
   [junit4]   2> 706527 T3045 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 706527 T3013 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 706528 T3062 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/solr.xml
   [junit4]   2> 706529 T3013 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 706529 T3013 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 706528 T3045 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 706529 T3073 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica1
   [junit4]   2> 706529 T3062 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 706530 T3073 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/solr.xml
   [junit4]   2> 706531 T3073 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 706531 T3062 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 706531 T3062 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 706531 T3013 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 706531 T3045 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 706532 T3062 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 706531 T3073 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 706532 T3062 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/solrj_collection_shard2_replica2/'
   [junit4]   2> 706532 T3045 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/solrj_collection_shard1_replica1/'
   [junit4]   2> 706532 T3013 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-002/solrj_collection_shard1_replica2/'
   [junit4]   2> 706532 T3073 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 706540 T3073 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 706541 T3073 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/solrj_collection_shard2_replica1/'
   [junit4]   2> 706567 T3062 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 706573 T3045 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 706585 T3013 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 706600 T3073 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 706606 T3062 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 706607 T3062 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 706612 T3045 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 706613 T3045 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 706614 T3062 oass.IndexSchema.readSchema [solrj_collection_shard2_replica2] Schema name=test
   [junit4]   2> 706620 T3045 oass.IndexSchema.readSchema [solrj_collection_shard1_replica1] Schema name=test
   [junit4]   2> 706633 T3013 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 706634 T3013 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 706638 T3073 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 706650 T3073 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 706654 T3013 oass.IndexSchema.readSchema [solrj_collection_shard1_replica2] Schema name=test
   [junit4]   2> 706660 T3073 oass.IndexSchema.readSchema [solrj_collection_shard2_replica1] Schema name=test
   [junit4]   2> 706946 T3062 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 706949 T3062 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 706950 T3062 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 706966 T3062 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 706969 T3062 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 706982 T3062 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 706985 T3062 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 706990 T3062 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 706991 T3062 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 706991 T3062 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 706992 T3062 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 706993 T3062 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 706993 T3062 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 706993 T3062 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica2' using configuration from collection solrj_collection
   [junit4]   2> 706994 T3062 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 706994 T3062 oasc.SolrCore.<init> [solrj_collection_shard2_replica2] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/solrj_collection_shard2_replica2/, dataDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/solrj_collection_shard2_replica2/data/
   [junit4]   2> 706995 T3062 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@190cbcd8
   [junit4]   2> 706996 T3062 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/solrj_collection_shard2_replica2/data
   [junit4]   2> 706996 T3062 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/solrj_collection_shard2_replica2/data/index/
   [junit4]   2> 706996 T3062 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica2] Solr index directory '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/solrj_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 706997 T3062 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-005/solrj_collection_shard2_replica2/data/index
   [junit4]   2> 706998 T3062 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5762897514250152]
   [junit4]   2> 706999 T3062 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@71f7f3d4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55a99ff8),segFN=segments_1,generation=1}
   [junit4]   2> 706999 T3062 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 707004 T3062 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 707004 T3062 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 707005 T3062 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 707005 T3062 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 707006 T3062 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 707006 T3062 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 707006 T3062 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 707007 T3045 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 707008 T3045 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 707007 T3062 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 707009 T3062 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 707009 T3045 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 707009 T3062 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 707010 T3062 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 707010 T3062 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 707010 T3062 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 707011 T3062 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 707011 T3062 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 707011 T3062 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 707013 T3062 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 707016 T3062 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 707016 T3062 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 707016 T3045 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 707016 T3062 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=15.3701171875, floorSegmentMB=1.4736328125, forceMergeDeletesPctAllowed=26.733115712887354, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 707017 T3062 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@71f7f3d4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55a99ff8),segFN=segments_1,generation=1}
   [junit4]   2> 707017 T3062 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 707018 T3062 oass.SolrIndexSearcher.<init> Opening Searcher@7b90089f[solrj_collection_shard2_replica2] main
   [junit4]   2> 707018 T3062 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 707019 T3062 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 707019 T3062 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 707019 T3045 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 707020 T3062 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 707020 T3062 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 707020 T3062 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 707021 T3062 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 707021 T3062 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 707021 T3062 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 707021 T3062 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 707024 T3086 oasc.SolrCore.registerSearcher [solrj_collection_shard2_replica2] Registered new searcher Searcher@7b90089f[solrj_collection_shard2_replica2] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 707024 T3073 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 707025 T3073 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 707025 T3062 oasc.CoreContainer.registerCore registering core: solrj_collection_shard2_replica2
   [junit4]   2> 707025 T3073 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 707025 T3062 oasc.ZkController.register Register replica - core:solrj_collection_shard2_replica2 address:http://127.0.0.1:37166/m collection:solrj_collection shard:shard2
   [junit4]   2> 707026 T3062 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leader_elect/shard2/election
   [junit4]   2> 707030 T3073 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 707032 T3073 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 707033 T3045 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 707033 T3062 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 707043 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 707043 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 707043 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 707043 T3062 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=4.01685743E14ms
   [junit4]   2> 707044 T3062 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Was waiting for replicas to come up, but they are taking too long - assuming they won't come back till later
   [junit4]   2> 707044 T3062 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 707044 T3045 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> ASYNC  NEW_CORE C1420 name=solrj_collection_shard2_replica2 org.apache.solr.core.SolrCore@1a979309 url=http://127.0.0.1:37166/m/solrj_collection_shard2_replica2 node=127.0.0.1:37166_m C1420_STATE=coll:solrj_collection core:solrj_collection_shard2_replica2 props:{state=down, base_url=http://127.0.0.1:37166/m, core=solrj_collection_shard2_replica2, node_name=127.0.0.1:37166_m}
   [junit4]   2> 707044 T3062 C1420 P37166 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37166/m/solrj_collection_shard2_replica2/
   [junit4]   2> 707045 T3062 C1420 P37166 oasu.PeerSync.sync PeerSync: core=solrj_collection_shard2_replica2 url=http://127.0.0.1:37166/m START replicas=[http://127.0.0.1:32834/m/solrj_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 707044 T3021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 707045 T3062 C1420 P37166 oasu.PeerSync.sync PeerSync: core=solrj_collection_shard2_replica2 url=http://127.0.0.1:37166/m DONE.  We have no versions.  sync failed.
   [junit4]   2> 707046 T3062 C1420 P37166 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 707046 T3062 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 707046 T3062 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37166/m/solrj_collection_shard2_replica2/ shard2
   [junit4]   2> 707047 T3062 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leaders/shard2
   [junit4]   2> 707048 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 707048 T3045 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 707049 T3045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 707050 T3045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 707050 T3045 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 707051 T3045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 707051 T3045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 707052 T3045 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica1' using configuration from collection solrj_collection
   [junit4]   2> 707052 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 707052 T3045 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 707052 T3045 oasc.SolrCore.<init> [solrj_collection_shard1_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/solrj_collection_shard1_replica1/, dataDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/solrj_collection_shard1_replica1/data/
   [junit4]   2> 707053 T3045 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@190cbcd8
   [junit4]   2> 707053 T3073 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 707054 T3045 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/solrj_collection_shard1_replica1/data
   [junit4]   2> 707054 T3045 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/solrj_collection_shard1_replica1/data/index/
   [junit4]   2> 707054 T3020 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 707054 T3045 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica1] Solr index directory '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/solrj_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 707055 T3045 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-004/solrj_collection_shard1_replica1/data/index
   [junit4]   2> 707055 T3045 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5762897514250152]
   [junit4]   2> 707056 T3073 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 707056 T3045 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6003d308 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@184be72e),segFN=segments_1,generation=1}
   [junit4]   2> 707056 T3045 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 707058 T3073 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 707059 T3073 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 707060 T3045 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 707060 T3073 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 707060 T3045 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 707060 T3073 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 707060 T3045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 707061 T3045 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 707061 T3013 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 707061 T3073 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 707061 T3045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 707061 T3073 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 707061 T3013 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 707062 T3073 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica1' using configuration from collection solrj_collection
   [junit4]   2> 707062 T3045 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 707062 T3013 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 707062 T3073 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 707063 T3045 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 707063 T3073 oasc.SolrCore.<init> [solrj_collection_shard2_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/solrj_collection_shard2_replica1/, dataDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/solrj_collection_shard2_replica1/data/
   [junit4]   2> 707063 T3045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 707063 T3073 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@190cbcd8
   [junit4]   2> 707063 T3045 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 707064 T3045 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 707064 T3073 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/solrj_collection_shard2_replica1/data
   [junit4]   2> 707064 T3045 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 707064 T3073 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/solrj_collection_shard2_replica1/data/index/
   [junit4]   2> 707065 T3045 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 707065 T3073 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica1] Solr index directory '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/solrj_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 707065 T3045 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 707065 T3073 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build/solr-core/test/J1/./solr.cloud.CollectionsAPIDistributedZkTest-5458C2764C5C2D58-001/tempDir-006/solrj_collection_shard2_replica1/data/index
   [junit4]   2> 707066 T3045 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 707066 T3073 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5762897514250152]
   [junit4]   2> 707066 T3045 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 707067 T3073 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3399ebd2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@426caed2),segFN=segments_1,generation=1}
   [junit4]   2> 707067 T3013 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 707067 T3045 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 707067 T3073 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 707068 T3045 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 707069 T3013 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 707070 T3045 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 707070 T3045 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 707070 T3073 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 707071 T3045 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=15.3701171875, floorSegmentMB=1.4736328125, forceMergeDeletesPctAllowed=26.733115712887354, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]  

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

nelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> 
   [junit4]   2> 874102 T3140 oaz.ClientCnxn$SendThread.run WARN Unexpected exception java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   [junit4]   2> 
   [junit4]   2> 874602 T3140 oazc.StaticHostProvider.next WARN Unexpected exception java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 
   [junit4]   2> 874603 T3140 oaz.ClientCnxn$SendThread.run WARN Session 0x14603dedbc8000e for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]   2> 
   [junit4]   2> 875102 T3140 oaz.ClientCnxn$SendThread.run WARN Unexpected exception java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   [junit4]   2> 
   [junit4]   2> 180950 T2997 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=3140, name=TEST-CollectionsAPIDistributedZkTest.testDistribSearch-seed#[5458C2764C5C2D58]-SendThread(127.0.0.1:56182), state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]   2> 	        at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=th_TH, timezone=Africa/Banjul
   [junit4]   2> NOTE: Linux 3.8.0-39-generic amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=8,threads=2,free=167639488,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCmdDistributorTest, TestRecoveryHdfs, AtomicUpdatesTest, StatsComponentTest, TestQuerySenderNoQuery, TestFastOutputStream, PingRequestHandlerTest, TestFuzzyAnalyzedSuggestions, TestCoreDiscovery, TestCollectionAPI, DocValuesMultiTest, TestSolrXml, TestSolr4Spatial, MigrateRouteKeyTest, DirectSolrSpellCheckerTest, TestFreeTextSuggestions, TestDistributedMissingSort, SuggestComponentTest, HdfsUnloadDistributedZkTest, CoreContainerCoreInitFailuresTest, PluginInfoTest, TestJmxIntegration, DocValuesMissingTest, BasicDistributedZk2Test, TestSimpleQParserPlugin, HdfsDirectoryTest, TestAnalyzedSuggestions, TestXIncludeConfig, TestHighlightDedupGrouping, SuggesterWFSTTest, TestHashPartitioner, FieldAnalysisRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, BasicZkTest, NumericFieldsTest, PreAnalyzedFieldTest, DefaultValueUpdateProcessorTest, DirectUpdateHandlerTest, SolrRequestParserTest, TestFieldTypeResource, CoreAdminCreateDiscoverTest, RAMDirectoryFactoryTest, TestStressRecovery, SolrCoreCheckLockOnStartupTest, TestCollapseQParserPlugin, TestAnalyzeInfixSuggestions, HdfsBasicDistributedZk2Test, DistribDocExpirationUpdateProcessorTest, TestQueryTypes, OpenExchangeRatesOrgProviderTest, TestManagedSchemaFieldResource, TestPartialUpdateDeduplication, TimeZoneUtilsTest, CursorPagingTest, TestStressLucene, FileUtilsTest, XmlUpdateRequestHandlerTest, FullSolrCloudDistribCmdsTest, HighlighterConfigTest, AssignTest, TestManagedSynonymFilterFactory, TestCopyFieldCollectionResource, TriLevelCompositeIdRoutingTest, DisMaxRequestHandlerTest, TestSchemaSimilarityResource, TestPhraseSuggestions, HdfsBasicDistributedZkTest, TestSweetSpotSimilarityFactory, ShardSplitTest, DebugComponentTest, TestNonDefinedSimilarityFactory, TestReload, SpellCheckComponentTest, TestCSVLoader, XsltUpdateRequestHandlerTest, OutputWriterTest, PreAnalyzedUpdateProcessorTest, TestComponentsName, HardAutoCommitTest, TestMultiCoreConfBootstrap, MultiTermTest, TestCloudInspectUtil, TestNoOpRegenerator, TestReloadAndDeleteDocs, CoreAdminRequestStatusTest, ZkNodePropsTest, TestSolrQueryParserResource, TestFoldingMultitermQuery, TestSchemaResource, SuggesterTSTTest, TestDocBasedVersionConstraints, SortByFunctionTest, DistanceFunctionTest, TestStressReorder, TestCSVResponseWriter, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.seed=5458C2764C5C2D58 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th_TH -Dtests.timezone=Africa/Banjul -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | CollectionsAPIDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrZkClient opens=18 closes=17
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5458C2764C5C2D58]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingZkClients(SolrTestCaseJ4.java:436)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:182)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 
   [junit4]    >    1) Thread[id=3140, name=TEST-CollectionsAPIDistributedZkTest.testDistribSearch-seed#[5458C2764C5C2D58]-SendThread(127.0.0.1:56182), state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]    >    2) Thread[id=3141, name=TEST-CollectionsAPIDistributedZkTest.testDistribSearch-seed#[5458C2764C5C2D58]-EventThread, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5458C2764C5C2D58]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3140, name=TEST-CollectionsAPIDistributedZkTest.testDistribSearch-seed#[5458C2764C5C2D58]-SendThread(127.0.0.1:56182), state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5458C2764C5C2D58]:0)
   [junit4] Completed on J1 in 181.00s, 1 test, 2 failures, 2 errors <<< FAILURES!

[...truncated 599 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/lucene/common-build.xml:1297: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux@2/lucene/common-build.xml:921: There were test failures: 393 suites, 1637 tests, 3 suite-level errors, 1 failure, 841 ignored (16 assumptions)

Total time: 54 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_60-ea-b15 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure