Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/203/ Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+UseParallelGC (asserts: true)
1 tests failed. FAILED: org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability Error Message: IOException occured when talking to server at: https://127.0.0.1:59966/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:59966/solr at __randomizedtesting.SeedInfo.seed([A6EBD026F95E3F03:67230D605838EEAA]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:567) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168) at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146) at org.apache.solr.client.solrj.TestLBHttpSolrServer.addDocs(TestLBHttpSolrServer.java:115) at org.apache.solr.client.solrj.TestLBHttpSolrServer.setUp(TestLBHttpSolrServer.java:98) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:861) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) ... 46 more Build Log: [...truncated 13010 lines...] [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/./solr.client.solrj.TestLBHttpSolrServer-A6EBD026F95E3F03-001/init-core-data-001 [junit4] 2> 13164 T32 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false) [junit4] 2> 13168 T32 oas.SolrTestCaseJ4.setUp ###Starting testReliability [junit4] 2> 13206 T32 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 13482 T32 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 13497 T32 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59966 [junit4] 2> 13508 T32 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 13509 T32 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 13509 T32 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10 [junit4] 2> 13510 T32 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/' [junit4] 2> 13530 T32 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/solr.xml [junit4] 2> 13568 T32 oasc.CoreContainer.<init> New CoreContainer 1426040460 [junit4] 2> 13569 T32 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/] [junit4] 2> 13570 T32 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 13582 T32 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 13583 T32 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 13583 T32 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 13583 T32 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 13584 T32 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 13584 T32 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 13584 T32 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 13585 T32 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 13587 T32 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 13589 T32 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 13590 T32 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 13590 T32 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 13598 T42 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/' [junit4] 2> 13680 T42 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3 [junit4] 2> 13703 T42 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 13704 T42 oass.IndexSchema.readSchema Reading Solr Schema from org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/conf/schema.xml [junit4] 2> 13708 T42 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 13713 T42 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.IntField]. Please consult documentation how to replace it accordingly. [junit4] 2> 13732 T42 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 13733 T42 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/ [junit4] 2> 13733 T42 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory [junit4] 2> 13735 T42 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/ [junit4] 2> 13735 T42 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 13749 T42 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data [junit4] 2> 13766 T42 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index/ [junit4] 2> 13766 T42 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 13768 T42 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index [junit4] 2> 13775 T42 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> 13776 T42 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 13777 T42 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 13777 T42 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 13779 T42 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 13779 T42 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 13780 T42 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 13802 T42 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 13802 T42 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4] 2> 13802 T42 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4] 2> 13803 T42 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4] 2> 13803 T42 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 13803 T42 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 13803 T42 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 13814 T42 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 13816 T42 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 13819 T42 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 13821 T42 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 13822 T42 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 13835 T42 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 13835 T42 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 13843 T42 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> 13843 T42 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 13844 T42 oass.SolrIndexSearcher.<init> Opening Searcher@23fa7dd1[collection1] main [junit4] 2> 13844 T42 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/conf [junit4] 2> 13845 T42 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/conf} [junit4] 2> 13845 T42 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/conf [junit4] 2> 13846 T42 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 13846 T42 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/conf [junit4] 2> 13847 T42 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 13847 T42 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 13847 T43 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23fa7dd1[collection1] main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 13848 T42 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 13859 T32 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1 [junit4] 2> 13859 T32 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> ASYNC NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@28867f81 [junit4] 2> 14040 T40 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 17 [junit4] 2> 214293 T39 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 214313 T39 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index),segFN=segments_2,generation=2} [junit4] 2> 214314 T39 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 214315 T32 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1426040460 [junit4] 2> 214316 T32 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4] 2> 214337 T39 C2 oass.SolrIndexSearcher.<init> Opening Searcher@6f011a43[collection1] main [junit4] 2> 214337 T39 C2 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 214337 T43 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f011a43[collection1] main{StandardDirectoryReader(segments_1:3:nrt _0(4.10.3):c10)} [junit4] 2> 214338 T39 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 45 [junit4] 2> 214340 T39 C2 oasc.SolrException.log ERROR null: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:98) [junit4] 2> at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:758) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:426) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207) [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:137) [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.AbstractHttpConnection.content(AbstractHttpConnection.java:953) [junit4] 2> at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014) [junit4] 2> at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) [junit4] 2> at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) [junit4] 2> at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) [junit4] 2> at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196) [junit4] 2> at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) [junit4] 2> at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) [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> 214341 T39 C2 oasc.SolrException.log ERROR null: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:98) [junit4] 2> at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:758) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:426) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207) [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:137) [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.AbstractHttpConnection.content(AbstractHttpConnection.java:953) [junit4] 2> at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014) [junit4] 2> at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) [junit4] 2> at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) [junit4] 2> at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) [junit4] 2> at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196) [junit4] 2> at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) [junit4] 2> at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) [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> 214346 T39 C2 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@28867f81 [junit4] 2> 214346 T39 C2 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> 214346 T39 C2 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 214346 T39 C2 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 214347 T39 C2 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 214348 T39 C2 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4] 2> 214349 T39 C2 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked [junit4] 2> 214349 T39 C2 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data;done=false>>] [junit4] 2> 214349 T39 C2 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data [junit4] 2> 214349 T39 C2 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index;done=false>>] [junit4] 2> 214350 T39 C2 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188031165/solr/collection10/collection1/data/index [junit4] 2> 219310 T32 oas.SolrTestCaseJ4.tearDown ###Ending testReliability [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability -Dtests.seed=A6EBD026F95E3F03 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_MT -Dtests.timezone=Pacific/Guadalcanal -Dtests.file.encoding=UTF-8 [junit4] ERROR 206s J1 | TestLBHttpSolrServer.testReliability <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:59966/solr [junit4] > at __randomizedtesting.SeedInfo.seed([A6EBD026F95E3F03:67230D605838EEAA]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:567) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) [junit4] > at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) [junit4] > at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168) [junit4] > at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146) [junit4] > at org.apache.solr.client.solrj.TestLBHttpSolrServer.addDocs(TestLBHttpSolrServer.java:115) [junit4] > at org.apache.solr.client.solrj.TestLBHttpSolrServer.setUp(TestLBHttpSolrServer.java:98) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) [junit4] > at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260) [junit4] > at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) [junit4] > at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) [junit4] > at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) [junit4] > at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) [junit4] > ... 46 more [junit4] 2> 219355 T32 oas.SolrTestCaseJ4.setUp ###Starting testTwoServers [junit4] 2> 219360 T32 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 219364 T32 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 219375 T32 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:48970 [junit4] 2> 219385 T32 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 219386 T32 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 219386 T32 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10 [junit4] 2> 219386 T32 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/' [junit4] 2> 219397 T32 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/solr.xml [junit4] 2> 219411 T32 oasc.CoreContainer.<init> New CoreContainer 1534333098 [junit4] 2> 219412 T32 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/] [junit4] 2> 219412 T32 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 219412 T32 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 219413 T32 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 219413 T32 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 219413 T32 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 219413 T32 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 219414 T32 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 219414 T32 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 219414 T32 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 219416 T32 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 219417 T32 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 219417 T32 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 219417 T32 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 219421 T54 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/' [junit4] 2> 219444 T54 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3 [junit4] 2> 219458 T54 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 219458 T54 oass.IndexSchema.readSchema Reading Solr Schema from org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/conf/schema.xml [junit4] 2> 219462 T54 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 219465 T54 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 219466 T54 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/ [junit4] 2> 219466 T54 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory [junit4] 2> 219466 T54 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/ [junit4] 2> 219467 T54 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 219468 T54 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data [junit4] 2> 219468 T54 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index/ [junit4] 2> 219468 T54 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 219469 T54 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index [junit4] 2> 219470 T54 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> 219470 T54 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 219471 T54 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 219472 T54 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219472 T54 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219472 T54 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219472 T54 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219473 T54 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 219473 T54 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4] 2> 219473 T54 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4] 2> 219473 T54 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4] 2> 219473 T54 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219473 T54 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 219474 T54 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 219475 T54 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219476 T54 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219477 T54 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219478 T54 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219480 T54 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219481 T54 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 219481 T54 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 219483 T54 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> 219484 T54 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 219484 T54 oass.SolrIndexSearcher.<init> Opening Searcher@12deb72d[collection1] main [junit4] 2> 219485 T54 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/conf [junit4] 2> 219485 T54 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/conf} [junit4] 2> 219485 T54 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/conf [junit4] 2> 219486 T54 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 219486 T54 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/conf [junit4] 2> 219487 T54 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 219487 T54 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 219487 T55 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12deb72d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 219487 T54 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 219488 T32 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1 [junit4] 2> 219488 T32 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> ASYNC NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@2c58bf9c [junit4] 2> 219557 T51 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 2 [junit4] 2> 219562 T52 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 219569 T52 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index),segFN=segments_2,generation=2} [junit4] 2> 219570 T52 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 219573 T52 C3 oass.SolrIndexSearcher.<init> Opening Searcher@1471614a[collection1] main [junit4] 2> 219573 T52 C3 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 219573 T55 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1471614a[collection1] main{StandardDirectoryReader(segments_1:3:nrt _0(4.10.3):c10)} [junit4] 2> 219574 T52 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 12 [junit4] 2> 219579 T32 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 219583 T32 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 219586 T32 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:41019 [junit4] 2> 219588 T32 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 219588 T32 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 219588 T32 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11 [junit4] 2> 219589 T32 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/' [junit4] 2> 219600 T32 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/solr.xml [junit4] 2> 219615 T32 oasc.CoreContainer.<init> New CoreContainer 2013080976 [junit4] 2> 219615 T32 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/] [junit4] 2> 219616 T32 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 219616 T32 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 219617 T32 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 219617 T32 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 219617 T32 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 219618 T32 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 219618 T32 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 219618 T32 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 219618 T32 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 219620 T32 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 219621 T32 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 219621 T32 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 219622 T32 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 219625 T66 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/' [junit4] 2> 219663 T66 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3 [junit4] 2> 219674 T66 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 219675 T66 oass.IndexSchema.readSchema Reading Solr Schema from org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/conf/schema.xml [junit4] 2> 219679 T66 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 219684 T66 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 219685 T66 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/ [junit4] 2> 219685 T66 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory [junit4] 2> 219685 T66 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/ [junit4] 2> 219686 T66 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 219687 T66 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data [junit4] 2> 219687 T66 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index/ [junit4] 2> 219688 T66 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 219688 T66 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index [junit4] 2> 219690 T66 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> 219691 T66 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 219692 T66 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 219693 T66 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219693 T66 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219693 T66 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219694 T66 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219694 T66 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 219694 T66 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4] 2> 219695 T66 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4] 2> 219695 T66 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4] 2> 219695 T66 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219695 T66 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 219696 T66 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 219698 T66 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219700 T66 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219701 T66 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219702 T66 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219703 T66 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219704 T66 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 219704 T66 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 219707 T66 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> 219707 T66 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 219708 T66 oass.SolrIndexSearcher.<init> Opening Searcher@61caaa9f[collection1] main [junit4] 2> 219708 T66 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/conf [junit4] 2> 219708 T66 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/conf} [junit4] 2> 219709 T66 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/conf [junit4] 2> 219709 T66 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 219709 T66 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/conf [junit4] 2> 219710 T66 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 219710 T66 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 219710 T66 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 219710 T67 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61caaa9f[collection1] main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 219711 T32 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1 [junit4] 2> 219711 T32 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> ASYNC NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@6203bd1e [junit4] 2> 219800 T62 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 3 [junit4] 2> 219806 T63 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 219814 T63 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index),segFN=segments_2,generation=2} [junit4] 2> 219815 T63 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 219818 T63 C4 oass.SolrIndexSearcher.<init> Opening Searcher@2f68217b[collection1] main [junit4] 2> 219819 T63 C4 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 219819 T67 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f68217b[collection1] main{StandardDirectoryReader(segments_1:3:nrt _0(4.10.3):c10)} [junit4] 2> 219819 T63 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 13 [junit4] 2> 219825 T32 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 219838 T32 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 219843 T32 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:36467 [junit4] 2> 219846 T32 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 219848 T32 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 219848 T32 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12 [junit4] 2> 219848 T32 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/' [junit4] 2> 219866 T32 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/solr.xml [junit4] 2> 219882 T32 oasc.CoreContainer.<init> New CoreContainer 1572204808 [junit4] 2> 219882 T32 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/] [junit4] 2> 219883 T32 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 219884 T32 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 219884 T32 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 219884 T32 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 219885 T32 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 219885 T32 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 219885 T32 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 219886 T32 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 219886 T32 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 219888 T32 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 219890 T32 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 219890 T32 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 219891 T32 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 219893 T78 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/' [junit4] 2> 219916 T78 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3 [junit4] 2> 219926 T78 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 219927 T78 oass.IndexSchema.readSchema Reading Solr Schema from org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/conf/schema.xml [junit4] 2> 219931 T78 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 219936 T78 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 219937 T78 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/ [junit4] 2> 219937 T78 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory [junit4] 2> 219938 T78 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/ [junit4] 2> 219938 T78 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 219939 T78 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data [junit4] 2> 219940 T78 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index/ [junit4] 2> 219940 T78 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 219941 T78 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index [junit4] 2> 219943 T78 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> 219943 T78 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 219945 T78 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 219945 T78 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219946 T78 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219946 T78 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219946 T78 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219946 T78 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 219947 T78 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4] 2> 219947 T78 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4] 2> 219947 T78 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4] 2> 219947 T78 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 219948 T78 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 219948 T78 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 219950 T78 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219951 T78 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219952 T78 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219953 T78 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219954 T78 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 219955 T78 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 219956 T78 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 219958 T78 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> 219958 T78 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 219959 T78 oass.SolrIndexSearcher.<init> Opening Searcher@32d62b39[collection1] main [junit4] 2> 219959 T78 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/conf [junit4] 2> 219960 T78 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/conf} [junit4] 2> 219960 T78 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/conf [junit4] 2> 219960 T78 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 219961 T78 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/conf [junit4] 2> 219961 T78 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 219961 T78 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 219962 T78 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 219962 T79 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@32d62b39[collection1] main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 219962 T32 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1 [junit4] 2> 219963 T32 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> ASYNC NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@23ddc5fb [junit4] 2> 220043 T72 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 3 [junit4] 2> 220048 T75 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 220061 T75 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index),segFN=segments_1,generation=1} [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237796/solr/collection12/collection1/data/index),segFN=segments_2,generation=2} [junit4] 2> 220062 T75 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 220064 T75 C5 oass.SolrIndexSearcher.<init> Opening Searcher@74f5309b[collection1] main [junit4] 2> 220065 T75 C5 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 220066 T79 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@74f5309b[collection1] main{StandardDirectoryReader(segments_1:3:nrt _0(4.10.3):c10)} [junit4] 2> 220066 T75 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 18 [junit4] 2> 220090 T32 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1534333098 [junit4] 2> 220091 T32 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@2c58bf9c [junit4] 2> 220091 T32 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> 220092 T32 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 220092 T32 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 220093 T32 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 220095 T32 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4] 2> 220096 T32 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked [junit4] 2> 220096 T32 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data;done=false>>] [junit4] 2> 220096 T32 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data [junit4] 2> 220096 T32 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index;done=false>>] [junit4] 2> 220097 T32 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index [junit4] 2> 220105 T32 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4] 2> 225095 T62 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=9 [junit4] 2> 225101 T64 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 [junit4] 2> 225125 T32 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2013080976 [junit4] 2> 225126 T32 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@6203bd1e [junit4] 2> 225126 T32 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> 225127 T32 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 225127 T32 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 225127 T32 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 225130 T32 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4] 2> 225130 T32 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked [junit4] 2> 225131 T32 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data;done=false>>] [junit4] 2> 225131 T32 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data [junit4] 2> 225131 T32 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index;done=false>>] [junit4] 2> 225132 T32 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237551/solr/collection11/collection1/data/index [junit4] 2> 225140 T32 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4] 2> 230116 T32 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 230120 T32 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 230121 T32 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:48970 [junit4] 2> 230127 T32 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 230128 T32 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 230128 T32 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10 [junit4] 2> 230128 T32 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/' [junit4] 2> 230147 T32 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/solr.xml [junit4] 2> 230160 T32 oasc.CoreContainer.<init> New CoreContainer 1077890519 [junit4] 2> 230160 T32 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/] [junit4] 2> 230161 T32 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 230161 T32 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 230161 T32 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 230161 T32 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 230162 T32 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 230162 T32 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 230162 T32 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 230163 T32 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 230163 T32 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 230164 T32 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 230166 T32 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 230166 T32 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 230166 T32 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 230169 T91 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/' [junit4] 2> 230192 T91 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3 [junit4] 2> 230202 T91 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 230203 T91 oass.IndexSchema.readSchema Reading Solr Schema from org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/conf/schema.xml [junit4] 2> 230207 T91 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 230213 T91 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 230213 T91 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/ [junit4] 2> 230214 T91 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory [junit4] 2> 230214 T91 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/ [junit4] 2> 230214 T91 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 230215 T91 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data [junit4] 2> 230216 T91 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index/ [junit4] 2> 230217 T91 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 230217 T91 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 230218 T91 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 230218 T91 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 230218 T91 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 230218 T91 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 230219 T91 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4] 2> 230219 T91 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4] 2> 230219 T91 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4] 2> 230219 T91 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 230220 T91 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 230220 T91 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 230222 T91 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 230223 T91 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 230224 T91 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 230226 T91 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 230227 T91 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 230231 T91 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 230231 T91 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 230232 T91 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index [junit4] 2> 230236 T91 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/data/index),segFN=segments_2,generation=2} [junit4] 2> 230236 T91 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 230238 T91 oass.SolrIndexSearcher.<init> Opening Searcher@6b922a4d[collection1] main [junit4] 2> 230239 T91 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/conf [junit4] 2> 230239 T91 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/conf} [junit4] 2> 230239 T91 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188237332/solr/collection10/collection1/conf [junit4] 2> 230247 T91 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using file:dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrS [...truncated too long message...] 54 T32 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 248454 T32 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 248457 T32 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4] 2> 248457 T32 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked [junit4] 2> 248458 T32 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259467/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259467/solr/collection10/collection1/data;done=false>>] [junit4] 2> 248458 T32 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259467/solr/collection10/collection1/data [junit4] 2> 248458 T32 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259467/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259467/solr/collection10/collection1/data/index;done=false>>] [junit4] 2> 248458 T32 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259467/solr/collection10/collection1/data/index [junit4] 2> 248465 T32 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4] 2> 253467 T32 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=752515638 [junit4] 2> 253468 T32 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@795bea44 [junit4] 2> 253469 T32 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> 253470 T32 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 253470 T32 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 253470 T32 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 253475 T32 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4] 2> 253475 T32 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked [junit4] 2> 253476 T32 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259653/solr/collection11/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259653/solr/collection11/collection1/data;done=false>>] [junit4] 2> 253476 T32 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259653/solr/collection11/collection1/data [junit4] 2> 253476 T32 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259653/solr/collection11/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259653/solr/collection11/collection1/data/index;done=false>>] [junit4] 2> 253477 T32 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259653/solr/collection11/collection1/data/index [junit4] 2> 253483 T32 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4] 2> 258481 T32 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1723598011 [junit4] 2> 258481 T32 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@38ca39d0 [junit4] 2> 258482 T32 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> 258482 T32 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 258483 T32 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 258483 T32 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 258485 T32 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4] 2> 258486 T32 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked [junit4] 2> 258486 T32 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259832/solr/collection12/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259832/solr/collection12/collection1/data;done=false>>] [junit4] 2> 258487 T32 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259832/solr/collection12/collection1/data [junit4] 2> 258487 T32 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259832/solr/collection12/collection1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259832/solr/collection12/collection1/data/index;done=false>>] [junit4] 2> 258488 T32 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1420188259832/solr/collection12/collection1/data/index [junit4] 2> 258495 T32 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4] 2> 263474 T32 oas.SolrTestCaseJ4.tearDown ###Ending testSimple [junit4] 2> 263475 T32 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-solrj/test/J1/./solr.client.solrj.TestLBHttpSolrServer-A6EBD026F95E3F03-001 [junit4] 2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=en_MT, timezone=Pacific/Guadalcanal [junit4] 2> NOTE: Linux 3.13.0-43-generic amd64/Oracle Corporation 1.8.0_40-ea (64-bit)/cpus=8,threads=3,free=50776896,total=219676672 [junit4] 2> NOTE: All tests run in this JVM: [SolrQueryTest, TestBatchUpdate, TestLBHttpSolrServer] [junit4] Completed on J1 in 250.36s, 3 tests, 1 error <<< FAILURES! [...truncated 40 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:474: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:454: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:45: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/extra-targets.xml:37: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build.xml:202: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/common-build.xml:494: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:1351: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:966: There were test failures: 52 suites, 309 tests, 1 error Total time: 104 minutes 28 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+UseParallelGC (asserts: true) Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org