Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11274/ Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseSerialGC
1 tests failed. REGRESSION: org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.testDistribSearch Error Message: Timeout occured while waiting response from server at: https://127.0.0.1:60044 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:60044 at __randomizedtesting.SeedInfo.seed([3E18A4595A8DF826:BFFE2A412DD2981A]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558) 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.add(SolrServer.java:116) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102) at org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.doTest(DistributedFacetPivotLongTailTest.java:82) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java: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: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) at sun.security.ssl.InputRecord.read(InputRecord.java:480) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884) at sun.security.ssl.AppInputStream.read(AppInputStream.java:102) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) ... 46 more Build Log: [...truncated 11852 lines...] [junit4] Suite: org.apache.solr.handler.component.DistributedFacetPivotLongTailTest [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/init-core-data-001 [junit4] 2> 2571055 T6654 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false) [junit4] 2> 2571056 T6654 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 2571058 T6654 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 2571059 T6654 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2571061 T6654 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2571063 T6654 oejs.AbstractConnector.doStart Started [email protected]:47746 [junit4] 2> 2571065 T6654 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2571065 T6654 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2571065 T6654 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr [junit4] 2> 2571065 T6654 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/' [junit4] 2> 2571076 T6654 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/solr.xml [junit4] 2> 2571097 T6654 oasc.CoreContainer.<init> New CoreContainer 542015301 [junit4] 2> 2571097 T6654 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/] [junit4] 2> 2571098 T6654 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2571098 T6654 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 2571098 T6654 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2571099 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2571099 T6654 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2571099 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2571099 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2571099 T6654 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2571100 T6654 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2571101 T6654 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2571102 T6654 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2571102 T6654 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2571102 T6654 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2571104 T6664 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/' [junit4] 2> 2571105 T6664 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader [junit4] 2> 2571105 T6664 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader [junit4] 2> 2571105 T6664 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader [junit4] 2> 2571146 T6664 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2571178 T6664 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2571178 T6664 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2571183 T6664 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 2571363 T6664 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2571367 T6664 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2571368 T6664 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2571372 T6664 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2571374 T6664 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2571375 T6664 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2571375 T6664 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2571376 T6664 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2571376 T6664 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2571376 T6664 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2571376 T6664 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2571376 T6664 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/ [junit4] 2> 2571377 T6664 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2571377 T6664 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/control/data/ [junit4] 2> 2571377 T6664 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@79d27722 [junit4] 2> 2571377 T6664 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/control/data [junit4] 2> 2571377 T6664 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/control/data/index/ [junit4] 2> 2571378 T6664 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/control/data/index' doesn't exist. Creating new index... [junit4] 2> 2571378 T6664 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/control/data/index [junit4] 2> 2571378 T6664 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=64.7529296875, floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=26.432904035571944, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 2571379 T6664 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory(id=lucene-5c567df8))),segFN=segments_1,generation=1} [junit4] 2> 2571379 T6664 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2571379 T6664 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter [junit4] 2> 2571381 T6664 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2571381 T6664 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2571382 T6664 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 2571382 T6664 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 2571382 T6664 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2571382 T6664 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2571382 T6664 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields" [junit4] 2> 2571382 T6664 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4] 2> 2571383 T6664 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2571383 T6664 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2571383 T6664 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2571383 T6664 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2571383 T6664 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2571384 T6664 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2571384 T6664 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2571384 T6664 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2571384 T6664 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2571384 T6664 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2571385 T6664 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2571385 T6664 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler [junit4] 2> 2571385 T6664 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4] 2> 2571385 T6664 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2571386 T6664 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2571386 T6664 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2571386 T6664 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4] 2> 2571386 T6664 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4] 2> 2571386 T6664 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4] 2> 2571387 T6664 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2571387 T6664 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571387 T6664 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571387 T6664 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571388 T6664 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571388 T6664 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571388 T6664 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571388 T6664 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571388 T6664 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571389 T6664 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler [junit4] 2> 2571389 T6664 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler [junit4] 2> 2571391 T6664 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2571392 T6664 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2571392 T6664 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2571393 T6664 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2571394 T6664 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler. [junit4] 2> 2571395 T6664 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2571396 T6664 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2571396 T6664 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 2571396 T6664 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory(id=lucene-5c567df8))),segFN=segments_1,generation=1} [junit4] 2> 2571396 T6664 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2571397 T6664 oass.SolrIndexSearcher.<init> Opening Searcher@2e03c23e[collection1] main [junit4] 2> 2571397 T6664 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} [junit4] 2> 2571397 T6664 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage [junit4] 2> 2571397 T6664 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 2571397 T6664 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage [junit4] 2> 2571398 T6664 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2571398 T6664 oashc.SpellCheckComponent.inform Initializing spell checkers [junit4] 2> 2571467 T6664 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 2571489 T6665 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e03c23e[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 2571492 T6664 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 2571492 T6654 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2571493 T6654 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2571497 T6654 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2571501 T6654 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2571502 T6654 oejs.AbstractConnector.doStart Started [email protected]:52424 [junit4] 2> 2571505 T6654 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2571505 T6654 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2571505 T6654 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr [junit4] 2> 2571505 T6654 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/' [junit4] 2> 2571518 T6654 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/solr.xml [junit4] 2> 2571540 T6654 oasc.CoreContainer.<init> New CoreContainer 1439138029 [junit4] 2> 2571540 T6654 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/] [junit4] 2> 2571541 T6654 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2571541 T6654 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 2571541 T6654 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2571541 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2571542 T6654 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2571542 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2571542 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2571542 T6654 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2571542 T6654 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2571544 T6654 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2571545 T6654 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2571545 T6654 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2571545 T6654 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2571547 T6676 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/' [junit4] 2> 2571548 T6676 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader [junit4] 2> 2571548 T6676 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader [junit4] 2> 2571549 T6676 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader [junit4] 2> 2571583 T6676 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2571615 T6676 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2571615 T6676 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2571620 T6676 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 2571798 T6676 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2571801 T6676 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2571803 T6676 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2571807 T6676 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2571809 T6676 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2571810 T6676 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2571810 T6676 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2571811 T6676 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2571811 T6676 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2571811 T6676 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2571811 T6676 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2571811 T6676 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/ [junit4] 2> 2571812 T6676 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2571812 T6676 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard0/data/ [junit4] 2> 2571812 T6676 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@79d27722 [junit4] 2> 2571812 T6676 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard0/data [junit4] 2> 2571813 T6676 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard0/data/index/ [junit4] 2> 2571813 T6676 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard0/data/index' doesn't exist. Creating new index... [junit4] 2> 2571813 T6676 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard0/data/index [junit4] 2> 2571813 T6676 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=64.7529296875, floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=26.432904035571944, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 2571814 T6676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory(id=lucene-7618a2e))),segFN=segments_1,generation=1} [junit4] 2> 2571814 T6676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2571814 T6676 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter [junit4] 2> 2571817 T6676 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2571817 T6676 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2571817 T6676 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 2571817 T6676 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 2571817 T6676 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2571818 T6676 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2571818 T6676 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields" [junit4] 2> 2571818 T6676 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4] 2> 2571818 T6676 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2571818 T6676 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2571819 T6676 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2571819 T6676 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2571819 T6676 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2571819 T6676 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2571820 T6676 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2571820 T6676 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2571820 T6676 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2571820 T6676 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2571821 T6676 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2571821 T6676 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler [junit4] 2> 2571821 T6676 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4] 2> 2571822 T6676 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2571822 T6676 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2571822 T6676 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2571822 T6676 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4] 2> 2571823 T6676 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4] 2> 2571823 T6676 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4] 2> 2571823 T6676 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2571823 T6676 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571824 T6676 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571824 T6676 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571824 T6676 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571824 T6676 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571825 T6676 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571825 T6676 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571825 T6676 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2571826 T6676 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler [junit4] 2> 2571826 T6676 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler [junit4] 2> 2571828 T6676 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2571829 T6676 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2571830 T6676 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2571830 T6676 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2571831 T6676 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler. [junit4] 2> 2571833 T6676 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2571833 T6676 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2571833 T6676 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 2571834 T6676 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory(id=lucene-7618a2e))),segFN=segments_1,generation=1} [junit4] 2> 2571834 T6676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2571834 T6676 oass.SolrIndexSearcher.<init> Opening Searcher@9aa1934[collection1] main [junit4] 2> 2571834 T6676 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} [junit4] 2> 2571834 T6676 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage [junit4] 2> 2571835 T6676 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 2571835 T6676 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage [junit4] 2> 2571835 T6676 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2571835 T6676 oashc.SpellCheckComponent.inform Initializing spell checkers [junit4] 2> 2571840 T6676 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 2571857 T6677 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9aa1934[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 2571861 T6676 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 2571862 T6654 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2571862 T6654 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2571864 T6654 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2571866 T6654 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2571867 T6654 oejs.AbstractConnector.doStart Started [email protected]:60044 [junit4] 2> 2571869 T6654 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2571869 T6654 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2571870 T6654 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr [junit4] 2> 2571870 T6654 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/' [junit4] 2> 2571885 T6654 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/solr.xml [junit4] 2> 2571906 T6654 oasc.CoreContainer.<init> New CoreContainer 858568044 [junit4] 2> 2571907 T6654 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/] [junit4] 2> 2571907 T6654 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2571908 T6654 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 2571908 T6654 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2571908 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2571908 T6654 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2571908 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2571909 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2571909 T6654 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2571909 T6654 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2571910 T6654 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2571911 T6654 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2571911 T6654 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2571911 T6654 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2571913 T6688 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/' [junit4] 2> 2571914 T6688 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader [junit4] 2> 2571915 T6688 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader [junit4] 2> 2571915 T6688 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader [junit4] 2> 2571958 T6688 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2571990 T6688 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2571990 T6688 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2571995 T6688 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 2572205 T6688 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2572208 T6688 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2572210 T6688 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2572214 T6688 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2572216 T6688 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2572218 T6688 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2572218 T6688 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2572218 T6688 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2572219 T6688 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2572219 T6688 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2572219 T6688 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2572219 T6688 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/ [junit4] 2> 2572219 T6688 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2572219 T6688 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard1/data/ [junit4] 2> 2572220 T6688 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@79d27722 [junit4] 2> 2572220 T6688 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard1/data [junit4] 2> 2572220 T6688 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard1/data/index/ [junit4] 2> 2572221 T6688 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard1/data/index' doesn't exist. Creating new index... [junit4] 2> 2572221 T6688 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard1/data/index [junit4] 2> 2572221 T6688 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=64.7529296875, floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=26.432904035571944, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 2572222 T6688 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory(id=lucene-5f3c6876))),segFN=segments_1,generation=1} [junit4] 2> 2572222 T6688 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2572222 T6688 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter [junit4] 2> 2572225 T6688 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2572225 T6688 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2572225 T6688 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 2572225 T6688 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 2572226 T6688 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2572226 T6688 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2572226 T6688 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields" [junit4] 2> 2572226 T6688 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4] 2> 2572226 T6688 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2572226 T6688 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2572227 T6688 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2572227 T6688 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2572227 T6688 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2572227 T6688 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2572228 T6688 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2572228 T6688 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2572228 T6688 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2572228 T6688 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2572229 T6688 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2572229 T6688 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler [junit4] 2> 2572229 T6688 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4] 2> 2572230 T6688 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2572230 T6688 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2572230 T6688 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2572230 T6688 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4] 2> 2572231 T6688 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4] 2> 2572231 T6688 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4] 2> 2572231 T6688 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2572231 T6688 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572232 T6688 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572232 T6688 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572232 T6688 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572233 T6688 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572233 T6688 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572233 T6688 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572234 T6688 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572234 T6688 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler [junit4] 2> 2572234 T6688 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler [junit4] 2> 2572236 T6688 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2572237 T6688 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2572238 T6688 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2572239 T6688 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2572239 T6688 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler. [junit4] 2> 2572241 T6688 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2572241 T6688 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2572242 T6688 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 2572242 T6688 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory(id=lucene-5f3c6876))),segFN=segments_1,generation=1} [junit4] 2> 2572242 T6688 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2572242 T6688 oass.SolrIndexSearcher.<init> Opening Searcher@2ab07f40[collection1] main [junit4] 2> 2572243 T6688 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} [junit4] 2> 2572243 T6688 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage [junit4] 2> 2572243 T6688 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 2572243 T6688 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage [junit4] 2> 2572243 T6688 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2572243 T6688 oashc.SpellCheckComponent.inform Initializing spell checkers [junit4] 2> 2572248 T6688 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 2572273 T6689 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2ab07f40[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 2572280 T6688 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 2572281 T6654 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2572281 T6654 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2572285 T6654 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2572290 T6654 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2572291 T6654 oejs.AbstractConnector.doStart Started [email protected]:57170 [junit4] 2> 2572293 T6654 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2572293 T6654 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2572294 T6654 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr [junit4] 2> 2572294 T6654 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/' [junit4] 2> 2572309 T6654 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/solr.xml [junit4] 2> 2572333 T6654 oasc.CoreContainer.<init> New CoreContainer 1608175841 [junit4] 2> 2572333 T6654 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/] [junit4] 2> 2572333 T6654 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2572334 T6654 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 2572334 T6654 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2572334 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2572334 T6654 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2572335 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2572335 T6654 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2572335 T6654 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2572335 T6654 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2572336 T6654 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2572337 T6654 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2572337 T6654 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2572338 T6654 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2572340 T6700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/' [junit4] 2> 2572341 T6700 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader [junit4] 2> 2572341 T6700 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader [junit4] 2> 2572341 T6700 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader [junit4] 2> 2572371 T6700 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2572404 T6700 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2572404 T6700 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2572410 T6700 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 2572599 T6700 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2572603 T6700 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2572605 T6700 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2572609 T6700 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2572611 T6700 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2572612 T6700 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2572613 T6700 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2572613 T6700 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2572613 T6700 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2572613 T6700 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2572614 T6700 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2572614 T6700 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/ [junit4] 2> 2572614 T6700 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2572614 T6700 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard2/data/ [junit4] 2> 2572614 T6700 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@79d27722 [junit4] 2> 2572615 T6700 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard2/data [junit4] 2> 2572615 T6700 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard2/data/index/ [junit4] 2> 2572615 T6700 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard2/data/index' doesn't exist. Creating new index... [junit4] 2> 2572615 T6700 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001/tempDir-001/shard2/data/index [junit4] 2> 2572616 T6700 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=64.7529296875, floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=26.432904035571944, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 2572616 T6700 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory(id=lucene-1335a58e))),segFN=segments_1,generation=1} [junit4] 2> 2572616 T6700 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2572616 T6700 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter [junit4] 2> 2572619 T6700 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2572619 T6700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2572620 T6700 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 2572620 T6700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 2572620 T6700 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2572620 T6700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2572620 T6700 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields" [junit4] 2> 2572620 T6700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4] 2> 2572621 T6700 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2572621 T6700 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2572621 T6700 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2572621 T6700 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2572622 T6700 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2572622 T6700 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2572622 T6700 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2572623 T6700 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2572623 T6700 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2572623 T6700 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2572624 T6700 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2572624 T6700 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler [junit4] 2> 2572624 T6700 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4] 2> 2572625 T6700 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2572625 T6700 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2572625 T6700 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2572626 T6700 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4] 2> 2572626 T6700 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4] 2> 2572626 T6700 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4] 2> 2572626 T6700 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2572627 T6700 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572627 T6700 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572627 T6700 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572627 T6700 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572628 T6700 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572628 T6700 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572628 T6700 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572629 T6700 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler [junit4] 2> 2572629 T6700 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler [junit4] 2> 2572630 T6700 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler [junit4] 2> 2572632 T6700 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2572633 T6700 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2572633 T6700 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2572635 T6700 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2572635 T6700 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler. [junit4] 2> 2572637 T6700 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2572637 T6700 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2572638 T6700 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 2572638 T6700 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory(id=lucene-1335a58e))),segFN=segments_1,generation=1} [junit4] 2> 2572638 T6700 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2572638 T6700 oass.SolrIndexSearcher.<init> Opening Searcher@5ad57256[collection1] main [junit4] 2> 2572639 T6700 oasr.RestManager.init Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} [junit4] 2> 2572639 T6700 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage [junit4] 2> 2572639 T6700 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 2572639 T6700 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage [junit4] 2> 2572639 T6700 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2572639 T6700 oashc.SpellCheckComponent.inform Initializing spell checkers [junit4] 2> 2572644 T6700 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 2572661 T6701 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5ad57256[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 2572666 T6700 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 2572666 T6654 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2572667 T6654 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> ASYNC NEW_CORE C5468 name=collection1 org.apache.solr.core.SolrCore@438c32ae [junit4] 2> 2572736 T6675 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1 (1479524213001814016)]} 0 2 [junit4] 2> ASYNC NEW_CORE C5469 name=collection1 org.apache.solr.core.SolrCore@2d8babe0 [junit4] 2> 2572796 T6685 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2 (1479524213065777152)]} 0 2 [junit4] 2> ASYNC NEW_CORE C5470 name=collection1 org.apache.solr.core.SolrCore@70d233dc [junit4] 2> 2572856 T6696 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[3 (1479524213128691712)]} 0 1 [junit4] 2> 2572860 T6672 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[4 (1479524213132886016)]} 0 1 [junit4] 2> 2572863 T6686 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[5 (1479524213137080320)]} 0 0 [junit4] 2> 2572867 T6697 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[6 (1479524213141274624)]} 0 0 [junit4] 2> 2572870 T6673 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[7 (1479524213144420352)]} 0 0 [junit4] 2> 2572873 T6687 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[8 (1479524213147566080)]} 0 0 [junit4] 2> 2572875 T6698 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[9 (1479524213149663232)]} 0 0 [junit4] 2> 2572878 T6674 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[10 (1479524213151760384)]} 0 1 [junit4] 2> 2572880 T6684 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[11 (1479524213154906112)]} 0 1 [junit4] 2> 2572882 T6699 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[12 (1479524213157003264)]} 0 0 [junit4] 2> 2572884 T6675 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[13 (1479524213159100416)]} 0 0 [junit4] 2> 2572886 T6685 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[14 (1479524213161197568)]} 0 0 [junit4] 2> 2572889 T6696 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[15 (1479524213164343296)]} 0 1 [junit4] 2> 2572891 T6672 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[16 (1479524213166440448)]} 0 0 [junit4] 2> 2572893 T6686 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[17 (1479524213168537600)]} 0 0 [junit4] 2> 2572895 T6697 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[18 (1479524213170634752)]} 0 0 [junit4] 2> 2572897 T6673 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[19 (1479524213172731904)]} 0 0 [junit4] 2> 2572899 T6687 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[20 (1479524213174829056)]} 0 0 [junit4] 2> 2572901 T6698 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[21 (1479524213176926208)]} 0 0 [junit4] 2> 2572903 T6674 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[22 (1479524213179023360)]} 0 0 [junit4] 2> 2572905 T6684 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[23 (1479524213181120512)]} 0 0 [junit4] 2> 2572908 T6699 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[24 (1479524213183217664)]} 0 1 [junit4] 2> 2572910 T6675 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[25 (1479524213186363392)]} 0 0 [junit4] 2> 2572912 T6685 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[26 (1479524213188460544)]} 0 0 [junit4] 2> 2572914 T6696 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[27 (1479524213190557696)]} 0 0 [junit4] 2> 2572916 T6672 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[28 (1479524213192654848)]} 0 0 [junit4] 2> 2572918 T6686 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[29 (1479524213194752000)]} 0 0 [junit4] 2> 2572921 T6697 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[30 (1479524213196849152)]} 0 1 [junit4] 2> 2572923 T6673 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[31 (1479524213199994880)]} 0 1 [junit4] 2> 2572925 T6687 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[32 (1479524213202092032)]} 0 0 [junit4] 2> 2572927 T6698 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[33 (1479524213204189184)]} 0 0 [junit4] 2> 2572929 T6674 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[34 (1479524213206286336)]} 0 0 [junit4] 2> 2572931 T6684 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[35 (1479524213208383488)]} 0 0 [junit4] 2> 2572933 T6699 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[36 (1479524213210480640)]} 0 0 [junit4] 2> 2572935 T6675 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[37 (1479524213212577792)]} 0 0 [junit4] 2> 2572937 T6685 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[38 (1479524213214674944)]} 0 0 [junit4] 2> 2572940 T6696 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[39 (1479524213216772096)]} 0 1 [junit4] 2> 2572942 T6672 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[40 (1479524213219917824)]} 0 0 [junit4] 2> 2572944 T6686 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[41 (1479524213222014976)]} 0 0 [junit4] 2> 2572946 T6697 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[42 (1479524213224112128)]} 0 0 [junit4] 2> 2572948 T6674 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[43 (1479524213226209280)]} 0 0 [junit4] 2> 2572950 T6687 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[44 (1479524213228306432)]} 0 0 [junit4] 2> 2572952 T6698 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[45 (1479524213230403584)]} 0 0 [junit4] 2> 2572954 T6675 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[46 (1479524213232500736)]} 0 0 [junit4] 2> 2572957 T6684 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[47 (1479524213234597888)]} 0 1 [junit4] 2> 2572959 T6699 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[48 (1479524213237743616)]} 0 0 [junit4] 2> 2572961 T6672 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[49 (1479524213239840768)]} 0 0 [junit4] 2> 2572963 T6685 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[50 (1479524213241937920)]} 0 0 [junit4] 2> 2572965 T6696 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[51 (1479524213244035072)]} 0 0 [junit4] 2> 2572967 T6673 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[52 (1479524213246132224)]} 0 0 [junit4] 2> 2572969 T6686 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[53 (1479524213248229376)]} 0 0 [junit4] 2> 2572972 T6697 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[54 (1479524213250326528)]} 0 0 [junit4] 2> 2572974 T6674 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[55 (1479524213252423680)]} 0 1 [junit4] 2> 2572976 T6687 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[56 (1479524213255569408)]} 0 0 [junit4] 2> 2572978 T6698 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[57 (1479524213257666560)]} 0 0 [junit4] 2> 2572980 T6675 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[58 (1479524213259763712)]} 0 0 [junit4] 2> 2572982 T6684 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[59 (1479524213261860864)]} 0 0 [junit4] 2> 2572985 T6699 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[60 (1479524213263958016)]} 0 1 [junit4] 2> 2572987 T6672 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[61 (1479524213267103744)]} 0 0 [junit4] 2> 2572989 T6685 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[62 (1479524213269200896)]} 0 0 [junit4] 2> 2572991 T6696 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[63 (1479524213271298048)]} 0 0 [junit4] 2> 2572993 T6673 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[64 (1479524213273395200)]} 0 0 [junit4] 2> 2572995 T6686 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[65 (1479524213275492352)]} 0 0 [junit4] 2> 2572997 T6697 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[66 (1479524213277589504)]} 0 0 [junit4] 2> 2572999 T6674 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[67 (1479524213279686656)]} 0 0 [junit4] 2> 2573001 T6687 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[68 (1479524213281783808)]} 0 0 [junit4] 2> 2573003 T6698 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[69 (1479524213283880960)]} 0 0 [junit4] 2> 2573006 T6675 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[70 (1479524213285978112)]} 0 1 [junit4] 2> 2573008 T6684 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[71 (1479524213289123840)]} 0 0 [junit4] 2> 2573010 T6699 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[72 (1479524213291220992)]} 0 0 [junit4] 2> 2573012 T6672 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[73 (1479524213293318144)]} 0 0 [junit4] 2> 2573014 T6685 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[74 (1479524213295415296)]} 0 0 [junit4] 2> 2573016 T6696 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[75 (1479524213297512448)]} 0 0 [junit4] 2> 2573018 T6673 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[76 (1479524213299609600)]} 0 0 [junit4] 2> 2573021 T6686 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[77 (1479524213302755328)]} 0 1 [junit4] 2> 2573023 T6697 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[78 (1479524213304852480)]} 0 0 [junit4] 2> 2573025 T6674 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[79 (1479524213306949632)]} 0 0 [junit4] 2> 2573027 T6687 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[80 (1479524213309046784)]} 0 0 [junit4] 2> 2573030 T6698 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[81 (1479524213311143936)]} 0 1 [junit4] 2> 2573032 T6675 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[82 (1479524213314289664)]} 0 0 [junit4] 2> 2573034 T6684 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[83 (1479524213316386816)]} 0 0 [junit4] 2> 2573037 T6699 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[84 (1479524213319532544)]} 0 0 [junit4] 2> 2573039 T6672 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[85 (1479524213321629696)]} 0 0 [junit4] 2> 2573041 T6685 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[86 (1479524213323726848)]} 0 0 [junit4] 2> 2573044 T6696 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[87 (1479524213325824000)]} 0 1 [junit4] 2> 2573046 T6673 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[88 (1479524213328969728)]} 0 0 [junit4] 2> 2573048 T6686 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[89 (1479524213331066880)]} 0 0 [junit4] 2> 2573051 T6697 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[90 (1479524213333164032)]} 0 1 [junit4] 2> 2573053 T6674 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[91 (1479524213336309760)]} 0 0 [junit4] 2> 2573055 T6687 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[92 (1479524213338406912)]} 0 0 [junit4] 2> 2573057 T6698 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[93 (1479524213340504064)]} 0 0 [junit4] 2> 2573059 T6675 C5468 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[94 (1479524213342601216)]} 0 0 [junit4] 2> 2573062 T6684 C5469 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[95 (1479524213345746944)]} 0 0 [junit4] 2> 2573064 T6699 C5470 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[96 (14795 [...truncated too long message...] J1 | DistributedFacetPivotLongTailTest.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:60044 [junit4] > at __randomizedtesting.SeedInfo.seed([3E18A4595A8DF826:BFFE2A412DD2981A]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558) [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.add(SolrServer.java:116) [junit4] > at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102) [junit4] > at org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.doTest(DistributedFacetPivotLongTailTest.java:82) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: java.net.SocketTimeoutException: Read timed out [junit4] > at java.net.SocketInputStream.socketRead0(Native Method) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:152) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:122) [junit4] > at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) [junit4] > at sun.security.ssl.InputRecord.read(InputRecord.java:480) [junit4] > at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) [junit4] > at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884) [junit4] > at sun.security.ssl.AppInputStream.read(AppInputStream.java:102) [junit4] > at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) [junit4] > at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) [junit4] > at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) [junit4] > at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260) [junit4] > at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) [junit4] > at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) [junit4] > at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) [junit4] > at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) [junit4] > ... 46 more [junit4] 2> 2688639 T6654 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedFacetPivotLongTailTest-3E18A4595A8DF826-001 [junit4] 2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=is, timezone=Etc/GMT+9 [junit4] 2> NOTE: Linux 3.13.0-35-generic amd64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=8,threads=1,free=105335864,total=445755392 [junit4] 2> NOTE: All tests run in this JVM: [ScriptEngineTest, CoreAdminRequestStatusTest, TestManagedResourceStorage, TestFiltering, QueryElevationComponentTest, URLClassifyProcessorTest, AddSchemaFieldsUpdateProcessorFactoryTest, MultiTermTest, SolrXmlInZkTest, TestJmxMonitoredMap, RankQueryTest, SOLR749Test, ConnectionManagerTest, TestNonNRTOpen, TestRawResponseWriter, DistributedQueryComponentCustomSortTest, LegacyHTMLStripCharFilterTest, DateMathParserTest, TestRealTimeGet, TestSchemaSimilarityResource, TestCoreContainer, AnalyticsQueryTest, TestElisionMultitermQuery, AutoCommitTest, TestQueryUtils, HighlighterMaxOffsetTest, HardAutoCommitTest, TestCloudSchemaless, TestRandomFaceting, DocExpirationUpdateProcessorFactoryTest, TestMergePolicyConfig, TestIndexingPerformance, TestLFUCache, CollectionsAPIAsyncDistributedZkTest, DeleteReplicaTest, SolrCoreTest, LeaderElectionIntegrationTest, TestBinaryField, TestManagedStopFilterFactory, SolrIndexConfigTest, TestGroupingSearch, DebugComponentTest, DateFieldTest, DistributedIntervalFacetingTest, StatsComponentTest, CSVRequestHandlerTest, SoftAutoCommitTest, TestUtils, TestDefaultSearchFieldResource, TestCustomSort, TestWriterPerf, TestPseudoReturnFields, TestValueSourceCache, UUIDFieldTest, TestFunctionQuery, TestJoin, HdfsChaosMonkeySafeLeaderTest, SpatialFilterTest, TestReloadAndDeleteDocs, TestCSVResponseWriter, TestSolrQueryParserDefaultOperatorResource, TestImplicitCoreProperties, TestQuerySenderNoQuery, BlockCacheTest, CopyFieldTest, CursorMarkTest, RemoteQueryErrorTest, TestCharFilters, ConvertedLegacyTest, AddBlockUpdateTest, ClusterStateTest, OverseerRolesTest, TestCloudManagedSchemaConcurrent, SSLMigrationTest, TestZkChroot, ExternalCollectionsTest, TestSimpleQParserPlugin, DirectSolrConnectionTest, TestCloudManagedSchema, FullSolrCloudDistribCmdsTest, BasicDistributedZk2Test, TestBadConfig, TestStressLucene, SharedFSAutoReplicaFailoverTest, TestPhraseSuggestions, CoreContainerCoreInitFailuresTest, TestOverriddenPrefixQueryForCustomFieldType, ChaosMonkeySafeLeaderTest, SliceStateTest, TestLeaderElectionZkExpiry, DistribCursorPagingTest, DistributedQueryElevationComponentTest, TestXIncludeConfig, LukeRequestHandlerTest, TestExceedMaxTermLength, TestRequestStatusCollectionAPI, TestIBSimilarityFactory, MigrateRouteKeyTest, TestSolrQueryParser, SuggestComponentTest, AnalysisAfterCoreReloadTest, TestUniqueKeyFieldResource, ShardRoutingTest, TestReplicationHandler, TestRangeQuery, SolrCmdDistributorTest, PeerSyncTest, HighlighterTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, DocValuesTest, TestTrie, TestCSVLoader, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestUpdate, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestRemoteStreaming, IndexBasedSpellCheckerTest, TestSurroundQueryParser, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, TestQueryTypes, FileBasedSpellCheckerTest, RequestHandlersTest, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, AlternateDirectoryTest, BadComponentTest, SampleTest, NumericFieldsTest, TestConfig, OutputWriterTest, TestSolrCoreProperties, TestSystemIdResolver, FileUtilsTest, CursorPagingTest, TestHighlightDedupGrouping, TestTolerantSearch, AliasIntegrationTest, HttpPartitionTest, MultiThreadedOCPTest, ShardSplitTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, CachingDirectoryFactoryTest, TestSolrXmlPersistence, DistributedFacetPivotLongTailTest] [junit4] Completed on J1 in 117.60s, 1 test, 1 error <<< FAILURES! [...truncated 127 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:491: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:471: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:60: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1358: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:961: There were test failures: 429 suites, 1772 tests, 1 error, 45 ignored (23 assumptions) Total time: 88 minutes 0 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseSerialGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
