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