Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1936/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability
Error Message:
No live SolrServers available to handle this request
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
at
__randomizedtesting.SeedInfo.seed([87AD566361E6221C:46658B25C080F3B5]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:564)
at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:302)
at
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: http://127.0.0.1:55296/solr
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:514)
... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:150)
at java.net.SocketInputStream.read(SocketInputStream.java:121)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
... 46 more
Build Log:
[...truncated 10383 lines...]
[junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrClient
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/init-core-data-001
[junit4] 2> 16942 T39 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 16954 T39 oas.SolrTestCaseJ4.setUp ###Starting testReliability
[junit4] 2> 17283 T39 oejul.Log.initialized Logging initialized @25457ms
[junit4] 2> 18407 T39 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 18732 T39 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@2342dd61{/solr,null,AVAILABLE}
[junit4] 2> 18809 T39 oejs.AbstractConnector.doStart Started
ServerConnector@49ad44e2{HTTP/1.1}{127.0.0.1:55292}
[junit4] 2> 18810 T39 oejs.Server.doStart Started @27018ms
[junit4] 2> 18918 T39 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1540e19d
[junit4] 2> 18939 T39 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 18941 T39 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001
[junit4] 2> 18941 T39 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/'
[junit4] 2> 19011 T39 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/solr.xml
[junit4] 2> 19078 T39 oasc.CoreContainer.<init> New CoreContainer 694318966
[junit4] 2> 19078 T39 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/]
[junit4] 2> 19155 T39 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 19156 T39 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 19156 T39 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 19157 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 19157 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 19157 T39 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 19158 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 19158 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 19159 T39 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 19159 T39 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 19160 T39 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 19164 T39 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 19166 T39 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 19167 T39 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 19168 T39 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 19179 T52 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/'
[junit4] 2> 19243 T52 oasc.SolrConfig.refreshRequestParams current version
of requestparams : -1
[junit4] 2> 19254 T52 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 19279 T52 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 19280 T52 oass.IndexSchema.readSchema Reading Solr Schema from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/conf/schema.xml
[junit4] 2> 19286 T52 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 19315 T52 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 19317 T52 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/
[junit4] 2> 19317 T52 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 19325 T52 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/
[junit4] 2> 19326 T52 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 19409 T52 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data
[junit4] 2> 19415 T52 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index/
[junit4] 2> 19416 T52 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 19419 T52 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
[junit4] 2> 19489 T52 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2> 19490 T52 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 19492 T52 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 19494 T52 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 19494 T52 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 19494 T52 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 19495 T52 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 19495 T52 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 19496 T52 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 19496 T52 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 19499 T52 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 19500 T52 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 19501 T52 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 19502 T52 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 19504 T52 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 19506 T52 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 19507 T52 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 19516 T52 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 19516 T52 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 19517 T52 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 19517 T52 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 19527 T52 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 19528 T52 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 19550 T52 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 19559 T52 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 19560 T52 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 19562 T52 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 19565 T52 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 19566 T52 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 19569 T52 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 19570 T52 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 19639 T52 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2> 19640 T52 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 19640 T52 oass.SolrIndexSearcher.<init> Opening
Searcher@54674135[collection1] main
[junit4] 2> 19643 T52 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/conf
[junit4] 2> 19643 T52 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/conf}
[junit4] 2> 19644 T52 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/conf
[junit4] 2> 19649 T52 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 19652 T52 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 19653 T52 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 19653 T53 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@54674135[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 19655 T39 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
[junit4] 2> 19655 T39 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C10 name=collection1
org.apache.solr.core.SolrCore@225c4523
[junit4] 2> 24069 T44 C10 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 1726
[junit4] 2> 24304 T45 C10 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> ASYNC NEW_CORE C11 name=collection1
org.apache.solr.core.SolrCore@225c4523
[junit4] 2> 25483 T45 C11 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_2,generation=2}
[junit4] 2> 25490 T45 C11 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 25914 T45 C11 oass.SolrIndexSearcher.<init> Opening
Searcher@47379e28[collection1] main
[junit4] 2> 25929 T45 C11 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 25929 T53 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@47379e28[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C10)))}
[junit4] 2> 25930 T45 C11 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
{commit=} 0 1626
[junit4] 2> 25957 T39 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 25964 T39 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@96851f8{/solr,null,AVAILABLE}
[junit4] 2> 25966 T39 oejs.AbstractConnector.doStart Started
ServerConnector@52ff7276{HTTP/1.1}{127.0.0.1:55294}
[junit4] 2> 25967 T39 oejs.Server.doStart Started @34176ms
[junit4] 2> 25969 T39 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1540e19d
[junit4] 2> 25970 T39 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 25970 T39 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001
[junit4] 2> 25971 T39 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/'
[junit4] 2> 26055 T39 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/solr.xml
[junit4] 2> 26086 T39 oasc.CoreContainer.<init> New CoreContainer 159441379
[junit4] 2> 26086 T39 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/]
[junit4] 2> 26087 T39 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 26087 T39 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 26088 T39 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 26088 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 26088 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 26089 T39 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 26089 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 26090 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 26090 T39 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 26091 T39 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 26092 T39 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 26093 T39 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 26093 T39 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 26094 T39 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 26094 T39 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 26108 T67 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/'
[junit4] 2> 26169 T67 oasc.SolrConfig.refreshRequestParams current version
of requestparams : -1
[junit4] 2> 26174 T67 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 26210 T67 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 26211 T67 oass.IndexSchema.readSchema Reading Solr Schema from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/conf/schema.xml
[junit4] 2> 26226 T67 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 26246 T67 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 26247 T67 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/
[junit4] 2> 26248 T67 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 26248 T67 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/
[junit4] 2> 26248 T67 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 26251 T67 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data
[junit4] 2> 26252 T67 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index/
[junit4] 2> 26253 T67 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 26255 T67 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
[junit4] 2> 26264 T67 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2> 26264 T67 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 26269 T67 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 26270 T67 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 26270 T67 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 26270 T67 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 26271 T67 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 26271 T67 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 26272 T67 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 26272 T67 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 26274 T67 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 26274 T67 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 26276 T67 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 26276 T67 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 26277 T67 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 26277 T67 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 26278 T67 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 26278 T67 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 26279 T67 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 26280 T67 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 26280 T67 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 26280 T67 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 26281 T67 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 26281 T67 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 26293 T67 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 26295 T67 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 26297 T67 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 26299 T67 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 26301 T67 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 26302 T67 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 26307 T67 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 26314 T67 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2> 26315 T67 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 26316 T67 oass.SolrIndexSearcher.<init> Opening
Searcher@671f8d26[collection1] main
[junit4] 2> 26317 T67 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/conf
[junit4] 2> 26317 T67 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/conf}
[junit4] 2> 26322 T67 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/conf
[junit4] 2> 26323 T67 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 26323 T67 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 26324 T68 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@671f8d26[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 26324 T67 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 26325 T39 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
[junit4] 2> 26325 T39 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C12 name=collection1
org.apache.solr.core.SolrCore@632ee37c
[junit4] 2> 26349 T59 C12 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 10
[junit4] 2> 26357 T60 C12 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 26398 T60 C12 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_2,generation=2}
[junit4] 2> 26399 T60 C12 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 26418 T60 C12 oass.SolrIndexSearcher.<init> Opening
Searcher@14061ac4[collection1] main
[junit4] 2> 26419 T68 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@14061ac4[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C10)))}
[junit4] 2> 26419 T60 C12 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 26421 T60 C12 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
{commit=} 0 64
[junit4] 2> 26441 T39 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 26448 T39 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@b66ec8a{/solr,null,AVAILABLE}
[junit4] 2> 26452 T39 oejs.AbstractConnector.doStart Started
ServerConnector@4dd1a4f5{HTTP/1.1}{127.0.0.1:55296}
[junit4] 2> 26452 T39 oejs.Server.doStart Started @34660ms
[junit4] 2> 26453 T39 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1540e19d
[junit4] 2> 26454 T39 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 26461 T39 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001
[junit4] 2> 26462 T39 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/'
[junit4] 2> 26534 T39 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/solr.xml
[junit4] 2> 26621 T39 oasc.CoreContainer.<init> New CoreContainer
1067009878
[junit4] 2> 26622 T39 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/]
[junit4] 2> 26624 T39 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 26626 T39 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 26627 T39 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 26630 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 26630 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 26633 T39 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 26633 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 26634 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 26635 T39 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 26635 T39 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 26636 T39 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 26637 T39 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 26638 T39 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 26639 T39 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 26640 T39 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 26652 T82 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/'
[junit4] 2> 26738 T82 oasc.SolrConfig.refreshRequestParams current version
of requestparams : -1
[junit4] 2> 26787 T82 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 26833 T82 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 26835 T82 oass.IndexSchema.readSchema Reading Solr Schema from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/conf/schema.xml
[junit4] 2> 26849 T82 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 26873 T82 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 26876 T82 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/
[junit4] 2> 26877 T82 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 26877 T82 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/
[junit4] 2> 26878 T82 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 26887 T82 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data
[junit4] 2> 26892 T82 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index/
[junit4] 2> 26897 T82 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 26904 T82 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index
[junit4] 2> 26940 T82 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2> 26943 T82 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 26951 T82 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 26953 T82 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 26954 T82 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 26954 T82 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 26956 T82 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 26959 T82 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 26965 T82 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 26969 T82 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 26981 T82 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 26985 T82 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 26991 T82 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 26993 T82 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 26994 T82 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 26995 T82 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 26996 T82 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 26997 T82 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 26998 T82 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 27002 T82 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 27003 T82 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 27004 T82 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 27006 T82 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 27017 T82 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 27025 T82 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 27030 T82 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 27036 T82 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 27058 T82 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 27058 T82 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 27060 T82 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 27060 T82 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 27066 T82 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2> 27067 T82 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 27067 T82 oass.SolrIndexSearcher.<init> Opening
Searcher@1319aed2[collection1] main
[junit4] 2> 27068 T82 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/conf
[junit4] 2> 27068 T82 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/conf}
[junit4] 2> 27068 T82 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/conf
[junit4] 2> 27070 T82 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 27070 T82 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 27071 T83 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1319aed2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 27072 T82 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 27074 T39 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
[junit4] 2> 27075 T39 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C13 name=collection1
org.apache.solr.core.SolrCore@54206fb2
[junit4] 2> 27108 T74 C13 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 21
[junit4] 2> 27122 T75 C13 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 27200 T75 C13 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_2,generation=2}
[junit4] 2> 27205 T75 C13 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 27225 T75 C13 oass.SolrIndexSearcher.<init> Opening
Searcher@5364897f[collection1] main
[junit4] 2> 27230 T75 C13 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 27232 T83 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@5364897f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C10)))}
[junit4] 2> 27234 T75 C13 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
{commit=} 0 113
[junit4] 2> 27305 T39 oejs.AbstractConnector.doStop Stopped
ServerConnector@52ff7276{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 27310 T39 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=159441379
[junit4] 2> 27313 T39 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@632ee37c
[junit4] 2> 27315 T39 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 27318 T39 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 27325 T39 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 27326 T39 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 27345 T39 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 27349 T39 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 27350 T39 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 27350 T39 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data
[junit4] 2> 27352 T39 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 27353 T39 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
[junit4] 2> 27670 T39 oejsh.ContextHandler.doStop Stopped
o.e.j.s.ServletContextHandler@96851f8{/solr,null,UNAVAILABLE}
[junit4] 2> 28221 T39 oejs.AbstractConnector.doStop Stopped
ServerConnector@49ad44e2{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 28224 T39 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=694318966
[junit4] 2> 28227 T39 oejsh.ContextHandler.doStop Stopped
o.e.j.s.ServletContextHandler@2342dd61{/solr,null,UNAVAILABLE}
[junit4] 2> ASYNC NEW_CORE C14 name=collection1
org.apache.solr.core.SolrCore@54206fb2
[junit4] 2> 28399 T76 C14 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=430
[junit4] 2> ASYNC NEW_CORE C15 name=collection1
org.apache.solr.core.SolrCore@225c4523
[junit4] 2> 28399 T46 C15 oasc.SolrCore.execute [collection1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=681
[junit4] 2> 28521 T46 C15 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@225c4523
[junit4] 2> 28522 T46 C15 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 28528 T46 C15 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 28538 T46 C15 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> ASYNC NEW_CORE C16 name=collection1
org.apache.solr.core.SolrCore@225c4523
[junit4] 2> 28568 T46 C16 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 28609 T46 C16 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4] 2> 28614 T46 C16 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 28615 T46 C16 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 28615 T46 C16 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data
[junit4] 2> 28617 T46 C16 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 28617 T46 C16 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
[junit4] 2> 28808 T39 oejs.AbstractConnector.doStop Stopped
ServerConnector@4dd1a4f5{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 28811 T39 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1067009878
[junit4] 2> 28816 T39 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@54206fb2
[junit4] 2> 28821 T39 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 28826 T39 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 28828 T39 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 28830 T39 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 28847 T39 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 28854 T39 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 28854 T39 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 28855 T39 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data
[junit4] 2> 28856 T39 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 28857 T39 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index
[junit4] 2> 28907 T39 oejsh.ContextHandler.doStop Stopped
o.e.j.s.ServletContextHandler@b66ec8a{/solr,null,UNAVAILABLE}
[junit4] 2> 28943 T39 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLBHttpSolrClient -Dtests.method=testReliability
-Dtests.seed=87AD566361E6221C -Dtests.slow=true -Dtests.locale=vi_VN
-Dtests.timezone=Africa/Timbuktu -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 12.3s | TestLBHttpSolrClient.testReliability <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request
[junit4] > at
__randomizedtesting.SeedInfo.seed([87AD566361E6221C:46658B25C080F3B5]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:564)
[junit4] > at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:302)
[junit4] > at
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:221)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException:
Timeout occured while waiting response from server at:
http://127.0.0.1:55296/solr
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:514)
[junit4] > ... 43 more
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4] > at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
[junit4] > at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
[junit4] > at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
[junit4] > at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
[junit4] > at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
[junit4] > at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
[junit4] > at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
[junit4] > ... 46 more
[junit4] 2> 29215 T39 oas.SolrTestCaseJ4.setUp ###Starting testTwoServers
[junit4] 2> 29228 T39 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 29234 T39 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@6aec8faa{/solr,null,AVAILABLE}
[junit4] 2> 29236 T39 oejs.AbstractConnector.doStart Started
ServerConnector@615a6e91{HTTP/1.1}{127.0.0.1:55301}
[junit4] 2> 29237 T39 oejs.Server.doStart Started @37445ms
[junit4] 2> 29238 T39 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1540e19d
[junit4] 2> 29238 T39 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 29239 T39 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001
[junit4] 2> 29240 T39 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/'
[junit4] 2> 29281 T39 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/solr.xml
[junit4] 2> 29320 T39 oasc.CoreContainer.<init> New CoreContainer 160651614
[junit4] 2> 29322 T39 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/]
[junit4] 2> 29323 T39 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 29324 T39 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 29324 T39 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 29325 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 29328 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 29329 T39 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 29329 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 29330 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 29331 T39 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 29332 T39 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 29332 T39 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 29334 T39 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 29335 T39 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 29336 T39 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 29336 T39 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 29346 T98 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/'
[junit4] 2> 29403 T98 oasc.SolrConfig.refreshRequestParams current version
of requestparams : -1
[junit4] 2> 29416 T98 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 29448 T98 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 29449 T98 oass.IndexSchema.readSchema Reading Solr Schema from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/conf/schema.xml
[junit4] 2> 29454 T98 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 29473 T98 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 29474 T98 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/
[junit4] 2> 29475 T98 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 29475 T98 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/
[junit4] 2> 29475 T98 oasc.SolrCore.<init> JMX monitoring not detected for
core: collection1
[junit4] 2> 29478 T98 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data
[junit4] 2> 29483 T98 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index/
[junit4] 2> 29484 T98 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 29488 T98 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
[junit4] 2> 29498 T98 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2> 29499 T98 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 29501 T98 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 29502 T98 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 29503 T98 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 29503 T98 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 29504 T98 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 29505 T98 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 29506 T98 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 29507 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 29509 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 29509 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 29509 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 29510 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 29511 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 29512 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 29512 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 29512 T98 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 29514 T98 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 29517 T98 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 29517 T98 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 29518 T98 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 29518 T98 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 29518 T98 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 29527 T98 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 29529 T98 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 29531 T98 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 29534 T98 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 29536 T98 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 29538 T98 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 29538 T98 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 29544 T98 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2> 29544 T98 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 29546 T98 oass.SolrIndexSearcher.<init> Opening
Searcher@1f255bfe[collection1] main
[junit4] 2> 29547 T98 oasr.ManagedResourceStorage$FileStorageIO.configure
File-based storage initialized to use dir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/conf
[junit4] 2> 29547 T98 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/conf}
[junit4] 2> 29548 T98 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using
file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/conf
[junit4] 2> 29549 T98 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 29550 T98 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 29550 T99 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1f255bfe[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 29550 T98 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 29557 T39 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
[junit4] 2> 29559 T39 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> ASYNC NEW_CORE C17 name=collection1
org.apache.solr.core.SolrCore@41a87737
[junit4] 2> 29588 T90 C17 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5,
6, 7, 8, 9]} 0 20
[junit4] 2> 29599 T91 C17 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 29683 T91 C17 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_2,generation=2}
[junit4] 2> 29685 T91 C17 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 29696 T91 C17 oass.SolrIndexSearcher.<init> Opening
Searcher@3c303570[collection1] main
[junit4] 2> 29705 T99 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3c303570[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C10)))}
[junit4] 2> ASYNC NEW_CORE C18 name=collection1
org.apache.solr.core.SolrCore@41a87737
[junit4] 2> 29706 T91 C18 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 29707 T91 C18 oasup.LogUpdateProcessor.finish [collection1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
{commit=} 0 108
[junit4] 2> 29727 T39 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 29735 T39 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@47e7420f{/solr,null,AVAILABLE}
[junit4] 2> 29736 T39 oejs.AbstractConnector.doStart Started
ServerConnector@4ca7b4b3{HTTP/1.1}{127.0.0.1:55303}
[junit4] 2> 29736 T39 oejs.Server.doStart Started @37945ms
[junit4] 2> 29738 T39 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1540e19d
[junit4] 2> 29739 T39 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 29739 T39 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001
[junit4] 2> 29740 T39 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/'
[junit4] 2> 29767 T39 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/solr.xml
[junit4] 2> 29794 T39 oasc.CoreContainer.<init> New CoreContainer
1368579428
[junit4] 2> 29796 T39 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/]
[junit4] 2> 29796 T39 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 29797 T39 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 29798 T39 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 29798 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 29798 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 29799 T39 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 29799 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 29800 T39 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 29800 T39 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 29801 T39 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 29801 T39 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 29802 T39 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 29803 T39 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 29804 T39 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 29804 T39 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 29821 T113 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/'
[junit4] 2> 29868 T113 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 29888 T113 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 29927 T113 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 29929 T113 oass.IndexSchema.readSchema Reading Solr Schema
from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/conf/schema.xml
[junit4] 2> 29934 T113 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 29942 T113 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 29953 T113 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/
[junit4] 2> 29954 T113 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockFSDirectoryFactory
[junit4] 2> 29955 T113 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/
[junit4] 2> 29955 T113 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 29957 T113 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data
[junit4] 2> 29958 T113 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index/
[junit4] 2> 29960 T113 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 29965 T113 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
[junit4] 2> 29977 T113 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3491489b),segFN=segments_1,generation=1}
[junit4] 2> 29979 T113 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 29987 T113 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 29991 T113 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 29992 T113 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 29993 T113 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 29994 T113 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 29997 T113 oasc.RequestHandlers.initHandlersFromConfig created
/schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 29998 T113 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 29999 T113 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 30001 T113 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 30005 T113 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 30006 T113 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 30007 T113 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 30008 T113 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 30008 T113 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 30009 T113 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 30011 T113 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 30012 T113 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 30012 T113 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 30012 T113 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 30013 T113 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 30014 T113 oasc.RequestHandlers.initHandlersFromConfig created
/update: solr.UpdateRequestHandler
[junit4] 2> 30015 T113 oasc.RequestHandlers.initHandlersFromConfig created
/replication: solr.ReplicationHandler
[junit4] 2> 30019 T113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 30021 T113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 30024 T113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 30032 T113 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 30035 T113 oasc.SolrC
[...truncated too long message...]
CoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing
IndexWriter
[junit4] 2> 35829 T39 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 35835 T39 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 35837 T39 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 35837 T39 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index;done=false>>]
[junit4] 2> 35838 T39 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data/index
[junit4] 2> 35859 T39 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 35859 T39 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-0-001/collection1/data
[junit4] 2> 35861 T39 oejsh.ContextHandler.doStop Stopped
o.e.j.s.ServletContextHandler@20bc633a{/solr,null,UNAVAILABLE}
[junit4] 2> 35875 T39 oejs.AbstractConnector.doStop Stopped
ServerConnector@79eb1573{HTTP/1.1}{127.0.0.1:55311}
[junit4] 2> 35875 T39 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1155808267
[junit4] 2> 35876 T39 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@42010651
[junit4] 2> 35877 T39 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 35878 T39 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 35879 T39 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 35879 T39 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 35887 T39 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 35890 T39 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 35890 T39 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data;done=false>>]
[junit4] 2> 35891 T39 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data
[junit4] 2> 35892 T39 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index;done=false>>]
[junit4] 2> 35893 T39 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-1-001/collection1/data/index
[junit4] 2> 35909 T39 oejsh.ContextHandler.doStop Stopped
o.e.j.s.ServletContextHandler@94c98db{/solr,null,UNAVAILABLE}
[junit4] 2> 35921 T39 oejs.AbstractConnector.doStop Stopped
ServerConnector@3f24b22e{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 35922 T39 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=487684091
[junit4] 2> 35923 T39 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6b86a544
[junit4] 2> 35923 T39 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 35925 T39 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 35925 T39 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 35925 T39 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 35933 T39 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 35935 T39 oasc.CachingDirectoryFactory.close Closing
MockFSDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 35935 T39 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 35935 T39 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data
[junit4] 2> 35936 T39 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 35937 T39 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001/instance-2-001/collection1/data/index
[junit4] 2> 35951 T39 oejsh.ContextHandler.doStop Stopped
o.e.j.s.ServletContextHandler@55fcc085{/solr,null,UNAVAILABLE}
[junit4] 2> 35967 T39 oas.SolrTestCaseJ4.tearDown ###Ending testSimple
[junit4] 2> 35971 T39 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient
87AD566361E6221C-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{name=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct)},
docValues:{}, sim=DefaultSimilarity, locale=vi_VN, timezone=Africa/Timbuktu
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_25
(64-bit)/cpus=2,threads=3,free=10846248,total=40566784
[junit4] 2> NOTE: All tests run in this JVM: [TestCoreAdmin,
TestLBHttpSolrClient]
[junit4] Completed in 19.13s, 3 tests, 1 error <<< FAILURES!
[...truncated 159 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:519: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:200: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:510:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1348:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:956:
There were test failures: 52 suites, 330 tests, 1 error
Total time: 136 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0
-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]