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 2013/07/09 16:56:59 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 620 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/620/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([C5C0346854C9D648:408E92EF5AF07E1]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:493)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:214)
	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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:724)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:56349/solr
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:431)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:446)
	... 40 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 42 more




Build Log:
[...truncated 10589 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
   [junit4]   1> 0    [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:
   [junit4]   1> 1902 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 2563 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56345
   [junit4]   1> 2761 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 3166 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 3169 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10
   [junit4]   1> 3171 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/'
   [junit4]   1> 4429 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/solr.xml
   [junit4]   1> 4432 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/solr.xml does not exist, using default configuration
   [junit4]   1> 5073 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1551392523
   [junit4]   1> 5083 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/]
   [junit4]   1> 5154 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 5155 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 5156 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 5157 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 5158 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 5163 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 5164 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 5166 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 5167 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 5169 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 6220 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 6458 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1
   [junit4]   1> 6465 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/'
   [junit4]   1> 6860 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 7526 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 7590 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 7649 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 8145 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 8632 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 8741 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/
   [junit4]   1> 8743 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 9084 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data
   [junit4]   1> 9092 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/index/
   [junit4]   1> 9094 [coreLoadExecutor-3-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   1> 9145 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/index
   [junit4]   1> 10003 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7f9fd9af),segFN=segments_1,generation=1}
   [junit4]   1> 10012 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 12238 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 12240 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 12242 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 12253 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 12332 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 12438 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 12700 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 13014 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6f4779a4 main
   [junit4]   1> 13168 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 13170 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 13405 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 13408 [coreLoadExecutor-3-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 13410 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6f4779a4 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 13450 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 13452 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 18565 [qtp519594564-16] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7f9fd9af),segFN=segments_1,generation=1}
   [junit4]   1> 18578 [qtp519594564-16] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 20903 [qtp519594564-16] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 3093
   [junit4]   1> 21205 [qtp519594564-21] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 26352 [qtp519594564-21] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7f9fd9af),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7f9fd9af),segFN=segments_2,generation=2}
   [junit4]   1> 26358 [qtp519594564-21] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
   [junit4]   1> 26809 [qtp519594564-21] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@569afeea main
   [junit4]   1> 26842 [qtp519594564-21] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 26866 [searcherExecutor-4-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@569afeea main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   1> 26871 [qtp519594564-21] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 5667
   [junit4]   1> 26903 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 26919 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56347
   [junit4]   1> 26923 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 26925 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 26926 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11
   [junit4]   1> 26929 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/'
   [junit4]   1> 27057 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/solr.xml
   [junit4]   1> 27060 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/solr.xml does not exist, using default configuration
   [junit4]   1> 27451 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1484573091
   [junit4]   1> 27455 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/]
   [junit4]   1> 27461 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 27465 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 27467 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 27469 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 27471 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 27473 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 27475 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 27478 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 27480 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 27485 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 27550 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 27575 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1
   [junit4]   1> 27579 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/'
   [junit4]   1> 27782 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 28205 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 28207 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 28228 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 28309 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 28314 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 28316 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/
   [junit4]   1> 28317 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 28320 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data
   [junit4]   1> 28323 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/index/
   [junit4]   1> 28324 [coreLoadExecutor-9-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   1> 28338 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/index
   [junit4]   1> 28347 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2ed26127),segFN=segments_1,generation=1}
   [junit4]   1> 28349 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 28361 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 28363 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 28365 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 28372 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 28374 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 28376 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 28400 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 28443 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5b554089 main
   [junit4]   1> 28445 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 28446 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 28448 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 28450 [searcherExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5b554089 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 28450 [coreLoadExecutor-9-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 28462 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 28463 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 28517 [qtp1612455420-32] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2ed26127),segFN=segments_1,generation=1}
   [junit4]   1> 28519 [qtp1612455420-32] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 28542 [qtp1612455420-32] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 36
   [junit4]   1> 28582 [qtp1612455420-34] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 28666 [qtp1612455420-34] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2ed26127),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2ed26127),segFN=segments_2,generation=2}
   [junit4]   1> 28668 [qtp1612455420-34] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
   [junit4]   1> 28699 [qtp1612455420-34] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5160cb8d main
   [junit4]   1> 28701 [qtp1612455420-34] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 28703 [searcherExecutor-10-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5160cb8d main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   1> 28713 [qtp1612455420-34] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 131
   [junit4]   1> 28742 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 28752 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56349
   [junit4]   1> 28754 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 28756 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 28757 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12
   [junit4]   1> 28758 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/'
   [junit4]   1> 28856 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/solr.xml
   [junit4]   1> 28858 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/solr.xml does not exist, using default configuration
   [junit4]   1> 29212 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1077715970
   [junit4]   1> 29225 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/]
   [junit4]   1> 29231 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 29233 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 29245 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 29247 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 29249 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 29250 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 29261 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 29263 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 29264 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 29265 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 29285 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 29311 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1
   [junit4]   1> 29313 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/'
   [junit4]   1> 29548 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 29756 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 29762 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 29785 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 29900 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 29911 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 29913 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/
   [junit4]   1> 29915 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 29919 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data
   [junit4]   1> 29941 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/index/
   [junit4]   1> 29943 [coreLoadExecutor-15-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   1> 29947 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/index
   [junit4]   1> 29963 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73bd819e),segFN=segments_1,generation=1}
   [junit4]   1> 29964 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 29969 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 29972 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 29973 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 29974 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 29975 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 29977 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 29996 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 30016 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@65ead16a main
   [junit4]   1> 30029 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 30030 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 30032 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 30033 [coreLoadExecutor-15-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 30034 [searcherExecutor-16-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@65ead16a main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 30038 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 30039 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 30094 [qtp1701836793-44] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73bd819e),segFN=segments_1,generation=1}
   [junit4]   1> 30100 [qtp1701836793-44] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 30123 [qtp1701836793-44] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 43
   [junit4]   1> 30132 [qtp1701836793-45] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 30161 [qtp1701836793-45] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73bd819e),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73bd819e),segFN=segments_2,generation=2}
   [junit4]   1> 30163 [qtp1701836793-45] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
   [junit4]   1> 30216 [qtp1701836793-45] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6265f9a1 main
   [junit4]   1> 30221 [searcherExecutor-16-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6265f9a1 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   1> 30221 [qtp1701836793-45] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 30249 [qtp1701836793-45] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 118
   [junit4]   1> 30252 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:connTimeout=250&socketTimeout=250
   [junit4]   1> 30276 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1484573091
   [junit4]   1> 30278 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@40bc6b95
   [junit4]   1> 30279 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 30283 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 30284 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 30285 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 30300 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 30304 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 30307 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data;done=false>>]
   [junit4]   1> 30308 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data
   [junit4]   1> 30311 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/index;done=false>>]
   [junit4]   1> 30312 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381525114/solr/collection11/collection1/data/index
   [junit4]   1> 30653 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 31351 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1551392523
   [junit4]   1> 31354 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 31463 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] WARN  org.eclipse.jetty.util.thread.QueuedThreadPool  ? 1 threads could not be stopped
   [junit4]   1> 31466 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ? Couldn't stop Thread[qtp519594564-18,5,TGRP-TestLBHttpSolrServer]
   [junit4]   1> 31469 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.io.UnixFileSystem.canonicalize0(Native Method)
   [junit4]   1> 31476 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.io.UnixFileSystem.canonicalize(UnixFileSystem.java:172)
   [junit4]   1> 31478 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.io.File.getCanonicalPath(File.java:589)
   [junit4]   1> 31483 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.io.FilePermission$1.run(FilePermission.java:221)
   [junit4]   1> 31491 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.io.FilePermission$1.run(FilePermission.java:209)
   [junit4]   1> 31496 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   1> 31497 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.io.FilePermission.init(FilePermission.java:209)
   [junit4]   1> 31497 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.io.FilePermission.<init>(FilePermission.java:285)
   [junit4]   1> 31499 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.lang.SecurityManager.checkRead(SecurityManager.java:888)
   [junit4]   1> 31500 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.io.File.exists(File.java:770)
   [junit4]   1> 31501 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at sun.misc.URLClassPath$FileLoader.getResource(URLClassPath.java:1072)
   [junit4]   1> 31503 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at sun.misc.URLClassPath.getResource(URLClassPath.java:199)
   [junit4]   1> 31504 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.net.URLClassLoader$1.run(URLClassLoader.java:358)
   [junit4]   1> 31505 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   [junit4]   1> 31506 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   1> 31507 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   [junit4]   1> 31508 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   [junit4]   1> 31509 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
   [junit4]   1> 31510 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   [junit4]   1> 31511 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1516)
   [junit4]   1> 31512 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1363)
   [junit4]   1> 31513 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:474)
   [junit4]   1> 31515 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:434)
   [junit4]   1> 31516 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:208)
   [junit4]   1> 31517 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]   1> 31519 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.core.SolrCore.execute(SolrCore.java:1904)
   [junit4]   1> 31521 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:659)
   [junit4]   1> 31522 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
   [junit4]   1> 31523 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:158)
   [junit4]   1> 31524 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   1> 31528 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   1> 31529 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   1> 31530 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   1> 31531 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   1> 31533 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   1> 31535 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   1> 31537 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   1> 31539 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   1> 31540 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   1> 31542 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   1> 31543 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   1> 31544 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   1> 31545 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   1> 31546 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   1> 31547 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   1> 31550 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   1> 31551 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   1> 31553 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   1> 31555 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   1> 31556 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   1> 31557 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   1> 31558 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   1> 31560 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   1> 31564 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.util.thread.QueuedThreadPool  ?  at java.lang.Thread.run(Thread.java:724)
   [junit4]   1> 31609 [qtp1701836793-44] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=18 
   [junit4]   1> 31609 [qtp1701836793-42] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=523 
   [junit4]   1> 31642 [qtp519594564-18] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=833 
   [junit4]   1> 31725 [qtp519594564-18] ERROR org.apache.solr.servlet.SolrDispatchFilter  ? null:org.eclipse.jetty.io.EofException
   [junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
   [junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
   [junit4]   1> 	at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
   [junit4]   1> 	at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
   [junit4]   1> 	at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:94)
   [junit4]   1> 	at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:50)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:640)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:375)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:158)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   1> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   1> 
   [junit4]   1> 31766 [qtp519594564-18] ERROR org.apache.solr.servlet.SolrDispatchFilter  ? null:org.eclipse.jetty.io.EofException
   [junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
   [junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
   [junit4]   1> 	at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
   [junit4]   1> 	at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
   [junit4]   1> 	at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:94)
   [junit4]   1> 	at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:50)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:640)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:375)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:158)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   1> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   1> 
   [junit4]   1> 31817 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1077715970
   [junit4]   1> 31825 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@20118bdc
   [junit4]   1> 31828 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 31830 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 31831 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 31834 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 31839 [qtp519594564-18] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@64d68ecc
   [junit4]   1> 31844 [qtp519594564-18] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 31843 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 31851 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 31853 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data;done=false>>]
   [junit4]   1> 31878 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data
   [junit4]   1> 31852 [qtp519594564-18] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 31881 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/index;done=false>>]
   [junit4]   1> 31889 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381526953/solr/collection12/collection1/data/index
   [junit4]   1> 31882 [qtp519594564-18] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 31898 [qtp519594564-18] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 31913 [qtp519594564-18] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 31919 [qtp519594564-18] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 31921 [qtp519594564-18] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   1> 31923 [qtp519594564-18] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data/index
   [junit4]   1> 31925 [qtp519594564-18] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data;done=false>>]
   [junit4]   1> 31927 [qtp519594564-18] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381498545/solr/collection10/collection1/data
   [junit4]   1> 31947 [TEST-TestLBHttpSolrServer.testReliability-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability -Dtests.seed=C5C0346854C9D648 -Dtests.slow=true -Dtests.locale=es_PE -Dtests.timezone=Pacific/Chatham -Dtests.file.encoding=UTF-8
   [junit4] ERROR   32.5s | TestLBHttpSolrServer.testReliability <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C5C0346854C9D648:408E92EF5AF07E1]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:493)
   [junit4]    > 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:214)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:56349/solr
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:431)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:446)
   [junit4]    > 	... 40 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 42 more
   [junit4]   1> 32291 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:
   [junit4]   1> 32358 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 32366 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56357
   [junit4]   1> 32369 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 32370 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 32371 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10
   [junit4]   1> 32373 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/'
   [junit4]   1> 32451 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/solr.xml
   [junit4]   1> 32453 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/solr.xml does not exist, using default configuration
   [junit4]   1> 32764 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1857389660
   [junit4]   1> 32765 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/]
   [junit4]   1> 32768 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 32769 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 32770 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 32770 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 32771 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 32771 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 32772 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 32773 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 32774 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 32775 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 32791 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 32808 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1
   [junit4]   1> 32811 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/'
   [junit4]   1> 32977 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 33148 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 33149 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 33172 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 33273 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 33276 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 33278 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/
   [junit4]   1> 33280 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 33282 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data
   [junit4]   1> 33284 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/index/
   [junit4]   1> 33287 [coreLoadExecutor-21-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   1> 33289 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/index
   [junit4]   1> 33306 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@19930f2a),segFN=segments_1,generation=1}
   [junit4]   1> 33308 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 33319 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 33321 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 33322 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 33323 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 33325 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 33327 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 33347 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 33376 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7728124f main
   [junit4]   1> 33378 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 33379 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 33380 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 33382 [coreLoadExecutor-21-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 33382 [searcherExecutor-22-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7728124f main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 33387 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 33388 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 33443 [qtp2022667709-57] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@19930f2a),segFN=segments_1,generation=1}
   [junit4]   1> 33450 [qtp2022667709-57] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 33467 [qtp2022667709-57] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 39
   [junit4]   1> 33477 [qtp2022667709-58] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 33521 [qtp2022667709-58] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@19930f2a),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@19930f2a),segFN=segments_2,generation=2}
   [junit4]   1> 33522 [qtp2022667709-58] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
   [junit4]   1> 33545 [qtp2022667709-58] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2d94eb55 main
   [junit4]   1> 33547 [qtp2022667709-58] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 33557 [searcherExecutor-22-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2d94eb55 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   1> 33560 [qtp2022667709-58] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 83
   [junit4]   1> 33594 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 33604 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56359
   [junit4]   1> 33606 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 33608 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 33609 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11
   [junit4]   1> 33610 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/'
   [junit4]   1> 33687 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/solr.xml
   [junit4]   1> 33689 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/solr.xml does not exist, using default configuration
   [junit4]   1> 33882 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 135123083
   [junit4]   1> 33884 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/]
   [junit4]   1> 33888 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 33889 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 33890 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 33891 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 33892 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 33893 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 33894 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 33896 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 33897 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 33898 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 33933 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 33946 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1
   [junit4]   1> 33949 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/'
   [junit4]   1> 34109 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 34255 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 34256 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 34276 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 34344 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 34348 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 34351 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/
   [junit4]   1> 34351 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 34353 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data
   [junit4]   1> 34355 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index/
   [junit4]   1> 34356 [coreLoadExecutor-27-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   1> 34359 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index
   [junit4]   1> 34372 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cac2b19),segFN=segments_1,generation=1}
   [junit4]   1> 34373 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 34379 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 34380 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 34381 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 34383 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 34384 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 34385 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 34406 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 34448 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2b73c775 main
   [junit4]   1> 34451 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 34452 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 34459 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 34460 [coreLoadExecutor-27-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 34467 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 34467 [searcherExecutor-28-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2b73c775 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 34497 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 34544 [qtp1837936642-68] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cac2b19),segFN=segments_1,generation=1}
   [junit4]   1> 34547 [qtp1837936642-68] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 34565 [qtp1837936642-68] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 30
   [junit4]   1> 34582 [qtp1837936642-69] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 34645 [qtp1837936642-69] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cac2b19),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cac2b19),segFN=segments_2,generation=2}
   [junit4]   1> 34649 [qtp1837936642-69] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
   [junit4]   1> 34667 [qtp1837936642-69] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@68e2cd6f main
   [junit4]   1> 34668 [qtp1837936642-69] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 34669 [searcherExecutor-28-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@68e2cd6f main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   1> 34672 [qtp1837936642-69] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 90
   [junit4]   1> 34700 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 34711 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56361
   [junit4]   1> 34712 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 34714 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 34714 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12
   [junit4]   1> 34715 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/'
   [junit4]   1> 34788 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/solr.xml
   [junit4]   1> 34789 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/solr.xml does not exist, using default configuration
   [junit4]   1> 35026 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 35177295
   [junit4]   1> 35028 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/]
   [junit4]   1> 35041 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 35043 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 35044 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 35046 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 35047 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 35048 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 35049 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 35051 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 35052 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 35054 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 35087 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 35109 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1
   [junit4]   1> 35112 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/'
   [junit4]   1> 35319 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 35509 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 35511 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 35535 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 35595 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 35600 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 35601 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/
   [junit4]   1> 35601 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 35603 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data
   [junit4]   1> 35605 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/index/
   [junit4]   1> 35607 [coreLoadExecutor-33-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   1> 35609 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/index
   [junit4]   1> 35616 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d2bd735),segFN=segments_1,generation=1}
   [junit4]   1> 35618 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 35630 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 35631 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 35632 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 35632 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 35633 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 35634 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 35646 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 35657 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@59d3b486 main
   [junit4]   1> 35658 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 35659 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 35661 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 35662 [searcherExecutor-34-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@59d3b486 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 35664 [coreLoadExecutor-33-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 35666 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 35667 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 35716 [qtp1819084794-80] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d2bd735),segFN=segments_1,generation=1}
   [junit4]   1> 35719 [qtp1819084794-80] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 35731 [qtp1819084794-80] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 22
   [junit4]   1> 35751 [qtp1819084794-81] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 35784 [qtp1819084794-81] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d2bd735),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d2bd735),segFN=segments_2,generation=2}
   [junit4]   1> 35785 [qtp1819084794-81] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
   [junit4]   1> 35797 [qtp1819084794-81] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5ea4007a main
   [junit4]   1> 35799 [searcherExecutor-34-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5ea4007a main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   1> 35799 [qtp1819084794-81] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 35802 [qtp1819084794-81] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 51
   [junit4]   1> 35809 [qtp2022667709-58] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 35819 [qtp1837936642-66] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 35833 [qtp1819084794-82] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 35852 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=135123083
   [junit4]   1> 35855 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7a78115
   [junit4]   1> 35856 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 35858 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 35860 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 35861 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 35875 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 35878 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 35878 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data;done=false>>]
   [junit4]   1> 35879 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data
   [junit4]   1> 35881 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index;done=false>>]
   [junit4]   1> 35881 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index
   [junit4]   1> 35917 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 35977 [qtp2022667709-59] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 35988 [qtp1819084794-83] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0 
   [junit4]   1> 35996 [qtp2022667709-54] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0 
   [junit4]   1> 36011 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 36031 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56359
   [junit4]   1> 36033 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 36034 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 36035 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11
   [junit4]   1> 36039 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/'
   [junit4]   1> 36089 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/solr.xml
   [junit4]   1> 36096 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/solr.xml does not exist, using default configuration
   [junit4]   1> 36279 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 13174824
   [junit4]   1> 36280 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/]
   [junit4]   1> 36283 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 36284 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 36285 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 36286 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 36298 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 36299 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 36300 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 36302 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 36302 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 36303 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 36329 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 36338 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1
   [junit4]   1> 36340 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/'
   [junit4]   1> 36461 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 36612 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 36613 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 36632 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 36681 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 36684 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 36685 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/
   [junit4]   1> 36686 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 36688 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data
   [junit4]   1> 36689 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index/
   [junit4]   1> 36698 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 36700 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 36703 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 36704 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 36705 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 36706 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 36721 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 36728 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index
   [junit4]   1> 36741 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@55d765c7 main
   [junit4]   1> 36742 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 36743 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 36748 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 36749 [searcherExecutor-40-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@55d765c7 main{StandardDirectoryReader(segments_2:3 _0(4.5):C10)}
   [junit4]   1> 36750 [coreLoadExecutor-39-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 36753 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 36759 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 37003 [qtp331802135-94] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=2 
   [junit4]   1> 37967 [qtp1819084794-78] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 37979 [qtp331802135-91] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 37988 [qtp2022667709-59] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 38010 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1857389660
   [junit4]   1> 38012 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7f1d520d
   [junit4]   1> 38013 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 38015 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 38016 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 38022 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 38031 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 38039 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 38040 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   1> 38043 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data/index
   [junit4]   1> 38065 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data;done=false>>]
   [junit4]   1> 38067 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381530553/solr/collection10/collection1/data
   [junit4]   1> 38069 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 38151 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=13174824
   [junit4]   1> 38153 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3343fb14
   [junit4]   1> 38154 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 38155 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 38156 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 38157 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 38165 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 38169 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 38170 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index;done=false>>]
   [junit4]   1> 38171 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data/index
   [junit4]   1> 38204 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data;done=false>>]
   [junit4]   1> 38205 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381531806/solr/collection11/collection1/data
   [junit4]   1> 38208 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 38289 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=35177295
   [junit4]   1> 38293 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@174d5067
   [junit4]   1> 38300 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 38303 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 38304 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 38305 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 38315 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 38318 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 38319 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data;done=false>>]
   [junit4]   1> 38320 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data
   [junit4]   1> 38322 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/index;done=false>>]
   [junit4]   1> 38323 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381532912/solr/collection12/collection1/data/index
   [junit4]   1> 38346 [TEST-TestLBHttpSolrServer.testSimple-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 38859 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:
   [junit4]   1> 38899 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 38915 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56365
   [junit4]   1> 38917 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 38918 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 38919 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10
   [junit4]   1> 38920 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/'
   [junit4]   1> 39002 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/solr.xml
   [junit4]   1> 39004 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/solr.xml does not exist, using default configuration
   [junit4]   1> 39193 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1355098200
   [junit4]   1> 39194 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/]
   [junit4]   1> 39197 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 39198 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 39198 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 39199 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 39200 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 39201 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 39202 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 39203 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 39204 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 39205 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 39225 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 39246 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1
   [junit4]   1> 39248 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/'
   [junit4]   1> 39346 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 39479 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 39481 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 39501 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 39539 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 39543 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 39544 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/
   [junit4]   1> 39545 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 39547 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data
   [junit4]   1> 39548 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index/
   [junit4]   1> 39557 [coreLoadExecutor-45-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   1> 39559 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index
   [junit4]   1> 39574 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@210e215c),segFN=segments_1,generation=1}
   [junit4]   1> 39575 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 39579 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 39581 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 39581 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 39582 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 39583 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 39584 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 39600 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 39614 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4363cee2 main
   [junit4]   1> 39615 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 39616 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 39617 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 39617 [coreLoadExecutor-45-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 39618 [searcherExecutor-46-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4363cee2 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 39621 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 39622 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 39671 [qtp448153501-104] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@210e215c),segFN=segments_1,generation=1}
   [junit4]   1> 39672 [qtp448153501-104] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 39697 [qtp448153501-104] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 34
   [junit4]   1> 39709 [qtp448153501-105] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 39743 [qtp448153501-105] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@210e215c),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@210e215c),segFN=segments_2,generation=2}
   [junit4]   1> 39745 [qtp448153501-105] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
   [junit4]   1> 39765 [qtp448153501-105] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@37132aca main
   [junit4]   1> 39766 [qtp448153501-105] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 39767 [searcherExecutor-46-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@37132aca main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   1> 39769 [qtp448153501-105] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 60
   [junit4]   1> 39813 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 39822 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56367
   [junit4]   1> 39824 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 39827 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 39828 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11
   [junit4]   1> 39830 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/'
   [junit4]   1> 39930 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/solr.xml
   [junit4]   1> 39934 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/solr.xml does not exist, using default configuration
   [junit4]   1> 40149 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 735699780
   [junit4]   1> 40150 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/]
   [junit4]   1> 40153 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 40154 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 40155 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 40156 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 40157 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 40158 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 40159 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 40160 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 40160 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 40161 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 40190 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 40199 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1
   [junit4]   1> 40200 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/'
   [junit4]   1> 40307 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 40430 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 40436 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 40449 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 40504 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 40508 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 40509 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/
   [junit4]   1> 40510 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 40511 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data
   [junit4]   1> 40512 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/index/
   [junit4]   1> 40515 [coreLoadExecutor-51-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   1> 40517 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/index
   [junit4]   1> 40524 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b70d783),segFN=segments_1,generation=1}
   [junit4]   1> 40525 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 40532 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 40532 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 40533 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 40534 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 40534 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 40535 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 40556 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 40581 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1e60a6ce main
   [junit4]   1> 40583 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 40584 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 40585 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 40586 [coreLoadExecutor-51-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 40597 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 40599 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 40587 [searcherExecutor-52-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1e60a6ce main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 40628 [qtp221975262-117] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b70d783),segFN=segments_1,generation=1}
   [junit4]   1> 40629 [qtp221975262-117] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 40651 [qtp221975262-117] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 32
   [junit4]   1> 40660 [qtp221975262-118] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 40739 [qtp221975262-118] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b70d783),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b70d783),segFN=segments_2,generation=2}
   [junit4]   1> 40740 [qtp221975262-118] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
   [junit4]   1> 40801 [qtp221975262-118] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@69353b38 main
   [junit4]   1> 40803 [searcherExecutor-52-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@69353b38 main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   1> 40806 [qtp221975262-118] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 40807 [qtp221975262-118] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 147
   [junit4]   1> 40826 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 40849 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56369
   [junit4]   1> 40852 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 40853 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 40854 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12
   [junit4]   1> 40855 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/'
   [junit4]   1> 40933 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/solr.xml
   [junit4]   1> 40935 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/solr.xml does not exist, using default configuration
   [junit4]   1> 41183 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1790734202
   [junit4]   1> 41185 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/]
   [junit4]   1> 41223 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 41224 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 41224 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 41225 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 41227 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 41231 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 41232 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 41240 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 41241 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 41243 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 41287 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 41314 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1
   [junit4]   1> 41316 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/'
   [junit4]   1> 41427 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 41549 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 41551 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 41578 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 41638 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 41641 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 41642 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/
   [junit4]   1> 41643 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 41644 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data
   [junit4]   1> 41645 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/index/
   [junit4]   1> 41647 [coreLoadExecutor-57-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   1> 41651 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/index
   [junit4]   1> 41659 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5595c0fb),segFN=segments_1,generation=1}
   [junit4]   1> 41660 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 41664 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 41665 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 41666 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 41667 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 41668 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 41670 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 41687 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 41714 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2cae3600 main
   [junit4]   1> 41715 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 41716 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 41717 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 41718 [coreLoadExecutor-57-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 41718 [searcherExecutor-58-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2cae3600 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   1> 41741 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 41743 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 41774 [qtp376420111-129] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5595c0fb),segFN=segments_1,generation=1}
   [junit4]   1> 41776 [qtp376420111-129] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
   [junit4]   1> 41789 [qtp376420111-129] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 21
   [junit4]   1> 41795 [qtp376420111-130] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   1> 41836 [qtp376420111-130] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5595c0fb),segFN=segments_1,generation=1}
   [junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.MMapDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5595c0fb),segFN=segments_2,generation=2}
   [junit4]   1> 41843 [qtp376420111-130] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
   [junit4]   1> 41857 [qtp376420111-130] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@18f30d8e main
   [junit4]   1> 41899 [searcherExecutor-58-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@18f30d8e main{StandardDirectoryReader(segments_2:3:nrt _0(4.5):C10)}
   [junit4]   1> 41899 [qtp376420111-130] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
   [junit4]   1> 41913 [qtp376420111-130] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 118
   [junit4]   1> 41935 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1355098200
   [junit4]   1> 41961 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7067ba82
   [junit4]   1> 41967 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 41973 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 41974 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 41975 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 41986 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 41988 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 41989 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data;done=false>>]
   [junit4]   1> 41991 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data
   [junit4]   1> 42009 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   1> 42010 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index
   [junit4]   1> 42067 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 42132 [qtp221975262-117] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 42167 [qtp221975262-119] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 42187 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=735699780
   [junit4]   1> 42190 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@501820b0
   [junit4]   1> 42191 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 42192 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 42193 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 42194 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 42201 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 42209 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 42210 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/index;done=false>>]
   [junit4]   1> 42211 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data/index
   [junit4]   1> 42240 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data;done=false>>]
   [junit4]   1> 42241 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381538015/solr/collection11/collection1/data
   [junit4]   1> 42243 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 42297 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
   [junit4]   1> 42311 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SelectChannelConnector@127.0.0.1:56365
   [junit4]   1> 42313 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
   [junit4]   1> 42315 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
   [junit4]   1> 42316 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10
   [junit4]   1> 42317 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/'
   [junit4]   1> 42382 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? Loading container configuration from /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/solr.xml
   [junit4]   1> 42384 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.ConfigSolr  ? /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/solr.xml does not exist, using default configuration
   [junit4]   1> 42625 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 2104333158
   [junit4]   1> 42626 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/]
   [junit4]   1> 42630 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
   [junit4]   1> 42631 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
   [junit4]   1> 42632 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
   [junit4]   1> 42633 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
   [junit4]   1> 42633 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
   [junit4]   1> 42634 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
   [junit4]   1> 42635 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
   [junit4]   1> 42636 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
   [junit4]   1> 42641 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
   [junit4]   1> 42642 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   1> 42666 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   1> 42686 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1
   [junit4]   1> 42688 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/'
   [junit4]   1> 42788 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_45
   [junit4]   1> 42906 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
   [junit4]   1> 42908 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
   [junit4]   1> 42921 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=test
   [junit4]   1> 42964 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
   [junit4]   1> 42968 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   1> 42969 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/
   [junit4]   1> 42969 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.SolrCore  ? JMX monitoring not detected for core: collection1
   [junit4]   1> 42971 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data
   [junit4]   1> 42972 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index/
   [junit4]   1> 42977 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created standard: solr.StandardRequestHandler
   [junit4]   1> 42978 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created defaults: solr.StandardRequestHandler
   [junit4]   1> 42978 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   1> 42979 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created lazy: solr.StandardRequestHandler
   [junit4]   1> 42980 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
   [junit4]   1> 42981 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
   [junit4]   1> 43005 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
   [junit4]   1> 43013 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index
   [junit4]   1> 43027 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@587e95d3 main
   [junit4]   1> 43028 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: disabled
   [junit4]   1> 43029 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
   [junit4]   1> 43030 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
   [junit4]   1> 43031 [searcherExecutor-64-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@587e95d3 main{StandardDirectoryReader(segments_2:3 _0(4.5):C10)}
   [junit4]   1> 43032 [coreLoadExecutor-63-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
   [junit4]   1> 43034 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   1> 43035 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
   [junit4]   1> 43146 [qtp803662932-142] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=0 
   [junit4]   1> 44243 [qtp803662932-145] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
   [junit4]   1> 44262 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=2104333158
   [junit4]   1> 44265 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3c0920e0
   [junit4]   1> 44266 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 44267 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 44268 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 44269 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 44271 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 44274 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 44275 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   1> 44276 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data/index
   [junit4]   1> 44295 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data;done=false>>]
   [junit4]   1> 44296 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381537102/solr/collection10/collection1/data
   [junit4]   1> 44303 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   1> 44408 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1790734202
   [junit4]   1> 44410 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@650bab32
   [junit4]   1> 44411 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.UpdateHandler  ? 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]   1> 44413 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
   [junit4]   1> 44414 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   1> 44415 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
   [junit4]   1> 44426 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
   [junit4]   1> 44435 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   1> 44443 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/index;done=false>>]
   [junit4]   1> 44444 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data/index
   [junit4]   1> 44467 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data;done=false>>]
   [junit4]   1> 44468 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1373381539047/solr/collection12/collection1/data
   [junit4]   1> 44470 [TEST-TestLBHttpSolrServer.testTwoServers-seed#[C5C0346854C9D648]] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=TestBloomFilteredLucene41Postings), name=PostingsFormat(name=TestBloomFilteredLucene41Postings)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=es_PE, timezone=Pacific/Chatham
   [junit4]   2> NOTE: Mac OS X 10.8.4 x86_64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=2,threads=2,free=54229432,total=92864512
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
   [junit4] Completed in 50.23s, 3 tests, 1 error <<< FAILURES!

[...truncated 144 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:395: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:375: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:194: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:443: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1249: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:893: There were test failures: 46 suites, 272 tests, 1 error

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