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/01/05 06:04:13 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/35/
Java: 64bit/jdk1.6.0 -XX:+UseSerialGC

1 tests failed.
REGRESSION:  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([B56FAF0CE8093E45:74A7724A496FEFEC]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:486)
	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:212)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:680)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:52535/solr
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:439)
	... 40 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
	... 42 more




Build Log:
[...truncated 9041 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
[junit4:junit4]   2> 3320 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4422 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4689 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52531
[junit4:junit4]   2> 4794 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4796 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10
[junit4:junit4]   2> 4797 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/'
[junit4:junit4]   2> 4941 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4945 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4946 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10
[junit4:junit4]   2> 4976 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/solr.xml
[junit4:junit4]   2> 4980 T16 oasc.CoreContainer.<init> New CoreContainer 897350024
[junit4:junit4]   2> 4982 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 4983 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/'
[junit4:junit4]   2> 4984 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/'
[junit4:junit4]   2> 5041 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 5042 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 5044 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 5045 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 5046 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 5046 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 5047 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 5049 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 5050 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 5052 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 5103 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 5250 T27 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1
[junit4:junit4]   2> 5252 T27 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/'
[junit4:junit4]   2> 5376 T27 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 5647 T27 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5677 T27 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5689 T27 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5901 T27 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6052 T27 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/
[junit4:junit4]   2> 6060 T27 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 6070 T27 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 6204 T27 oasc.CachingDirectoryFactory.get 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-1357362064141/solr/collection10/collection1/data forceNew:false
[junit4:junit4]   2> 6205 T27 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data
[junit4:junit4]   2> 6206 T27 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index/
[junit4:junit4]   2> 6207 T27 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6227 T27 oasc.CachingDirectoryFactory.get 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-1357362064141/solr/collection10/collection1/data/index forceNew:false
[junit4:junit4]   2> 6501 T27 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38666d83),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6502 T27 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6506 T27 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index
[junit4:junit4]   2> 7859 T27 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7860 T27 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7861 T27 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7866 T27 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7889 T27 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7924 T27 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7944 T27 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7967 T27 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data
[junit4:junit4]   2> 8019 T27 oass.SolrIndexSearcher.<init> Opening Searcher@b65091f main
[junit4:junit4]   2> 8099 T27 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8100 T27 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8164 T27 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 8165 T27 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8165 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b65091f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8180 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 8184 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@4a9b601d
[junit4:junit4]   2> 9321 T24 C0 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data
[junit4:junit4]   2> 9329 T24 C0 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38666d83),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9330 T24 C0 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9810 T24 C0 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 649
[junit4:junit4]   2> 9972 T21 C0 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 10138 T21 C0 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38666d83),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38666d83),segFN=segments_2,generation=2,filenames=[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 10140 T21 C0 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 10169 T21 C0 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data
[junit4:junit4]   2> 10430 T21 C0 oass.SolrIndexSearcher.<init> Opening Searcher@6bc0cd80 main
[junit4:junit4]   2> 10435 T21 C0 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 10445 T28 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6bc0cd80 main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 10448 T28 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index
[junit4:junit4]   2> 10450 T21 C0 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 478
[junit4:junit4]   2> 10480 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10486 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52533
[junit4:junit4]   2> 10488 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10489 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11
[junit4:junit4]   2> 10489 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/'
[junit4:junit4]   2> 10533 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10534 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10535 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11
[junit4:junit4]   2> 10536 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/solr.xml
[junit4:junit4]   2> 10537 T16 oasc.CoreContainer.<init> New CoreContainer 558099828
[junit4:junit4]   2> 10538 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 10539 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/'
[junit4:junit4]   2> 10540 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/'
[junit4:junit4]   2> 10566 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 10567 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10568 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 10569 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10570 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10571 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10571 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10572 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10573 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10574 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 10610 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10659 T38 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1
[junit4:junit4]   2> 10660 T38 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/'
[junit4:junit4]   2> 10755 T38 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 10890 T38 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10891 T38 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10901 T38 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10947 T38 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10950 T38 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/
[junit4:junit4]   2> 10951 T38 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 10951 T38 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 10953 T38 oasc.CachingDirectoryFactory.get 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-1357362070703/solr/collection11/collection1/data forceNew:false
[junit4:junit4]   2> 10954 T38 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data
[junit4:junit4]   2> 10955 T38 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index/
[junit4:junit4]   2> 10956 T38 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10957 T38 oasc.CachingDirectoryFactory.get 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-1357362070703/solr/collection11/collection1/data/index forceNew:false
[junit4:junit4]   2> 10989 T38 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e64dd79),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10990 T38 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10993 T38 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index
[junit4:junit4]   2> 10999 T38 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11000 T38 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11000 T38 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11001 T38 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11002 T38 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11002 T38 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11005 T38 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11010 T38 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data
[junit4:junit4]   2> 11013 T38 oass.SolrIndexSearcher.<init> Opening Searcher@126212dd main
[junit4:junit4]   2> 11015 T38 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11015 T38 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11016 T38 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 11016 T39 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@126212dd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11017 T38 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11017 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 11018 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@5a2445d7
[junit4:junit4]   2> 11048 T34 C1 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data
[junit4:junit4]   2> 11057 T34 C1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e64dd79),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11058 T34 C1 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11074 T34 C1 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 31
[junit4:junit4]   2> 11081 T35 C1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 11117 T35 C1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e64dd79),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e64dd79),segFN=segments_2,generation=2,filenames=[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 11118 T35 C1 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 11125 T35 C1 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data
[junit4:junit4]   2> 11151 T35 C1 oass.SolrIndexSearcher.<init> Opening Searcher@5d18a770 main
[junit4:junit4]   2> 11152 T39 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5d18a770 main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 11157 T39 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index
[junit4:junit4]   2> 11162 T35 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 11163 T35 C1 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 83
[junit4:junit4]   2> 11178 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11209 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52535
[junit4:junit4]   2> 11210 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11211 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12
[junit4:junit4]   2> 11212 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/'
[junit4:junit4]   2> 11252 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 11253 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11255 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12
[junit4:junit4]   2> 11257 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/solr.xml
[junit4:junit4]   2> 11258 T16 oasc.CoreContainer.<init> New CoreContainer 108675190
[junit4:junit4]   2> 11259 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 11261 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/'
[junit4:junit4]   2> 11261 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/'
[junit4:junit4]   2> 11297 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 11298 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11299 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 11300 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11301 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11302 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11303 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11304 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11304 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11305 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 11334 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11387 T49 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1
[junit4:junit4]   2> 11388 T49 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/'
[junit4:junit4]   2> 11486 T49 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 11599 T49 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11607 T49 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11624 T49 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11667 T49 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11670 T49 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/
[junit4:junit4]   2> 11670 T49 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 11679 T49 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 11681 T49 oasc.CachingDirectoryFactory.get 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-1357362071412/solr/collection12/collection1/data forceNew:false
[junit4:junit4]   2> 11682 T49 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data
[junit4:junit4]   2> 11682 T49 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index/
[junit4:junit4]   2> 11683 T49 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11685 T49 oasc.CachingDirectoryFactory.get 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-1357362071412/solr/collection12/collection1/data/index forceNew:false
[junit4:junit4]   2> 11696 T49 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@71d0e17a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11697 T49 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11699 T49 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index
[junit4:junit4]   2> 11701 T49 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11714 T49 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11715 T49 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11715 T49 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11716 T49 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11717 T49 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11721 T49 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11728 T49 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data
[junit4:junit4]   2> 11730 T49 oass.SolrIndexSearcher.<init> Opening Searcher@2a5b8e8c main
[junit4:junit4]   2> 11732 T49 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11733 T49 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11734 T49 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 11737 T49 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11737 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2a5b8e8c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11740 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 11742 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@66d7a9c9
[junit4:junit4]   2> 11761 T44 C2 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data
[junit4:junit4]   2> 11767 T44 C2 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@71d0e17a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11768 T44 C2 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11783 T44 C2 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 25
[junit4:junit4]   2> 11791 T45 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 12580 T45 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@71d0e17a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@71d0e17a),segFN=segments_2,generation=2,filenames=[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 12584 T45 C2 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 12598 T45 C2 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data
[junit4:junit4]   2> 12608 T45 C2 oass.SolrIndexSearcher.<init> Opening Searcher@3aa42c31 main
[junit4:junit4]   2> 12609 T45 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 12609 T50 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3aa42c31 main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 12611 T50 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index
[junit4:junit4]   2> 12611 T45 C2 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 820
[junit4:junit4]   2> 12613 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=250&socketTimeout=250
[junit4:junit4]   2> 12643 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=558099828
[junit4:junit4]   2> 12645 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5a2445d7
[junit4:junit4]   2> 12647 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 12650 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 12652 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 12653 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 12665 T16 C1 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index
[junit4:junit4]   2> 12668 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 12672 T16 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index
[junit4:junit4]   2> 12674 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data
[junit4:junit4]   2> 12677 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362070703/solr/collection11/collection1/data
[junit4:junit4]   2> 12679 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362070703/solr/collection11/collection1/data/index
[junit4:junit4]   2> 12680 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362070703/solr/collection11/collection1/data/index
[junit4:junit4]   2> 12809 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 13807 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=897350024
[junit4:junit4]   2> 13811 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 13859 T44 C2 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=318 
[junit4:junit4]   2> 13859 T23 C0 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=945 
[junit4:junit4]   2> 13883 T23 C0 oasc.SolrException.log SEVERE null:org.eclipse.jetty.io.EofException
[junit4:junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4:junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4:junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4:junit4]   2> 		at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:94)
[junit4:junit4]   2> 		at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:50)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:407)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:292)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 13891 T23 C0 oasc.SolrException.log SEVERE null:org.eclipse.jetty.io.EofException
[junit4:junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4:junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4:junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4:junit4]   2> 		at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:94)
[junit4:junit4]   2> 		at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:50)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:407)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:292)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 13907 T23 C0 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4a9b601d
[junit4:junit4]   2> 13908 T23 C0 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 13909 T23 C0 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13910 T23 C0 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13911 T23 C0 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 13914 T16 oejut.QueuedThreadPool.doStop WARNING 1 threads could not be stopped
[junit4:junit4]   2> 13918 T16 oejut.QueuedThreadPool.doStop Couldn't stop Thread[qtp473155160-23,5,TGRP-TestLBHttpSolrServer]
[junit4:junit4]   2> 13918 T23 C0 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index
[junit4:junit4]   2> 13928 T16 oejut.QueuedThreadPool.doStop  at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:57)
[junit4:junit4]   2> 13928 T16 oejut.QueuedThreadPool.doStop  at org.apache.solr.core.SolrCore.close(SolrCore.java:988)
[junit4:junit4]   2> 13929 T16 oejut.QueuedThreadPool.doStop  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:308)
[junit4:junit4]   2> 13929 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 13930 T16 oejut.QueuedThreadPool.doStop  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:116)
[junit4:junit4]   2> 13930 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 13931 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 13931 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 13932 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 13932 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 13933 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 13933 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 13934 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 13934 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 13935 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 13935 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 13938 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 13939 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 13939 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
[junit4:junit4]   2> 13940 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
[junit4:junit4]   2> 13941 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
[junit4:junit4]   2> 13951 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4:junit4]   2> 13952 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 13952 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 13953 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 13953 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 13954 T16 oejut.QueuedThreadPool.doStop  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 13954 T16 oejut.QueuedThreadPool.doStop  at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 13960 T23 C0 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 13969 T23 C0 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index
[junit4:junit4]   2> 13969 T23 C0 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data
[junit4:junit4]   2> 13970 T23 C0 oasc.CachingDirectoryFactory.closeDirectory 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-1357362064141/solr/collection10/collection1/data
[junit4:junit4]   2> 13971 T23 C0 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362064141/solr/collection10/collection1/data/index
[junit4:junit4]   2> 13972 T23 C0 oasc.CachingDirectoryFactory.closeDirectory 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-1357362064141/solr/collection10/collection1/data/index
[junit4:junit4]   2> 13980 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=108675190
[junit4:junit4]   2> 13980 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@66d7a9c9
[junit4:junit4]   2> 13983 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 13984 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13985 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13985 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 13989 T16 C2 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index
[junit4:junit4]   2> 13993 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 13994 T16 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index
[junit4:junit4]   2> 13995 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data
[junit4:junit4]   2> 13995 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362071412/solr/collection12/collection1/data
[junit4:junit4]   2> 13997 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362071412/solr/collection12/collection1/data/index
[junit4:junit4]   2> 13997 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362071412/solr/collection12/collection1/data/index
[junit4:junit4]   2> 14011 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability -Dtests.seed=B56FAF0CE8093E45 -Dtests.slow=true -Dtests.locale=ar_QA -Dtests.timezone=Asia/Kathmandu -Dtests.file.encoding=MacRoman
[junit4:junit4] ERROR   10.9s | TestLBHttpSolrServer.testReliability <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([B56FAF0CE8093E45:74A7724A496FEFEC]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:486)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:212)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:52535/solr
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:439)
[junit4:junit4]    > 	... 40 more
[junit4:junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4:junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:129)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
[junit4:junit4]    > 	... 42 more
[junit4:junit4]   2> 14186 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 14217 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14227 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52543
[junit4:junit4]   2> 14228 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14229 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10
[junit4:junit4]   2> 14229 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/'
[junit4:junit4]   2> 14293 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14294 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14295 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10
[junit4:junit4]   2> 14296 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/solr.xml
[junit4:junit4]   2> 14296 T16 oasc.CoreContainer.<init> New CoreContainer 1730863804
[junit4:junit4]   2> 14297 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 14298 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/'
[junit4:junit4]   2> 14298 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/'
[junit4:junit4]   2> 14322 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 14323 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14323 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 14324 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14325 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14326 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14326 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14327 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14328 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14329 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 14351 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14393 T61 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1
[junit4:junit4]   2> 14394 T61 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/'
[junit4:junit4]   2> 14502 T61 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 14684 T61 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14684 T61 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14698 T61 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14743 T61 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14746 T61 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/
[junit4:junit4]   2> 14747 T61 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 14748 T61 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 14750 T61 oasc.CachingDirectoryFactory.get 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-1357362074451/solr/collection10/collection1/data forceNew:false
[junit4:junit4]   2> 14750 T61 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data
[junit4:junit4]   2> 14751 T61 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index/
[junit4:junit4]   2> 14752 T61 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14753 T61 oasc.CachingDirectoryFactory.get 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-1357362074451/solr/collection10/collection1/data/index forceNew:false
[junit4:junit4]   2> 14762 T61 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9bc850f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14762 T61 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14764 T61 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index
[junit4:junit4]   2> 14766 T61 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14768 T61 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14769 T61 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14769 T61 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14770 T61 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14771 T61 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14775 T61 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14782 T61 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data
[junit4:junit4]   2> 14784 T61 oass.SolrIndexSearcher.<init> Opening Searcher@71fb68f main
[junit4:junit4]   2> 14785 T61 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14785 T61 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14786 T61 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14787 T62 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71fb68f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14787 T61 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14788 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 14789 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@5262667
[junit4:junit4]   2> 14803 T56 C3 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data
[junit4:junit4]   2> 14808 T56 C3 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9bc850f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14810 T56 C3 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14819 T56 C3 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 17
[junit4:junit4]   2> 14826 T57 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 14863 T57 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9bc850f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@9bc850f),segFN=segments_2,generation=2,filenames=[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 14864 T57 C3 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 14866 T57 C3 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data
[junit4:junit4]   2> 14880 T57 C3 oass.SolrIndexSearcher.<init> Opening Searcher@460c42b5 main
[junit4:junit4]   2> 14881 T57 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14881 T62 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@460c42b5 main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 14883 T62 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index
[junit4:junit4]   2> 14884 T57 C3 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 57
[junit4:junit4]   2> 14902 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14907 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52545
[junit4:junit4]   2> 14908 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14909 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11
[junit4:junit4]   2> 14910 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/'
[junit4:junit4]   2> 14948 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14950 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14950 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11
[junit4:junit4]   2> 14951 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/solr.xml
[junit4:junit4]   2> 14952 T16 oasc.CoreContainer.<init> New CoreContainer 1853255363
[junit4:junit4]   2> 14953 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 14956 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/'
[junit4:junit4]   2> 14957 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/'
[junit4:junit4]   2> 14979 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 14980 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14981 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 14981 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14982 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14983 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14983 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14984 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14985 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14985 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 15007 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15086 T72 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1
[junit4:junit4]   2> 15088 T72 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/'
[junit4:junit4]   2> 15148 T72 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 15217 T72 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 15218 T72 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 15223 T72 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15252 T72 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15255 T72 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/
[junit4:junit4]   2> 15255 T72 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 15256 T72 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 15257 T72 oasc.CachingDirectoryFactory.get 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-1357362075132/solr/collection11/collection1/data forceNew:false
[junit4:junit4]   2> 15258 T72 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data
[junit4:junit4]   2> 15258 T72 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index/
[junit4:junit4]   2> 15259 T72 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15260 T72 oasc.CachingDirectoryFactory.get 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-1357362075132/solr/collection11/collection1/data/index forceNew:false
[junit4:junit4]   2> 15266 T72 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12133926),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15266 T72 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15267 T72 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index
[junit4:junit4]   2> 15269 T72 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15269 T72 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 15270 T72 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 15270 T72 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 15271 T72 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15272 T72 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15276 T72 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15282 T72 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data
[junit4:junit4]   2> 15284 T72 oass.SolrIndexSearcher.<init> Opening Searcher@1b83ee9a main
[junit4:junit4]   2> 15286 T72 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15286 T72 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15287 T72 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15288 T72 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15289 T73 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b83ee9a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15289 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 15290 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@3734a33d
[junit4:junit4]   2> 15302 T66 C4 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data
[junit4:junit4]   2> 15307 T66 C4 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12133926),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15308 T66 C4 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15317 T66 C4 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 15
[junit4:junit4]   2> 15323 T68 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15341 T68 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12133926),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12133926),segFN=segments_2,generation=2,filenames=[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 15343 T68 C4 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 15344 T68 C4 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data
[junit4:junit4]   2> 15360 T68 C4 oass.SolrIndexSearcher.<init> Opening Searcher@65559ba8 main
[junit4:junit4]   2> 15360 T68 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15361 T73 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@65559ba8 main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 15362 T73 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index
[junit4:junit4]   2> 15362 T68 C4 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 40
[junit4:junit4]   2> 15371 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15378 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52547
[junit4:junit4]   2> 15379 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15380 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12
[junit4:junit4]   2> 15380 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/'
[junit4:junit4]   2> 15415 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15416 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15416 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12
[junit4:junit4]   2> 15417 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/solr.xml
[junit4:junit4]   2> 15418 T16 oasc.CoreContainer.<init> New CoreContainer 1198520800
[junit4:junit4]   2> 15419 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 15419 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/'
[junit4:junit4]   2> 15420 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/'
[junit4:junit4]   2> 15441 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 15442 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15442 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 15443 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15444 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15444 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15445 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15446 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15446 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15447 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 15468 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15502 T83 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1
[junit4:junit4]   2> 15503 T83 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/'
[junit4:junit4]   2> 15557 T83 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 15623 T83 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 15624 T83 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 15630 T83 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15664 T83 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15666 T83 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/
[junit4:junit4]   2> 15666 T83 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 15667 T83 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 15669 T83 oasc.CachingDirectoryFactory.get 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-1357362075611/solr/collection12/collection1/data forceNew:false
[junit4:junit4]   2> 15670 T83 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data
[junit4:junit4]   2> 15670 T83 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index/
[junit4:junit4]   2> 15671 T83 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15672 T83 oasc.CachingDirectoryFactory.get 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-1357362075611/solr/collection12/collection1/data/index forceNew:false
[junit4:junit4]   2> 15677 T83 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@25ee40a4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15677 T83 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15678 T83 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index
[junit4:junit4]   2> 15680 T83 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15680 T83 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 15681 T83 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 15681 T83 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 15682 T83 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15683 T83 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15687 T83 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15696 T83 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data
[junit4:junit4]   2> 15698 T83 oass.SolrIndexSearcher.<init> Opening Searcher@242110fc main
[junit4:junit4]   2> 15699 T83 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15699 T83 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15700 T83 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15701 T83 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15701 T84 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@242110fc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15701 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 15703 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@11f13b08
[junit4:junit4]   2> 15716 T77 C5 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data
[junit4:junit4]   2> 15721 T77 C5 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@25ee40a4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15722 T77 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15730 T77 C5 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 15
[junit4:junit4]   2> 15737 T78 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15755 T78 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@25ee40a4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@25ee40a4),segFN=segments_2,generation=2,filenames=[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 15756 T78 C5 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 15758 T78 C5 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data
[junit4:junit4]   2> 15775 T78 C5 oass.SolrIndexSearcher.<init> Opening Searcher@71594ba3 main
[junit4:junit4]   2> 15776 T78 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15777 T84 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71594ba3 main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 15780 T84 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index
[junit4:junit4]   2> 15781 T78 C5 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 45
[junit4:junit4]   2> 15804 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1730863804
[junit4:junit4]   2> 15805 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5262667
[junit4:junit4]   2> 15805 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15806 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15807 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15808 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15811 T16 C3 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index
[junit4:junit4]   2> 15812 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 15813 T16 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index
[junit4:junit4]   2> 15813 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index
[junit4:junit4]   2> 15814 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362074451/solr/collection10/collection1/data/index
[junit4:junit4]   2> 15854 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data
[junit4:junit4]   2> 15854 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362074451/solr/collection10/collection1/data
[junit4:junit4]   2> 15856 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 15930 T70 C4 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=3 
[junit4:junit4]   2> 15945 T71 C4 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   2> 15975 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1853255363
[junit4:junit4]   2> 15977 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3734a33d
[junit4:junit4]   2> 15979 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 15983 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 15984 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 15986 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 15995 T16 C4 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index
[junit4:junit4]   2> 16000 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 16003 T16 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index
[junit4:junit4]   2> 16007 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data
[junit4:junit4]   2> 16009 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362075132/solr/collection11/collection1/data
[junit4:junit4]   2> 16013 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075132/solr/collection11/collection1/data/index
[junit4:junit4]   2> 16016 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362075132/solr/collection11/collection1/data/index
[junit4:junit4]   2> 16046 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 16104 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16128 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52543
[junit4:junit4]   2> 16129 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16129 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10
[junit4:junit4]   2> 16130 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/'
[junit4:junit4]   2> 16164 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16165 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16165 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10
[junit4:junit4]   2> 16166 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/solr.xml
[junit4:junit4]   2> 16166 T16 oasc.CoreContainer.<init> New CoreContainer 1797054482
[junit4:junit4]   2> 16167 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 16168 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/'
[junit4:junit4]   2> 16169 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/'
[junit4:junit4]   2> 16189 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 16190 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16190 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 16191 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16191 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16192 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16193 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16193 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16194 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16195 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 16216 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16250 T95 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1
[junit4:junit4]   2> 16251 T95 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/'
[junit4:junit4]   2> 16342 T95 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 16409 T95 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16410 T95 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16416 T95 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16450 T95 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16451 T95 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/
[junit4:junit4]   2> 16451 T95 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 16452 T95 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 16452 T95 oasc.CachingDirectoryFactory.get 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-1357362074451/solr/collection10/collection1/data forceNew:false
[junit4:junit4]   2> 16453 T95 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data
[junit4:junit4]   2> 16454 T95 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index/
[junit4:junit4]   2> 16455 T95 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 16455 T95 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 16456 T95 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 16456 T95 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 16456 T95 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 16457 T95 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 16460 T95 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 16462 T95 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data
[junit4:junit4]   2> 16463 T95 oasc.CachingDirectoryFactory.get 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-1357362074451/solr/collection10/collection1/data/index forceNew:false
[junit4:junit4]   2> 16467 T95 oass.SolrIndexSearcher.<init> Opening Searcher@42b7141a main
[junit4:junit4]   2> 16468 T95 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 16468 T95 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 16468 T95 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16469 T95 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16469 T96 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@42b7141a main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 16469 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 16470 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@5b44dc7b
[junit4:junit4]   2> 16939 T91 C6 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&rows=0&version=2} hits=10 status=0 QTime=0 
[junit4:junit4]   2> 17680 T92 C6 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=2 
[junit4:junit4]   2> 17708 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1797054482
[junit4:junit4]   2> 17710 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b44dc7b
[junit4:junit4]   2> 17712 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 17713 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 17714 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 17716 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 17717 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 17719 T16 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index
[junit4:junit4]   2> 17720 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data
[junit4:junit4]   2> 17721 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362074451/solr/collection10/collection1/data
[junit4:junit4]   2> 17721 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362074451/solr/collection10/collection1/data/index
[junit4:junit4]   2> 17722 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362074451/solr/collection10/collection1/data/index
[junit4:junit4]   2> 17731 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 17834 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1198520800
[junit4:junit4]   2> 17836 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@11f13b08
[junit4:junit4]   2> 17837 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 17838 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 17840 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 17841 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 17848 T16 C5 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index
[junit4:junit4]   2> 17850 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 17852 T16 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index
[junit4:junit4]   2> 17854 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data/index
[junit4:junit4]   2> 17856 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362075611/solr/collection12/collection1/data/index
[junit4:junit4]   2> 17898 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362075611/solr/collection12/collection1/data
[junit4:junit4]   2> 17899 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362075611/solr/collection12/collection1/data
[junit4:junit4]   2> 17900 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 17988 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 18011 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 18016 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52551
[junit4:junit4]   2> 18018 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18018 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10
[junit4:junit4]   2> 18019 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/'
[junit4:junit4]   2> 18046 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 18047 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18047 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10
[junit4:junit4]   2> 18048 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/solr.xml
[junit4:junit4]   2> 18049 T16 oasc.CoreContainer.<init> New CoreContainer 1143424520
[junit4:junit4]   2> 18049 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 18050 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/'
[junit4:junit4]   2> 18051 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/'
[junit4:junit4]   2> 18072 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 18072 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 18073 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 18073 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 18074 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 18075 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 18075 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 18076 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 18077 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 18077 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 18097 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 18128 T106 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1
[junit4:junit4]   2> 18129 T106 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/'
[junit4:junit4]   2> 18182 T106 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 18253 T106 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18254 T106 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18260 T106 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18284 T106 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18286 T106 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/
[junit4:junit4]   2> 18287 T106 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 18287 T106 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 18289 T106 oasc.CachingDirectoryFactory.get 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-1357362078251/solr/collection10/collection1/data forceNew:false
[junit4:junit4]   2> 18290 T106 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data
[junit4:junit4]   2> 18291 T106 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index/
[junit4:junit4]   2> 18291 T106 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18293 T106 oasc.CachingDirectoryFactory.get 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-1357362078251/solr/collection10/collection1/data/index forceNew:false
[junit4:junit4]   2> 18298 T106 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@79bf496b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18299 T106 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18300 T106 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index
[junit4:junit4]   2> 18301 T106 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18302 T106 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 18303 T106 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 18303 T106 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 18304 T106 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18305 T106 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18309 T106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18316 T106 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data
[junit4:junit4]   2> 18318 T106 oass.SolrIndexSearcher.<init> Opening Searcher@68ffab0a main
[junit4:junit4]   2> 18319 T106 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18319 T106 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18320 T106 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18320 T106 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18320 T107 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@68ffab0a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18322 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 18323 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@ba679e
[junit4:junit4]   2> 18334 T101 C7 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data
[junit4:junit4]   2> 18338 T101 C7 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@79bf496b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18339 T101 C7 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18347 T101 C7 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 14
[junit4:junit4]   2> 18354 T102 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18368 T102 C7 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@79bf496b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@79bf496b),segFN=segments_2,generation=2,filenames=[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 18369 T102 C7 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 18377 T102 C7 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data
[junit4:junit4]   2> 18392 T102 C7 oass.SolrIndexSearcher.<init> Opening Searcher@224577f9 main
[junit4:junit4]   2> 18392 T102 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18393 T107 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@224577f9 main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 18394 T107 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index
[junit4:junit4]   2> 18395 T102 C7 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 41
[junit4:junit4]   2> 18404 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 18410 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52553
[junit4:junit4]   2> 18411 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18411 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11
[junit4:junit4]   2> 18412 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/'
[junit4:junit4]   2> 18448 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 18449 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18450 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11
[junit4:junit4]   2> 18451 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/solr.xml
[junit4:junit4]   2> 18452 T16 oasc.CoreContainer.<init> New CoreContainer 136753453
[junit4:junit4]   2> 18453 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 18453 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/'
[junit4:junit4]   2> 18454 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/'
[junit4:junit4]   2> 18490 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 18491 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 18491 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 18492 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 18493 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 18493 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 18494 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 18494 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 18495 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 18496 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 18517 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 18549 T117 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1
[junit4:junit4]   2> 18550 T117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/'
[junit4:junit4]   2> 18602 T117 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 18675 T117 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18676 T117 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18681 T117 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18707 T117 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18709 T117 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/
[junit4:junit4]   2> 18710 T117 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 18710 T117 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 18711 T117 oasc.CachingDirectoryFactory.get 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-1357362078643/solr/collection11/collection1/data forceNew:false
[junit4:junit4]   2> 18712 T117 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data
[junit4:junit4]   2> 18712 T117 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index/
[junit4:junit4]   2> 18713 T117 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18715 T117 oasc.CachingDirectoryFactory.get 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-1357362078643/solr/collection11/collection1/data/index forceNew:false
[junit4:junit4]   2> 18720 T117 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45ea414e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18721 T117 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18722 T117 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index
[junit4:junit4]   2> 18723 T117 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18724 T117 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 18724 T117 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 18725 T117 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 18725 T117 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18726 T117 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18731 T117 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18737 T117 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data
[junit4:junit4]   2> 18739 T117 oass.SolrIndexSearcher.<init> Opening Searcher@65fe28a7 main
[junit4:junit4]   2> 18741 T117 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18741 T117 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18742 T117 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18743 T117 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18743 T118 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@65fe28a7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18743 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 18744 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@50c8d62f
[junit4:junit4]   2> 18756 T111 C8 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data
[junit4:junit4]   2> 18761 T111 C8 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45ea414e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18761 T111 C8 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18774 T111 C8 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 20
[junit4:junit4]   2> 18780 T112 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18812 T112 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45ea414e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45ea414e),segFN=segments_2,generation=2,filenames=[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 18813 T112 C8 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 18815 T112 C8 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data
[junit4:junit4]   2> 18826 T112 C8 oass.SolrIndexSearcher.<init> Opening Searcher@1cb48230 main
[junit4:junit4]   2> 18827 T112 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18827 T118 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1cb48230 main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 18828 T118 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index
[junit4:junit4]   2> 18829 T112 C8 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 49
[junit4:junit4]   2> 18837 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 18844 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52555
[junit4:junit4]   2> 18846 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18847 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12
[junit4:junit4]   2> 18848 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/'
[junit4:junit4]   2> 18885 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 18886 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18887 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12
[junit4:junit4]   2> 18887 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/solr.xml
[junit4:junit4]   2> 18888 T16 oasc.CoreContainer.<init> New CoreContainer 1686333223
[junit4:junit4]   2> 18889 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 18889 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/'
[junit4:junit4]   2> 18890 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/'
[junit4:junit4]   2> 18913 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 18914 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 18915 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 18915 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 18916 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 18916 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 18917 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 18918 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 18918 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 18920 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 18943 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 18977 T128 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1
[junit4:junit4]   2> 18978 T128 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/'
[junit4:junit4]   2> 19030 T128 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 19107 T128 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19109 T128 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19118 T128 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19146 T128 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19149 T128 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/
[junit4:junit4]   2> 19149 T128 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 19150 T128 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 19151 T128 oasc.CachingDirectoryFactory.get 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-1357362079077/solr/collection12/collection1/data forceNew:false
[junit4:junit4]   2> 19152 T128 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data
[junit4:junit4]   2> 19153 T128 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index/
[junit4:junit4]   2> 19154 T128 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19155 T128 oasc.CachingDirectoryFactory.get 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-1357362079077/solr/collection12/collection1/data/index forceNew:false
[junit4:junit4]   2> 19161 T128 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1514d662),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19161 T128 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19162 T128 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index
[junit4:junit4]   2> 19164 T128 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19164 T128 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 19165 T128 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 19165 T128 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 19166 T128 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19166 T128 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19171 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19177 T128 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data
[junit4:junit4]   2> 19180 T128 oass.SolrIndexSearcher.<init> Opening Searcher@69ddad02 main
[junit4:junit4]   2> 19181 T128 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19181 T128 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19182 T128 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19182 T129 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@69ddad02 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19182 T128 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19184 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 19184 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@3b061299
[junit4:junit4]   2> 19194 T122 C9 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data
[junit4:junit4]   2> 19198 T122 C9 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1514d662),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19199 T122 C9 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19208 T122 C9 UPDATE [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 15
[junit4:junit4]   2> 19219 T123 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19236 T123 C9 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1514d662),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1514d662),segFN=segments_2,generation=2,filenames=[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 19238 T123 C9 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.tis, _0.nrm, _0.fnm, _0.tii, _0.frq, segments_2, _0.fdx, _0.si, _0.fdt]
[junit4:junit4]   2> 19240 T123 C9 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data
[junit4:junit4]   2> 19252 T123 C9 oass.SolrIndexSearcher.<init> Opening Searcher@6ec12f3 main
[junit4:junit4]   2> 19253 T123 C9 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19254 T129 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ec12f3 main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 19255 T129 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index
[junit4:junit4]   2> 19256 T123 C9 UPDATE [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 37
[junit4:junit4]   2> 19263 T105 C7 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   2> 19268 T115 C8 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
[junit4:junit4]   2> 19276 T125 C9 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   2> 19297 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=136753453
[junit4:junit4]   2> 19300 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@50c8d62f
[junit4:junit4]   2> 19301 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 19302 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 19303 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 19304 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 19307 T16 C8 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index
[junit4:junit4]   2> 19309 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 19310 T16 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index
[junit4:junit4]   2> 19310 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index
[junit4:junit4]   2> 19311 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362078643/solr/collection11/collection1/data/index
[junit4:junit4]   2> 19328 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data
[junit4:junit4]   2> 19328 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362078643/solr/collection11/collection1/data
[junit4:junit4]   2> 19333 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 19396 T100 C7 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=2 
[junit4:junit4]   2> 19422 T126 C9 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=2 
[junit4:junit4]   2> 19436 T101 C7 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=2 
[junit4:junit4]   2> 19446 T16 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 19459 T16 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52553
[junit4:junit4]   2> 19460 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 19460 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11
[junit4:junit4]   2> 19461 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/'
[junit4:junit4]   2> 19488 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 19488 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 19489 T16 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11
[junit4:junit4]   2> 19490 T16 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/solr.xml
[junit4:junit4]   2> 19490 T16 oasc.CoreContainer.<init> New CoreContainer 806542204
[junit4:junit4]   2> 19491 T16 oasc.CoreContainer$Initializer.initialize no solr.xml file found - using default
[junit4:junit4]   2> 19492 T16 oasc.CoreContainer.load Loading CoreContainer using Solr Home: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/'
[junit4:junit4]   2> 19492 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/'
[junit4:junit4]   2> 19512 T16 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 19513 T16 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 19514 T16 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 19514 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 19515 T16 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 19515 T16 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 19516 T16 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 19516 T16 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 19517 T16 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 19519 T16 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 19538 T16 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 19571 T140 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1
[junit4:junit4]   2> 19572 T140 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/'
[junit4:junit4]   2> 19624 T140 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 19690 T140 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19691 T140 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19696 T140 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19728 T140 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19730 T140 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/, dataDir=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/
[junit4:junit4]   2> 19731 T140 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
[junit4:junit4]   2> 19731 T140 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
[junit4:junit4]   2> 19732 T140 oasc.CachingDirectoryFactory.get 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-1357362078643/solr/collection11/collection1/data forceNew:false
[junit4:junit4]   2> 19733 T140 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data
[junit4:junit4]   2> 19734 T140 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index/
[junit4:junit4]   2> 19735 T140 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19736 T140 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 19736 T140 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 19737 T140 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 19737 T140 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19738 T140 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19742 T140 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19746 T140 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data
[junit4:junit4]   2> 19746 T140 oasc.CachingDirectoryFactory.get 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-1357362078643/solr/collection11/collection1/data/index forceNew:false
[junit4:junit4]   2> 19751 T140 oass.SolrIndexSearcher.<init> Opening Searcher@3be67280 main
[junit4:junit4]   2> 19752 T140 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19752 T140 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19753 T140 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19753 T140 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19753 T141 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3be67280 main{StandardDirectoryReader(segments_2:3 _0(4.1):C10)}
[junit4:junit4]   2> 19754 T16 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   2> 19755 T16 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@1d450337
[junit4:junit4]   2> 19927 T135 C10 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&rows=0&version=2} hits=10 status=0 QTime=2 
[junit4:junit4]   2> 20965 T124 C9 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=2 
[junit4:junit4]   2> 20979 T138 C10 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=2 
[junit4:junit4]   2> 20992 T105 C7 REQ [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   2> 21019 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1143424520
[junit4:junit4]   2> 21021 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ba679e
[junit4:junit4]   2> 21024 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 21028 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 21030 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 21032 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 21040 T16 C7 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index
[junit4:junit4]   2> 21042 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 21045 T16 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index
[junit4:junit4]   2> 21047 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data/index
[junit4:junit4]   2> 21049 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362078251/solr/collection10/collection1/data/index
[junit4:junit4]   2> 21067 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078251/solr/collection10/collection1/data
[junit4:junit4]   2> 21068 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362078251/solr/collection10/collection1/data
[junit4:junit4]   2> 21069 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 21138 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=806542204
[junit4:junit4]   2> 21141 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d450337
[junit4:junit4]   2> 21142 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 21142 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 21143 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 21143 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 21144 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 21145 T16 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index
[junit4:junit4]   2> 21145 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data
[junit4:junit4]   2> 21146 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362078643/solr/collection11/collection1/data
[junit4:junit4]   2> 21146 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362078643/solr/collection11/collection1/data/index
[junit4:junit4]   2> 21147 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362078643/solr/collection11/collection1/data/index
[junit4:junit4]   2> 21156 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 21232 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1686333223
[junit4:junit4]   2> 21233 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3b061299
[junit4:junit4]   2> 21233 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 21235 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 21235 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 21236 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 21239 T16 C9 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index
[junit4:junit4]   2> 21240 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 21240 T16 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index
[junit4:junit4]   2> 21241 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data
[junit4:junit4]   2> 21242 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362079077/solr/collection12/collection1/data
[junit4:junit4]   2> 21243 T16 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1357362079077/solr/collection12/collection1/data/index
[junit4:junit4]   2> 21244 T16 oasc.CachingDirectoryFactory.closeDirectory 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-1357362079077/solr/collection12/collection1/data/index
[junit4:junit4]   2> 21255 T16 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=ar_QA, timezone=Asia/Kathmandu
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Apple Inc. 1.6.0_37 (64-bit)/cpus=2,threads=1,free=34504840,total=48758784
[junit4:junit4]   2> NOTE: All tests run in this JVM: [QueryResponseTest, AnlysisResponseBaseTest, TestLBHttpSolrServer]
[junit4:junit4] Completed in 18.13s, 3 tests, 1 error <<< FAILURES!

[...truncated 135 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:353: 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:185: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:428: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:841: There were test failures: 45 suites, 253 tests, 1 error

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/36/
Java: 64bit/jdk1.7.0 -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
No registered leader was found, collection:multiunload2 slice:shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found, collection:multiunload2 slice:shard1
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:429)
	at org.apache.solr.cloud.BasicDistributedZkTest.testStopAndStartCoresInOneInstance(BasicDistributedZkTest.java:678)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:339)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	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:601)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:722)




Build Log:
[...truncated 8833 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T1252 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T1252 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1357377306165
[junit4:junit4]   2> 4 T1252 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T1253 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 7 T1253 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 7 T1253 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 7 T1253 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 8 T1253 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 10 T1253 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 111 T1252 oasc.ZkTestServer.run start zk server on port:51446
[junit4:junit4]   2> 112 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@141ad5ce
[junit4:junit4]   2> 113 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 113 T1258 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 114 T1258 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 114 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51447
[junit4:junit4]   2> 116 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51447
[junit4:junit4]   2> 117 T1256 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 122 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e0000 with negotiated timeout 10000 for client /127.0.0.1:51447
[junit4:junit4]   2> 122 T1258 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e0000, negotiated timeout = 10000
[junit4:junit4]   2> 124 T1259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@141ad5ce name:ZooKeeperConnection Watcher:127.0.0.1:51446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 124 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 126 T1252 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 138 T1257 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c09fdfe3e0000
[junit4:junit4]   2> 141 T1254 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51447 which had sessionid 0x13c09fdfe3e0000
[junit4:junit4]   2> 142 T1259 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 142 T1252 oaz.ZooKeeper.close Session: 0x13c09fdfe3e0000 closed
[junit4:junit4]   2> 144 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7e325f17
[junit4:junit4]   2> 147 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 148 T1260 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 150 T1260 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 151 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51448
[junit4:junit4]   2> 152 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51448
[junit4:junit4]   2> 155 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e0001 with negotiated timeout 10000 for client /127.0.0.1:51448
[junit4:junit4]   2> 155 T1260 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e0001, negotiated timeout = 10000
[junit4:junit4]   2> 156 T1261 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e325f17 name:ZooKeeperConnection Watcher:127.0.0.1:51446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 157 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 158 T1252 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 173 T1252 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 185 T1252 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 194 T1252 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 206 T1252 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 208 T1252 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 227 T1252 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 230 T1252 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 243 T1252 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 244 T1252 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 257 T1252 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 259 T1252 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 271 T1252 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 273 T1252 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 285 T1252 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 287 T1252 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 292 T1252 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 293 T1252 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 298 T1252 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 299 T1252 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 304 T1252 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 304 T1252 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 310 T1257 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c09fdfe3e0001
[junit4:junit4]   2> 311 T1254 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51448 which had sessionid 0x13c09fdfe3e0001
[junit4:junit4]   2> 311 T1252 oaz.ZooKeeper.close Session: 0x13c09fdfe3e0001 closed
[junit4:junit4]   2> 311 T1261 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 485 T1252 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 492 T1252 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51449
[junit4:junit4]   2> 493 T1252 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 494 T1252 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473
[junit4:junit4]   2> 494 T1252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473/'
[junit4:junit4]   2> 520 T1252 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 521 T1252 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 522 T1252 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473
[junit4:junit4]   2> 522 T1252 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473/solr.xml
[junit4:junit4]   2> 523 T1252 oasc.CoreContainer.<init> New CoreContainer 797106282
[junit4:junit4]   2> 523 T1252 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473/'
[junit4:junit4]   2> 524 T1252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473/'
[junit4:junit4]   2> 545 T1252 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 546 T1252 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 546 T1252 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 547 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 547 T1252 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 548 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 548 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 549 T1252 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 549 T1252 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 550 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 561 T1252 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 579 T1252 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51446/solr
[junit4:junit4]   2> 579 T1252 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 580 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4b6172da
[junit4:junit4]   2> 581 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 581 T1271 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 583 T1271 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 583 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51450
[junit4:junit4]   2> 583 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51450
[junit4:junit4]   2> 585 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e0002 with negotiated timeout 20000 for client /127.0.0.1:51450
[junit4:junit4]   2> 585 T1271 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e0002, negotiated timeout = 20000
[junit4:junit4]   2> 585 T1272 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b6172da name:ZooKeeperConnection Watcher:127.0.0.1:51446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 586 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 590 T1257 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c09fdfe3e0002
[junit4:junit4]   2> 591 T1254 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51450 which had sessionid 0x13c09fdfe3e0002
[junit4:junit4]   2> 591 T1252 oaz.ZooKeeper.close Session: 0x13c09fdfe3e0002 closed
[junit4:junit4]   2> 591 T1272 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 592 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 596 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@47db09c1
[junit4:junit4]   2> 597 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 598 T1273 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 599 T1273 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 599 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51451
[junit4:junit4]   2> 599 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51451
[junit4:junit4]   2> 600 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e0003 with negotiated timeout 20000 for client /127.0.0.1:51451
[junit4:junit4]   2> 601 T1273 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e0003, negotiated timeout = 20000
[junit4:junit4]   2> 601 T1274 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47db09c1 name:ZooKeeperConnection Watcher:127.0.0.1:51446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 601 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 604 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 624 T1252 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 627 T1252 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51449_
[junit4:junit4]   2> 628 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51449_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51449_
[junit4:junit4]   2> 629 T1252 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51449_
[junit4:junit4]   2> 635 T1252 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 642 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 643 T1252 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 647 T1252 oasc.Overseer.start Overseer (id=88957079137419267-127.0.0.1:51449_-n_0000000000) starting
[junit4:junit4]   2> 648 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 649 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 651 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 652 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 654 T1276 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 655 T1252 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 660 T1252 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 664 T1275 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 669 T1277 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473/collection1
[junit4:junit4]   2> 669 T1277 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 670 T1277 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 671 T1277 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 673 T1277 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473/collection1/'
[junit4:junit4]   2> 674 T1277 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 674 T1277 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473/collection1/lib/README' to classloader
[junit4:junit4]   2> 720 T1277 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 776 T1277 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 778 T1277 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 784 T1277 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1365 T1277 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1372 T1277 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1375 T1277 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1396 T1277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1401 T1277 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1419 T1277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1421 T1277 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1423 T1277 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357377306473/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data/
[junit4:junit4]   2> 1423 T1277 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@68844472
[junit4:junit4]   2> 1424 T1277 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1425 T1277 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data forceNew:false
[junit4:junit4]   2> 1425 T1277 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data
[junit4:junit4]   2> 1425 T1277 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data/index/
[junit4:junit4]   2> 1426 T1277 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1427 T1277 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data/index forceNew:false
[junit4:junit4]   2> 1431 T1277 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6854a2d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1432 T1277 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1432 T1277 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data/index
[junit4:junit4]   2> 1433 T1277 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1434 T1277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1435 T1277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1435 T1277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1436 T1277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1436 T1277 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1436 T1277 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1437 T1277 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1437 T1277 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1438 T1277 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1438 T1277 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1439 T1277 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1439 T1277 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1440 T1277 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1440 T1277 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1440 T1277 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1441 T1277 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1441 T1277 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1442 T1277 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1442 T1277 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1443 T1277 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1444 T1277 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1444 T1277 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1445 T1277 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1445 T1277 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1446 T1277 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1446 T1277 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1452 T1277 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1455 T1277 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1456 T1277 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1458 T1277 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data
[junit4:junit4]   2> 1459 T1277 oass.SolrIndexSearcher.<init> Opening Searcher@685131ea main
[junit4:junit4]   2> 1460 T1277 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1460 T1277 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1461 T1277 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1466 T1277 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1495 T1278 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@685131ea main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1500 T1277 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1500 T1277 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1501 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2177 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2180 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51449_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51449"}
[junit4:junit4]   2> 2180 T1275 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2181 T1275 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2183 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2203 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2505 T1277 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2506 T1277 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51449 collection:control_collection shard:shard1
[junit4:junit4]   2> 2508 T1277 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2532 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2534 T1277 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2536 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2542 T1277 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2543 T1277 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2544 T1277 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51449/collection1/
[junit4:junit4]   2> 2545 T1277 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2546 T1277 oasc.SyncStrategy.syncToMe http://127.0.0.1:51449/collection1/ has no replicas
[junit4:junit4]   2> 2546 T1277 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51449/collection1/
[junit4:junit4]   2> 2547 T1277 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2564 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3721 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3753 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3800 T1277 oasc.ZkController.register We are http://127.0.0.1:51449/collection1/ and leader is http://127.0.0.1:51449/collection1/
[junit4:junit4]   2> 3800 T1277 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51449
[junit4:junit4]   2> 3800 T1277 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3800 T1277 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3801 T1277 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3804 T1277 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3806 T1252 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3807 T1252 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3807 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3813 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3817 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2f23e9b2
[junit4:junit4]   2> 3818 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3819 T1279 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3819 T1279 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 3819 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51452
[junit4:junit4]   2> 3820 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51452
[junit4:junit4]   2> 3821 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e0004 with negotiated timeout 10000 for client /127.0.0.1:51452
[junit4:junit4]   2> 3821 T1279 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e0004, negotiated timeout = 10000
[junit4:junit4]   2> 3822 T1280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f23e9b2 name:ZooKeeperConnection Watcher:127.0.0.1:51446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3822 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3824 T1252 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3827 T1252 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3977 T1252 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3981 T1252 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51453
[junit4:junit4]   2> 3982 T1252 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3983 T1252 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988
[junit4:junit4]   2> 3983 T1252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988/'
[junit4:junit4]   2> 4008 T1252 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4008 T1252 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4009 T1252 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988
[junit4:junit4]   2> 4009 T1252 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988/solr.xml
[junit4:junit4]   2> 4010 T1252 oasc.CoreContainer.<init> New CoreContainer 1253507116
[junit4:junit4]   2> 4010 T1252 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988/'
[junit4:junit4]   2> 4011 T1252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988/'
[junit4:junit4]   2> 4030 T1252 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4031 T1252 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4031 T1252 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4032 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4032 T1252 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4033 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4033 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4033 T1252 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4034 T1252 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4034 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4044 T1252 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4060 T1252 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51446/solr
[junit4:junit4]   2> 4061 T1252 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4061 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19156d2f
[junit4:junit4]   2> 4063 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4063 T1290 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4064 T1290 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 4065 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51454
[junit4:junit4]   2> 4065 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51454
[junit4:junit4]   2> 4067 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e0005 with negotiated timeout 20000 for client /127.0.0.1:51454
[junit4:junit4]   2> 4067 T1290 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e0005, negotiated timeout = 20000
[junit4:junit4]   2> 4067 T1291 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19156d2f name:ZooKeeperConnection Watcher:127.0.0.1:51446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4068 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4070 T1257 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c09fdfe3e0005
[junit4:junit4]   2> 4071 T1254 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51454 which had sessionid 0x13c09fdfe3e0005
[junit4:junit4]   2> 4071 T1252 oaz.ZooKeeper.close Session: 0x13c09fdfe3e0005 closed
[junit4:junit4]   2> 4072 T1291 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4072 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4076 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@163690a7
[junit4:junit4]   2> 4077 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4078 T1292 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4079 T1292 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 4079 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51455
[junit4:junit4]   2> 4080 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51455
[junit4:junit4]   2> 4081 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e0006 with negotiated timeout 20000 for client /127.0.0.1:51455
[junit4:junit4]   2> 4081 T1292 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e0006, negotiated timeout = 20000
[junit4:junit4]   2> 4082 T1293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@163690a7 name:ZooKeeperConnection Watcher:127.0.0.1:51446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4082 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4084 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4085 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4087 T1252 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51453_
[junit4:junit4]   2> 4088 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51453_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51453_
[junit4:junit4]   2> 4089 T1252 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51453_
[junit4:junit4]   2> 4094 T1274 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4095 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4095 T1280 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4101 T1252 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4110 T1294 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988/collection1
[junit4:junit4]   2> 4110 T1294 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4111 T1294 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4111 T1294 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4113 T1294 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988/collection1/'
[junit4:junit4]   2> 4114 T1294 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4115 T1294 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988/collection1/lib/README' to classloader
[junit4:junit4]   2> 4157 T1294 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4247 T1294 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4249 T1294 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4255 T1294 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4864 T1294 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4871 T1294 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4875 T1294 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4897 T1294 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4902 T1294 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4908 T1294 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4910 T1294 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4912 T1294 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357377309988/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1/
[junit4:junit4]   2> 4913 T1294 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@68844472
[junit4:junit4]   2> 4913 T1294 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 4914 T1294 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1 forceNew:false
[junit4:junit4]   2> 4914 T1294 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1
[junit4:junit4]   2> 4914 T1294 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1/index/
[junit4:junit4]   2> 4915 T1294 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4916 T1294 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1/index forceNew:false
[junit4:junit4]   2> 4921 T1294 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d19bb42; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4921 T1294 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4922 T1294 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1/index
[junit4:junit4]   2> 4922 T1294 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4924 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4924 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4925 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4925 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4926 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4926 T1294 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4926 T1294 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4927 T1294 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4927 T1294 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4928 T1294 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4929 T1294 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4929 T1294 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4930 T1294 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4930 T1294 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4931 T1294 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4931 T1294 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4932 T1294 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4932 T1294 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4933 T1294 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4933 T1294 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4934 T1294 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4934 T1294 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4935 T1294 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4936 T1294 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4936 T1294 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4937 T1294 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4943 T1294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4945 T1294 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4947 T1294 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 4950 T1294 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1
[junit4:junit4]   2> 4951 T1294 oass.SolrIndexSearcher.<init> Opening Searcher@621bf386 main
[junit4:junit4]   2> 4952 T1294 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4952 T1294 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4952 T1294 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4957 T1294 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4986 T1295 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@621bf386 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4992 T1294 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4992 T1294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5272 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5275 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51449_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51449"}
[junit4:junit4]   2> 5288 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51453_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51453"}
[junit4:junit4]   2> 5288 T1275 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5289 T1275 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5304 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5304 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5306 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5997 T1294 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5998 T1294 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51453 collection:collection1 shard:shard1
[junit4:junit4]   2> 6001 T1294 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6028 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6031 T1294 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6033 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6040 T1294 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6041 T1294 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6042 T1294 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51453/collection1/
[junit4:junit4]   2> 6043 T1294 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6044 T1294 oasc.SyncStrategy.syncToMe http://127.0.0.1:51453/collection1/ has no replicas
[junit4:junit4]   2> 6044 T1294 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51453/collection1/
[junit4:junit4]   2> 6045 T1294 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6063 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6832 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6865 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6865 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6866 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6896 T1294 oasc.ZkController.register We are http://127.0.0.1:51453/collection1/ and leader is http://127.0.0.1:51453/collection1/
[junit4:junit4]   2> 6897 T1294 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51453
[junit4:junit4]   2> 6898 T1294 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6899 T1294 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6899 T1294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6905 T1294 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6908 T1252 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6910 T1252 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6912 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7096 T1252 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7100 T1252 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51456
[junit4:junit4]   2> 7100 T1252 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7101 T1252 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088
[junit4:junit4]   2> 7101 T1252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088/'
[junit4:junit4]   2> 7124 T1252 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7125 T1252 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7125 T1252 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088
[junit4:junit4]   2> 7126 T1252 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088/solr.xml
[junit4:junit4]   2> 7126 T1252 oasc.CoreContainer.<init> New CoreContainer 1831083021
[junit4:junit4]   2> 7127 T1252 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088/'
[junit4:junit4]   2> 7127 T1252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088/'
[junit4:junit4]   2> 7157 T1252 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7158 T1252 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7158 T1252 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7158 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7159 T1252 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7159 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7159 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7160 T1252 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7160 T1252 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7161 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7170 T1252 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7186 T1252 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51446/solr
[junit4:junit4]   2> 7187 T1252 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7188 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@a9e3b98
[junit4:junit4]   2> 7189 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7189 T1305 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7191 T1305 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 7191 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51457
[junit4:junit4]   2> 7191 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51457
[junit4:junit4]   2> 7193 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e0007 with negotiated timeout 20000 for client /127.0.0.1:51457
[junit4:junit4]   2> 7193 T1305 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e0007, negotiated timeout = 20000
[junit4:junit4]   2> 7193 T1306 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a9e3b98 name:ZooKeeperConnection Watcher:127.0.0.1:51446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7193 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7196 T1257 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c09fdfe3e0007
[junit4:junit4]   2> 7196 T1254 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51457 which had sessionid 0x13c09fdfe3e0007
[junit4:junit4]   2> 7197 T1306 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7197 T1252 oaz.ZooKeeper.close Session: 0x13c09fdfe3e0007 closed
[junit4:junit4]   2> 7198 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7202 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@41299dcc
[junit4:junit4]   2> 7204 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7204 T1307 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7205 T1307 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 7205 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51458
[junit4:junit4]   2> 7205 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51458
[junit4:junit4]   2> 7207 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e0008 with negotiated timeout 20000 for client /127.0.0.1:51458
[junit4:junit4]   2> 7207 T1307 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e0008, negotiated timeout = 20000
[junit4:junit4]   2> 7207 T1308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41299dcc name:ZooKeeperConnection Watcher:127.0.0.1:51446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7207 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7209 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7211 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7213 T1252 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51456_
[junit4:junit4]   2> 7214 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51456_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51456_
[junit4:junit4]   2> 7215 T1252 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51456_
[junit4:junit4]   2> 7218 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7219 T1293 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7220 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 7221 T1274 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7221 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 7223 T1280 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7228 T1252 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7236 T1309 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088/collection1
[junit4:junit4]   2> 7236 T1309 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7237 T1309 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7237 T1309 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7239 T1309 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088/collection1/'
[junit4:junit4]   2> 7240 T1309 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7240 T1309 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088/collection1/lib/README' to classloader
[junit4:junit4]   2> 7297 T1309 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 7383 T1309 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7386 T1309 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7391 T1309 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7945 T1309 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7953 T1309 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7957 T1309 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7978 T1309 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7983 T1309 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7988 T1309 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7989 T1309 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7992 T1309 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357377313088/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2/
[junit4:junit4]   2> 7992 T1309 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@68844472
[junit4:junit4]   2> 7993 T1309 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 7994 T1309 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2 forceNew:false
[junit4:junit4]   2> 7994 T1309 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2
[junit4:junit4]   2> 7995 T1309 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2/index/
[junit4:junit4]   2> 7995 T1309 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7997 T1309 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2/index forceNew:false
[junit4:junit4]   2> 8002 T1309 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@573e25d0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8003 T1309 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8004 T1309 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2/index
[junit4:junit4]   2> 8004 T1309 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8007 T1309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8008 T1309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8008 T1309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8008 T1309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8009 T1309 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8010 T1309 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8010 T1309 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8011 T1309 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8012 T1309 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8013 T1309 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8013 T1309 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8014 T1309 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8015 T1309 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8015 T1309 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8016 T1309 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8016 T1309 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8017 T1309 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8018 T1309 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8018 T1309 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8019 T1309 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8020 T1309 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8021 T1309 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8021 T1309 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8022 T1309 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8023 T1309 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8023 T1309 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8031 T1309 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8033 T1309 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8035 T1309 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8037 T1309 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2
[junit4:junit4]   2> 8038 T1309 oass.SolrIndexSearcher.<init> Opening Searcher@591d930b main
[junit4:junit4]   2> 8039 T1309 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8040 T1309 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8040 T1309 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8045 T1309 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8075 T1310 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@591d930b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8081 T1309 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8082 T1309 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8397 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8400 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51453_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51453"}
[junit4:junit4]   2> 8416 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51456_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51456"}
[junit4:junit4]   2> 8416 T1275 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8417 T1275 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8434 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8434 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8435 T1308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8435 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9084 T1309 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9085 T1309 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51456 collection:collection1 shard:shard2
[junit4:junit4]   2> 9087 T1309 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9108 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9110 T1309 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9111 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9116 T1309 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9117 T1309 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9117 T1309 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51456/collection1/
[junit4:junit4]   2> 9118 T1309 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9118 T1309 oasc.SyncStrategy.syncToMe http://127.0.0.1:51456/collection1/ has no replicas
[junit4:junit4]   2> 9119 T1309 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51456/collection1/
[junit4:junit4]   2> 9119 T1309 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9128 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e0008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9966 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9998 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9998 T1308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9999 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9999 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10008 T1309 oasc.ZkController.register We are http://127.0.0.1:51456/collection1/ and leader is http://127.0.0.1:51456/collection1/
[junit4:junit4]   2> 10009 T1309 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51456
[junit4:junit4]   2> 10010 T1309 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10011 T1309 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10012 T1309 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10020 T1309 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10023 T1252 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 10025 T1252 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10026 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10186 T1252 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10191 T1252 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51459
[junit4:junit4]   2> 10191 T1252 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10192 T1252 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193
[junit4:junit4]   2> 10192 T1252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193/'
[junit4:junit4]   2> 10218 T1252 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10218 T1252 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10219 T1252 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193
[junit4:junit4]   2> 10219 T1252 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193/solr.xml
[junit4:junit4]   2> 10220 T1252 oasc.CoreContainer.<init> New CoreContainer 1128432983
[junit4:junit4]   2> 10220 T1252 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193/'
[junit4:junit4]   2> 10221 T1252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193/'
[junit4:junit4]   2> 10241 T1252 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10241 T1252 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10241 T1252 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10242 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10242 T1252 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10243 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10243 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10244 T1252 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10244 T1252 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10244 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10255 T1252 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10270 T1252 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51446/solr
[junit4:junit4]   2> 10271 T1252 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10272 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d6e7eee
[junit4:junit4]   2> 10273 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10274 T1320 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10275 T1320 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 10275 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51460
[junit4:junit4]   2> 10275 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51460
[junit4:junit4]   2> 10277 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e0009 with negotiated timeout 20000 for client /127.0.0.1:51460
[junit4:junit4]   2> 10277 T1320 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e0009, negotiated timeout = 20000
[junit4:junit4]   2> 10277 T1321 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d6e7eee name:ZooKeeperConnection Watcher:127.0.0.1:51446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10277 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10280 T1257 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c09fdfe3e0009
[junit4:junit4]   2> 10281 T1254 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51460 which had sessionid 0x13c09fdfe3e0009
[junit4:junit4]   2> 10281 T1252 oaz.ZooKeeper.close Session: 0x13c09fdfe3e0009 closed
[junit4:junit4]   2> 10281 T1321 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10281 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10286 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@44d4a6de
[junit4:junit4]   2> 10287 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10287 T1322 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10288 T1322 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 10288 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51461
[junit4:junit4]   2> 10289 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51461
[junit4:junit4]   2> 10290 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e000a with negotiated timeout 20000 for client /127.0.0.1:51461
[junit4:junit4]   2> 10290 T1322 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e000a, negotiated timeout = 20000
[junit4:junit4]   2> 10290 T1323 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44d4a6de name:ZooKeeperConnection Watcher:127.0.0.1:51446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10291 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10292 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10294 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10295 T1252 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51459_
[junit4:junit4]   2> 10296 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51459_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51459_
[junit4:junit4]   2> 10297 T1252 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51459_
[junit4:junit4]   2> 10300 T1308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10302 T1274 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10302 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10303 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10305 T1293 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10305 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10307 T1308 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10308 T1280 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10312 T1252 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10333 T1324 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193/collection1
[junit4:junit4]   2> 10334 T1324 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10335 T1324 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10335 T1324 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10338 T1324 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193/collection1/'
[junit4:junit4]   2> 10339 T1324 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10339 T1324 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193/collection1/lib/README' to classloader
[junit4:junit4]   2> 10385 T1324 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 10442 T1324 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10443 T1324 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10448 T1324 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11003 T1324 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11010 T1324 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11013 T1324 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11034 T1324 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11039 T1324 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11044 T1324 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11046 T1324 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11048 T1324 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357377316193/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/
[junit4:junit4]   2> 11048 T1324 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@68844472
[junit4:junit4]   2> 11048 T1324 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 11049 T1324 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3 forceNew:false
[junit4:junit4]   2> 11050 T1324 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3
[junit4:junit4]   2> 11050 T1324 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index/
[junit4:junit4]   2> 11050 T1324 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11051 T1324 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index forceNew:false
[junit4:junit4]   2> 11055 T1324 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@60582f8a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11056 T1324 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11056 T1324 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index
[junit4:junit4]   2> 11057 T1324 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11060 T1324 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11060 T1324 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11061 T1324 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11062 T1324 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11063 T1324 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11064 T1324 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11065 T1324 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11066 T1324 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11067 T1324 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11067 T1324 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11068 T1324 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11068 T1324 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11081 T1324 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11082 T1324 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11082 T1324 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11083 T1324 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11083 T1324 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11084 T1324 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11084 T1324 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11085 T1324 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11085 T1324 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11086 T1324 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11088 T1324 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11089 T1324 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11091 T1324 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11092 T1324 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11108 T1324 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11111 T1324 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11112 T1324 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 11115 T1324 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3
[junit4:junit4]   2> 11116 T1324 oass.SolrIndexSearcher.<init> Opening Searcher@595dc04f main
[junit4:junit4]   2> 11117 T1324 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11117 T1324 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11118 T1324 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11123 T1324 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11153 T1325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@595dc04f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11159 T1324 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11159 T1324 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11535 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11537 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51456_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51456"}
[junit4:junit4]   2> 11553 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51459_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51459"}
[junit4:junit4]   2> 11553 T1275 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11554 T1275 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11570 T1323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11570 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11571 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11571 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11577 T1308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12167 T1324 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12168 T1324 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51459 collection:collection1 shard:shard1
[junit4:junit4]   2> 12180 T1324 oasc.ZkController.register We are http://127.0.0.1:51459/collection1/ and leader is http://127.0.0.1:51453/collection1/
[junit4:junit4]   2> 12181 T1324 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51459
[junit4:junit4]   2> 12182 T1324 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12182 T1324 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C146 name=collection1 org.apache.solr.core.SolrCore@7c95f8d8 url=http://127.0.0.1:51459/collection1 node=127.0.0.1:51459_ C146_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:51459_, base_url=http://127.0.0.1:51459}
[junit4:junit4]   2> 12184 T1326 C146 P51459 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12187 T1326 C146 P51459 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12187 T1324 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12187 T1326 C146 P51459 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12188 T1326 C146 P51459 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12191 T1252 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12192 T1326 C146 P51459 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12192 T1252 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12194 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12371 T1252 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12375 T1252 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51463
[junit4:junit4]   2> 12376 T1252 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12376 T1252 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370
[junit4:junit4]   2> 12377 T1252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370/'
[junit4:junit4]   2> 12405 T1252 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12405 T1252 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12406 T1252 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370
[junit4:junit4]   2> 12406 T1252 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370/solr.xml
[junit4:junit4]   2> 12407 T1252 oasc.CoreContainer.<init> New CoreContainer 1359699725
[junit4:junit4]   2> 12407 T1252 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370/'
[junit4:junit4]   2> 12408 T1252 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370/'
[junit4:junit4]   2> 12427 T1252 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12427 T1252 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12428 T1252 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12428 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12429 T1252 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12429 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12430 T1252 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12430 T1252 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12431 T1252 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12431 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12441 T1252 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12457 T1252 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51446/solr
[junit4:junit4]   2> 12458 T1252 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12458 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@564f5472
[junit4:junit4]   2> 12459 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12460 T1336 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12461 T1336 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 12461 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51464
[junit4:junit4]   2> 12462 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51464
[junit4:junit4]   2> 12582 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e000b with negotiated timeout 20000 for client /127.0.0.1:51464
[junit4:junit4]   2> 12582 T1336 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e000b, negotiated timeout = 20000
[junit4:junit4]   2> 12584 T1337 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@564f5472 name:ZooKeeperConnection Watcher:127.0.0.1:51446 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12585 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12589 T1257 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c09fdfe3e000b
[junit4:junit4]   2> 12592 T1254 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51464 which had sessionid 0x13c09fdfe3e000b
[junit4:junit4]   2> 12593 T1337 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12593 T1252 oaz.ZooKeeper.close Session: 0x13c09fdfe3e000b closed
[junit4:junit4]   2> 12596 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12608 T1252 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51446/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7a59f47a
[junit4:junit4]   2> 12609 T1252 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12609 T1338 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51446. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12610 T1338 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51446, initiating session
[junit4:junit4]   2> 12610 T1254 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51465
[junit4:junit4]   2> 12611 T1254 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51465
[junit4:junit4]   2> 12612 T1256 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c09fdfe3e000c with negotiated timeout 20000 for client /127.0.0.1:51465
[junit4:junit4]   2> 12612 T1338 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51446, sessionid = 0x13c09fdfe3e000c, negotiated timeout = 20000
[junit4:junit4]   2> 12612 T1339 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a59f47a name:ZooKeeperConnection Watcher:127.0.0.1:51446/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12613 T1252 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12614 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12616 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12617 T1252 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51463_
[junit4:junit4]   2> 12618 T1257 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c09fdfe3e000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51463_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51463_
[junit4:junit4]   2> 12619 T1252 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51463_
[junit4:junit4]   2> 12623 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12623 T1308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12624 T1293 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12625 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12625 T1274 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12626 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12626 T1323 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12626 T1323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 12628 T1308 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12629 T1280 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12632 T1252 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12639 T1340 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370/collection1
[junit4:junit4]   2> 12640 T1340 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12641 T1340 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12641 T1340 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12643 T1340 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370/collection1/'
[junit4:junit4]   2> 12644 T1340 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12645 T1340 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370/collection1/lib/README' to classloader
[junit4:junit4]   2> 12685 T1340 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 12759 T1340 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12761 T1340 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12765 T1340 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13114 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13115 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51459_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51459"}
[junit4:junit4]   2> 13121 T1323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13121 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13121 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13122 T1308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13122 T1339 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13122 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13322 T1340 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13329 T1340 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13333 T1340 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13353 T1340 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13358 T1340 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13363 T1340 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13365 T1340 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13367 T1340 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357377318370/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/
[junit4:junit4]   2> 13368 T1340 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@68844472
[junit4:junit4]   2> 13368 T1340 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13369 T1340 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4 forceNew:false
[junit4:junit4]   2> 13370 T1340 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4
[junit4:junit4]   2> 13370 T1340 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index/
[junit4:junit4]   2> 13370 T1340 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13371 T1340 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index forceNew:false
[junit4:junit4]   2> 13376 T1340 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7648c96; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13376 T1340 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13377 T1340 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index
[junit4:junit4]   2> 13378 T1340 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13380 T1340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13380 T1340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13381 T1340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13381 T1340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13382 T1340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13382 T1340 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13383 T1340 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13383 T1340 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13384 T1340 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13385 T1340 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13385 T1340 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13386 T1340 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13386 T1340 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13387 T1340 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13387 T1340 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13388 T1340 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13388 T1340 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13389 T1340 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13390 T1340 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13390 T1340 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13391 T1340 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13391 T1340 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13392 T1340 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13392 T1340 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13393 T1340 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13394 T1340 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13400 T1340 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13403 T1340 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13404 T1340 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13407 T1340 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4
[junit4:junit4]   2> 13408 T1340 oass.SolrIndexSearcher.<init> Opening Searcher@63fa6500 main
[junit4:junit4]   2> 13409 T1340 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13409 T1340 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13409 T1340 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13414 T1340 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13466 T1341 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@63fa6500 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13485 T1340 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13485 T1340 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14642 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14645 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51463_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51463"}
[junit4:junit4]   2> 14646 T1275 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14646 T1275 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14663 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14663 T1308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14664 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14665 T1339 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14663 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14664 T1323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2>  C146_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:51459_, base_url=http://127.0.0.1:51459}
[junit4:junit4]   2> 15214 T1326 C146 P51459 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:51453/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15215 T1326 C146 P51459 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:51459 START replicas=[http://127.0.0.1:51453/collection1/] nUpdates=100
[junit4:junit4]   2> 15216 T1326 C146 P51459 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15219 T1326 C146 P51459 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15219 T1326 C146 P51459 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15220 T1326 C146 P51459 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15220 T1326 C146 P51459 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15222 T1326 C146 P51459 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:51453/collection1/. core=collection1
[junit4:junit4]   2> 15223 T1326 C146 P51459 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C147 name=collection1 org.apache.solr.core.SolrCore@11787e40 url=http://127.0.0.1:51453/collection1 node=127.0.0.1:51453_ C147_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51453_, base_url=http://127.0.0.1:51453, leader=true}
[junit4:junit4]   2> 15231 T1286 C147 P51453 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 15234 T1284 C147 P51453 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15235 T1284 C147 P51453 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1
[junit4:junit4]   2> 15239 T1284 C147 P51453 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d19bb42; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15239 T1284 C147 P51453 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15242 T1284 C147 P51453 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d19bb42; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d19bb42; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15243 T1284 C147 P51453 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15244 T1284 C147 P51453 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1
[junit4:junit4]   2> 15244 T1284 C147 P51453 oass.SolrIndexSearcher.<init> Opening Searcher@4c17b798 realtime
[junit4:junit4]   2> 15244 T1284 C147 P51453 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15245 T1284 C147 P51453 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 11
[junit4:junit4]   2> 15246 T1326 C146 P51459 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15246 T1326 C146 P51459 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15249 T1287 C147 P51453 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15249 T1287 C147 P51453 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15250 T1326 C146 P51459 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15250 T1326 C146 P51459 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15251 T1326 C146 P51459 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15256 T1288 C147 P51453 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1
[junit4:junit4]   2> 15256 T1288 C147 P51453 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1/index
[junit4:junit4]   2> 15257 T1288 C147 P51453 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15257 T1326 C146 P51459 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15258 T1326 C146 P51459 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index.20130105131521419 forceNew:false
[junit4:junit4]   2> 15259 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3
[junit4:junit4]   2> 15260 T1326 C146 P51459 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index.20130105131521419 lockFactory=org.apache.lucene.store.NativeFSLockFactory@280bfc1a; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15266 T1286 C147 P51453 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 15269 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index
[junit4:junit4]   2> 15269 T1326 C146 P51459 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15270 T1326 C146 P51459 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130105131521419
[junit4:junit4]   2> 15274 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3
[junit4:junit4]   2> 15275 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3
[junit4:junit4]   2> 15276 T1326 C146 P51459 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index.20130105131521419
[junit4:junit4]   2> 15285 T1326 C146 P51459 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index.20130105131521419 lockFactory=org.apache.lucene.store.NativeFSLockFactory@280bfc1a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15286 T1326 C146 P51459 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15288 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3
[junit4:junit4]   2> 15288 T1326 C146 P51459 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15288 T1326 C146 P51459 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15288 T1326 C146 P51459 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15289 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index.20130105131521419
[junit4:junit4]   2> 15290 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3
[junit4:junit4]   2> 15292 T1326 C146 P51459 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index.20130105131521419 lockFactory=org.apache.lucene.store.NativeFSLockFactory@280bfc1a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15292 T1326 C146 P51459 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15293 T1326 C146 P51459 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15293 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3
[junit4:junit4]   2> 15293 T1326 C146 P51459 oass.SolrIndexSearcher.<init> Opening Searcher@259c8722 main
[junit4:junit4]   2> 15295 T1325 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@259c8722 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15296 T1325 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index
[junit4:junit4]   2> 15296 T1326 C146 P51459 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15299 T1326 C146 P51459 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index.20130105131521419 lockFactory=org.apache.lucene.store.NativeFSLockFactory@280bfc1a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index.20130105131521419 lockFactory=org.apache.lucene.store.NativeFSLockFactory@280bfc1a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15313 T1326 C146 P51459 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15314 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3
[junit4:junit4]   2> 15315 T1326 C146 P51459 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15315 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index.20130105131521419
[junit4:junit4]   2> 15315 T1326 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3/index
[junit4:junit4]   2> 15315 T1326 C146 P51459 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15316 T1326 C146 P51459 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15316 T1326 C146 P51459 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15316 T1326 C146 P51459 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15318 T1326 C146 P51459 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15503 T1340 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15504 T1340 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51463 collection:collection1 shard:shard2
[junit4:junit4]   2> 15516 T1340 oasc.ZkController.register We are http://127.0.0.1:51463/collection1/ and leader is http://127.0.0.1:51456/collection1/
[junit4:junit4]   2> 15517 T1340 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51463
[junit4:junit4]   2> 15518 T1340 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15519 T1340 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C148 name=collection1 org.apache.solr.core.SolrCore@4353ee8e url=http://127.0.0.1:51463/collection1 node=127.0.0.1:51463_ C148_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:51463_, base_url=http://127.0.0.1:51463}
[junit4:junit4]   2> 15520 T1344 C148 P51463 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15523 T1344 C148 P51463 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15523 T1340 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15523 T1344 C148 P51463 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15525 T1344 C148 P51463 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15527 T1252 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15529 T1344 C148 P51463 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15529 T1252 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15531 T1252 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15549 T1252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15551 T1252 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15552 T1252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16189 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16191 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51459_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51459"}
[junit4:junit4]   2> 16204 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51463_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51463"}
[junit4:junit4]   2> 16218 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16219 T1323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16219 T1308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16219 T1339 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16218 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16219 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16557 T1252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17569 T1252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C148_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:51463_, base_url=http://127.0.0.1:51463}
[junit4:junit4]   2> 18557 T1344 C148 P51463 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:51456/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18558 T1344 C148 P51463 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:51463 START replicas=[http://127.0.0.1:51456/collection1/] nUpdates=100
[junit4:junit4]   2> 18559 T1344 C148 P51463 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18560 T1344 C148 P51463 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18561 T1344 C148 P51463 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18561 T1344 C148 P51463 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18562 T1344 C148 P51463 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18564 T1344 C148 P51463 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:51456/collection1/. core=collection1
[junit4:junit4]   2> 18564 T1344 C148 P51463 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C149 name=collection1 org.apache.solr.core.SolrCore@77c31002 url=http://127.0.0.1:51456/collection1 node=127.0.0.1:51456_ C149_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51456_, base_url=http://127.0.0.1:51456, leader=true}
[junit4:junit4]   2> 18571 T1301 C149 P51456 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 18572 T1299 C149 P51456 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18574 T1299 C149 P51456 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2
[junit4:junit4]   2> 18574 T1252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18577 T1299 C149 P51456 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@573e25d0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18578 T1299 C149 P51456 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18581 T1299 C149 P51456 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@573e25d0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@573e25d0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18581 T1299 C149 P51456 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18582 T1299 C149 P51456 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2
[junit4:junit4]   2> 18583 T1299 C149 P51456 oass.SolrIndexSearcher.<init> Opening Searcher@7cf1d1b9 realtime
[junit4:junit4]   2> 18583 T1299 C149 P51456 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18583 T1299 C149 P51456 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 11
[junit4:junit4]   2> 18584 T1344 C148 P51463 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18584 T1344 C148 P51463 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18588 T1302 C149 P51456 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18588 T1302 C149 P51456 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18589 T1344 C148 P51463 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18589 T1344 C148 P51463 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18589 T1344 C148 P51463 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18594 T1303 C149 P51456 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2
[junit4:junit4]   2> 18594 T1303 C149 P51456 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2/index
[junit4:junit4]   2> 18595 T1303 C149 P51456 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18595 T1344 C148 P51463 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18596 T1344 C148 P51463 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index.20130105131524757 forceNew:false
[junit4:junit4]   2> 18597 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4
[junit4:junit4]   2> 18598 T1344 C148 P51463 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index.20130105131524757 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31f3f3b8; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 18601 T1304 C149 P51456 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 18603 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index
[junit4:junit4]   2> 18604 T1344 C148 P51463 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18604 T1344 C148 P51463 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130105131524757
[junit4:junit4]   2> 18605 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4
[junit4:junit4]   2> 18606 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4
[junit4:junit4]   2> 18606 T1344 C148 P51463 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index.20130105131524757
[junit4:junit4]   2> 18608 T1344 C148 P51463 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index.20130105131524757 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31f3f3b8; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18609 T1344 C148 P51463 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18611 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4
[junit4:junit4]   2> 18611 T1344 C148 P51463 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18611 T1344 C148 P51463 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18611 T1344 C148 P51463 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18612 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index.20130105131524757
[junit4:junit4]   2> 18613 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4
[junit4:junit4]   2> 18615 T1344 C148 P51463 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index.20130105131524757 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31f3f3b8; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18615 T1344 C148 P51463 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18616 T1344 C148 P51463 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18616 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4
[junit4:junit4]   2> 18617 T1344 C148 P51463 oass.SolrIndexSearcher.<init> Opening Searcher@61ef4bea main
[junit4:junit4]   2> 18619 T1341 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61ef4bea main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18619 T1341 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index
[junit4:junit4]   2> 18620 T1344 C148 P51463 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18624 T1344 C148 P51463 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index.20130105131524757 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31f3f3b8; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index.20130105131524757 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31f3f3b8; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18625 T1344 C148 P51463 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18626 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4
[junit4:junit4]   2> 18626 T1344 C148 P51463 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18627 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index.20130105131524757
[junit4:junit4]   2> 18627 T1344 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4/index
[junit4:junit4]   2> 18627 T1344 C148 P51463 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18627 T1344 C148 P51463 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18628 T1344 C148 P51463 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18628 T1344 C148 P51463 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18630 T1344 C148 P51463 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19265 T1275 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19269 T1275 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51463_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51463"}
[junit4:junit4]   2> 19285 T1274 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19285 T1280 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19287 T1293 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19287 T1308 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19288 T1339 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19288 T1323 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19578 T1252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19579 T1252 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C150 name=collection1 org.apache.solr.core.SolrCore@5c64662 url=http://127.0.0.1:51449/collection1 node=127.0.0.1:51449_ C150_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:51449_, base_url=http://127.0.0.1:51449, leader=true}
[junit4:junit4]   2> 19592 T1269 C150 P51449 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data
[junit4:junit4]   2> 19597 T1269 C150 P51449 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6854a2d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19599 T1269 C150 P51449 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19601 T1269 C150 P51449 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/control/data
[junit4:junit4]   2> 19601 T1269 C150 P51449 oass.SolrIndexSearcher.<init> Opening Searcher@66757dd1 realtime
[junit4:junit4]   2> 19602 T1269 C150 P51449 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423313286727729152)} 0 12
[junit4:junit4]   2> 19607 T1288 C147 P51453 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty1
[junit4:junit4]   2> 19613 T1300 C149 P51456 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty2
[junit4:junit4]   2>  C146_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51459_, base_url=http://127.0.0.1:51459}
[junit4:junit4]   2> 19620 T1319 C146 P51459 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty3
[junit4:junit4]   2> 19621 T1319 C146 P51459 /update {update.distrib=FROMLEADER&_version_=-1423313286741360640&update.from=http://127.0.0.1:51453/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423313286741360640)} 0 3
[junit4:junit4]   2>  C148_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51463_, base_url=http://127.0.0.1:51463}
[junit4:junit4]   2> 19624 T1330 C148 P51463 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357377306165/jetty4
[junit4:junit4]   2> 19624 T1330 C148 P51463 /update {update.distrib=FROMLEADER&_version_=-1423313286749749248&update.from=http://127.0.0.1:51456/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423313286749749248)} 0 2
[junit4:junit4]   2> 19625 T1300 C149 P51456 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1423313286749749248)} 0 14
[junit4:junit4]   2> 19626 T1288 C147 P51453 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423313286741360640)} 0 22
[junit4:junit4]   2> 19633 T1270 C150 P51449 /update {wt=javabin&version=2} {add=[1 (1423313286768623616)]} 0 4
[junit4:ju

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

junit4:junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
[junit4:junit4]    > 	... 5 more
[junit4:junit4]    > Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1680, name=testExecutor-1404-thread-3, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51453
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F941DECDBCF9FFF]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest$2.run(BasicDistributedZkTest.java:706)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51453
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:413)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest$2.run(BasicDistributedZkTest.java:704)
[junit4:junit4]    > 	... 3 more
[junit4:junit4]    > Caused by: java.net.SocketException: Invalid argument
[junit4:junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
[junit4:junit4]    > 	... 5 more
[junit4:junit4]   2> 191752 T1252 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=DefaultSimilarity, locale=ar_IQ, timezone=Europe/Samara
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=1,free=63006216,total=241901568
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SpellCheckCollatorTest, TestJoin, SystemInfoHandlerTest, BinaryUpdateRequestHandlerTest, SolrCoreCheckLockOnStartupTest, TestSystemIdResolver, TestStressRecovery, UpdateParamsTest, TestLFUCache, LoggingHandlerTest, ZkCLITest, FileBasedSpellCheckerTest, TestDFRSimilarityFactory, PluginInfoTest, SolrInfoMBeanTest, IndexSchemaTest, XmlUpdateRequestHandlerTest, TestQuerySenderListener, DirectSolrConnectionTest, SimpleFacetsTest, JsonLoaderTest, MoreLikeThisHandlerTest, TestPseudoReturnFields, UUIDFieldTest, DateMathParserTest, TermVectorComponentTest, RequestHandlersTest, SuggesterWFSTTest, TestCSVLoader, RequiredFieldsTest, ScriptEngineTest, StatsComponentTest, TestIBSimilarityFactory, TestCharFilters, BadIndexSchemaTest, FieldAnalysisRequestHandlerTest, TestSolr4Spatial, XsltUpdateRequestHandlerTest, IndexReaderFactoryTest, FastVectorHighlighterTest, SimplePostToolTest, TestSolrDeletionPolicy1, DOMUtilTest, CSVRequestHandlerTest, TestRecovery, TestBM25SimilarityFactory, ZkControllerTest, UpdateRequestProcessorFactoryTest, TestReload, QueryEqualityTest, SuggesterTSTTest, BadComponentTest, ResponseLogComponentTest, MultiTermTest, TestPerFieldSimilarity, TestExtendedDismaxParser, TestNumberUtils, TestQuerySenderNoQuery, FileUtilsTest, ShowFileRequestHandlerTest, ChaosMonkeyNothingIsSafeTest, DateFieldTest, ShardRoutingCustomTest, TestIndexSearcher, TestPropInject, SuggesterFSTTest, SuggesterTest, UniqFieldsUpdateProcessorFactoryTest, RAMDirectoryFactoryTest, AutoCommitTest, TestFoldingMultitermQuery, PreAnalyzedFieldTest, SolrCoreTest, TestFuzzyAnalyzedSuggestions, TestMultiCoreConfBootstrap, OverseerCollectionProcessorTest, TestConfig, SOLR749Test, TestDocumentBuilder, ClusterStateTest, TestLMDirichletSimilarityFactory, SoftAutoCommitTest, QueryParsingTest, TestAnalyzedSuggestions, TestDocSet, CoreContainerCoreInitFailuresTest, CurrencyFieldTest, TestElisionMultitermQuery, LukeRequestHandlerTest, MinimalSchemaTest, IndexBasedSpellCheckerTest, SchemaVersionSpecificBehaviorTest, AnalysisAfterCoreReloadTest, HighlighterConfigTest, TestSolrDeletionPolicy2, URLClassifyProcessorTest, TestSort, TestFastWriter, StandardRequestHandlerTest, SpellingQueryConverterTest, FullSolrCloudDistribCmdsTest, RecoveryZkTest, TestQueryUtils, TestTrie, TestOmitPositions, TestLMJelinekMercerSimilarityFactory, SolrIndexConfigTest, TestBinaryResponseWriter, ZkNodePropsTest, TestSolrXMLSerializer, BasicFunctionalityTest, TestSolrCoreProperties, ClusterStateUpdateTest, TestRTGBase, ReturnFieldsTest, SolrPluginUtilsTest, CollectionsAPIDistributedZkTest, PrimUtilsTest, BasicDistributedZkTest]
[junit4:junit4] Completed in 192.13s, 1 test, 1 error <<< FAILURES!

[...truncated 379 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:353: 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:178: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:428: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:841: There were test failures: 246 suites, 1021 tests, 1 error, 15 ignored (4 assumptions)

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