Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17680/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseParallelGC
3 tests failed.
FAILED: org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability
Error Message:
GC overhead limit exceeded
Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
at
__randomizedtesting.SeedInfo.seed([1FE3DB6B690AF1FE:DE2B062DC86C2057]:0)
at java.util.regex.Pattern.split(Pattern.java:1229)
at java.util.regex.Pattern.split(Pattern.java:1273)
at
sun.security.util.AlgorithmDecomposer.decompose(AlgorithmDecomposer.java:69)
at
sun.security.ssl.SSLAlgorithmDecomposer.decomposes(SSLAlgorithmDecomposer.java:149)
at
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:222)
at
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:243)
at
sun.security.util.AbstractAlgorithmConstraints.checkAlgorithm(AbstractAlgorithmConstraints.java:104)
at
sun.security.util.DisabledAlgorithmConstraints.permits(DisabledAlgorithmConstraints.java:91)
at
sun.security.ssl.SSLAlgorithmConstraints.permits(SSLAlgorithmConstraints.java:144)
at
sun.security.ssl.Handshaker.getActiveCipherSuites(Handshaker.java:642)
at sun.security.ssl.Handshaker.activate(Handshaker.java:509)
at
sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)
at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:576)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
FAILED: org.apache.solr.cloud.RecoveryZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=8376,
name=StoppableIndexingThread, state=RUNNABLE, group=TGRP-RecoveryZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=8376, name=StoppableIndexingThread,
state=RUNNABLE, group=TGRP-RecoveryZkTest]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
FAILED:
org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test
Error Message:
GC overhead limit exceeded
Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
at
__randomizedtesting.SeedInfo.seed([CBCF51A60A8D7027:439B6E7CA4711DDF]:0)
at org.apache.http.util.ByteArrayBuffer.<init>(ByteArrayBuffer.java:56)
at
org.apache.http.impl.io.SessionOutputBufferImpl.<init>(SessionOutputBufferImpl.java:90)
at
org.apache.http.impl.BHttpConnectionBase.<init>(BHttpConnectionBase.java:119)
at
org.apache.http.impl.DefaultBHttpClientConnection.<init>(DefaultBHttpClientConnection.java:97)
at
org.apache.http.impl.conn.DefaultManagedHttpClientConnection.<init>(DefaultManagedHttpClientConnection.java:76)
at
org.apache.http.impl.conn.LoggingManagedHttpClientConnection.<init>(LoggingManagedHttpClientConnection.java:68)
at
org.apache.http.impl.conn.ManagedHttpClientConnectionFactory.create(ManagedHttpClientConnectionFactory.java:126)
at
org.apache.http.impl.conn.ManagedHttpClientConnectionFactory.create(ManagedHttpClientConnectionFactory.java:56)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory.create(PoolingHttpClientConnectionManager.java:591)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory.create(PoolingHttpClientConnectionManager.java:562)
at
org.apache.http.pool.AbstractConnPool.getPoolEntryBlocking(AbstractConnPool.java:295)
at
org.apache.http.pool.AbstractConnPool.access$000(AbstractConnPool.java:64)
at
org.apache.http.pool.AbstractConnPool$2.getPoolEntry(AbstractConnPool.java:192)
at
org.apache.http.pool.AbstractConnPool$2.getPoolEntry(AbstractConnPool.java:185)
at org.apache.http.pool.PoolEntryFuture.get(PoolEntryFuture.java:107)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.leaseConnection(PoolingHttpClientConnectionManager.java:276)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager$1.get(PoolingHttpClientConnectionManager.java:263)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:190)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
at
org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test(DistributedFacetPivotLongTailTest.java:99)
Build Log:
[...truncated 10838 lines...]
[junit4] Suite:
org.apache.solr.handler.component.DistributedFacetPivotLongTailTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/init-core-data-001
[junit4] 2> 251734 INFO
(SUITE-DistributedFacetPivotLongTailTest-seed#[CBCF51A60A8D7027]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 251736 INFO
(SUITE-DistributedFacetPivotLongTailTest-seed#[CBCF51A60A8D7027]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 251809 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores/collection1
[junit4] 2> 251812 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 251813 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@13cf099{/,null,AVAILABLE}
[junit4] 2> 251819 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@16aafc2{SSL,[ssl,
http/1.1]}{127.0.0.1:39147}
[junit4] 2> 251819 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.Server Started @253139ms
[junit4] 2> 251819 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=39147,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores}
[junit4] 2> 251820 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 251820 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control'
[junit4] 2> 251820 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 251820 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 251820 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/solr.xml
[junit4] 2> 251830 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores
[junit4] 2> 251830 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer New CoreContainer 2845302
[junit4] 2> 251830 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control]
[junit4] 2> 251830 WARN
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/lib
[junit4] 2> 251831 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 251834 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 251834 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 251834 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 251834 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 251834 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 251835 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores
[junit4] 2> 251836 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/,
configSet=collection1}
[junit4] 2> 251836 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores/collection1
[junit4] 2> 251836 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 251837 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 251837 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 251837 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 251837 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 251837 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 251839 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
[junit4] 2> 251839 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 251861 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 251868 WARN (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 251870 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 251890 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 251897 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 251979 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 251984 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 251985 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 251992 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 251993 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 251994 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 251995 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 251996 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 251996 INFO (coreLoadExecutor-704-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
configset
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 251996 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 251996 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores/collection1/data/]
[junit4] 2> 251996 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a75d
[junit4] 2> 251997 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores/collection1/data/snapshot_metadata
[junit4] 2> 251997 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 251997 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores/collection1/data
[junit4] 2> 251997 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores/collection1/data/index/
[junit4] 2> 251998 WARN (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 251998 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores/collection1/data/index
[junit4] 2> 251998 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=57.7646484375,
floorSegmentMB=1.529296875, forceMergeDeletesPctAllowed=24.97230036752113,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 251998 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1627922
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@419da6),segFN=segments_1,generation=1}
[junit4] 2> 251998 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 251999 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores/collection1/data/
[junit4] 2> 251999 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/control/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 252004 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 252004 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 252004 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 252004 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 252004 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 252004 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 252004 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 252005 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 252005 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 252005 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 252005 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 252005 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 252007 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 252008 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 252009 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 252010 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 252016 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 252019 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 252019 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 252020 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 252020 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 252020 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 252020 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 252021 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 252022 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1627922
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@419da6),segFN=segments_1,generation=1}
[junit4] 2> 252022 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 252022 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12e1176[collection1]
main]
[junit4] 2> 252022 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 252022 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 252022 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 252022 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 252103 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 252329 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 252329 INFO
(searcherExecutor-705-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 252329 INFO
(searcherExecutor-705-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 252329 INFO
(searcherExecutor-705-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 252330 INFO
(searcherExecutor-705-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 252330 INFO
(searcherExecutor-705-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 252330 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 252330 INFO
(searcherExecutor-705-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 252330 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 252330 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 252330 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1543709915614281728
[junit4] 2> 252330 INFO
(searcherExecutor-705-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 252330 INFO
(searcherExecutor-705-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 252331 INFO
(searcherExecutor-705-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 252332 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1543709915614281728
[junit4] 2> 252332 INFO
(searcherExecutor-705-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@12e1176[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 252332 INFO (coreLoadExecutor-704-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 252413 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores/collection1
[junit4] 2> 252415 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 252416 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@10c46b2{/,null,AVAILABLE}
[junit4] 2> 252420 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@6bdb1{SSL,[ssl,
http/1.1]}{127.0.0.1:35493}
[junit4] 2> 252420 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.Server Started @253740ms
[junit4] 2> 252420 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=35493,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores}
[junit4] 2> 252420 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 252420 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0'
[junit4] 2> 252421 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 252421 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 252421 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/solr.xml
[junit4] 2> 252428 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores
[junit4] 2> 252428 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer New CoreContainer 23823100
[junit4] 2> 252428 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0]
[junit4] 2> 252428 WARN
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/lib
[junit4] 2> 252428 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 252430 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 252430 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 252430 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 252430 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 252431 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 252431 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores
[junit4] 2> 252432 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/,
configSet=collection1}
[junit4] 2> 252432 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores/collection1
[junit4] 2> 252432 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 252432 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 252433 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
[junit4] 2> 252433 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 252433 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 252433 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 252433 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 252433 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 252456 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 252463 WARN (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 252464 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 252483 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 252489 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 252566 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 252571 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 252572 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 252578 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 252580 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 252581 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 252581 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 252582 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 252583 INFO (coreLoadExecutor-715-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
configset
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 252583 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 252583 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores/collection1/data/]
[junit4] 2> 252583 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a75d
[junit4] 2> 252584 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores/collection1/data/snapshot_metadata
[junit4] 2> 252584 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 252584 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores/collection1/data
[junit4] 2> 252584 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores/collection1/data/index/
[junit4] 2> 252584 WARN (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 252584 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores/collection1/data/index
[junit4] 2> 252585 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=57.7646484375,
floorSegmentMB=1.529296875, forceMergeDeletesPctAllowed=24.97230036752113,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 252585 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1f1e529
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b055cc),segFN=segments_1,generation=1}
[junit4] 2> 252585 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 252585 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores/collection1/data/
[junit4] 2> 252586 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard0/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 252592 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 252592 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 252593 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 252593 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 252593 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 252593 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 252593 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 252593 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 252593 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 252593 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 252593 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 252593 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 252595 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 252596 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 252597 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 252598 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 252609 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 252613 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 252613 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 252614 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 252614 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 252614 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 252614 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 252616 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 252616 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1f1e529
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b055cc),segFN=segments_1,generation=1}
[junit4] 2> 252616 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 252616 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12872c6[collection1]
main]
[junit4] 2> 252616 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 252616 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 252617 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 252617 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 252697 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 253063 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 253063 INFO
(searcherExecutor-716-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 253063 INFO
(searcherExecutor-716-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 253063 INFO
(searcherExecutor-716-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 253063 INFO
(searcherExecutor-716-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 253064 INFO
(searcherExecutor-716-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 253064 INFO
(searcherExecutor-716-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 253064 INFO
(searcherExecutor-716-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 253064 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 253064 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 253064 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 253064 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1543709916383936512
[junit4] 2> 253064 INFO
(searcherExecutor-716-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 253065 INFO
(searcherExecutor-716-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 253066 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1543709916383936512
[junit4] 2> 253066 INFO (coreLoadExecutor-715-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 253066 INFO
(searcherExecutor-716-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@12872c6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 253520 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores/collection1
[junit4] 2> 253522 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 253523 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@acde3c{/,null,AVAILABLE}
[junit4] 2> 253528 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@141832{SSL,[ssl,
http/1.1]}{127.0.0.1:45649}
[junit4] 2> 253529 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.Server Started @254849ms
[junit4] 2> 253529 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=45649,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores}
[junit4] 2> 253529 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 253529 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1'
[junit4] 2> 253529 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 253529 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 253529 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/solr.xml
[junit4] 2> 253535 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores
[junit4] 2> 253535 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer New CoreContainer 24589102
[junit4] 2> 253535 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1]
[junit4] 2> 253535 WARN
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/lib
[junit4] 2> 253536 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 253538 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 253538 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 253538 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 253538 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 253538 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 253539 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores
[junit4] 2> 253541 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/,
configSet=collection1}
[junit4] 2> 253541 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores/collection1
[junit4] 2> 253541 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 253541 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 253542 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 253542 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
[junit4] 2> 253542 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 253542 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 253542 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 253542 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 253579 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 253586 WARN (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 253589 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 253613 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 253619 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 253707 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 253713 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 253714 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 253718 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 253720 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 253721 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 253721 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 253723 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 253723 INFO (coreLoadExecutor-726-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
configset
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 253723 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 253723 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores/collection1/data/]
[junit4] 2> 253724 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@170a75d
[junit4] 2> 253724 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores/collection1/data/snapshot_metadata
[junit4] 2> 253724 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 253724 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores/collection1/data
[junit4] 2> 253724 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores/collection1/data/index/
[junit4] 2> 253724 WARN (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 253725 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores/collection1/data/index
[junit4] 2> 253725 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=57.7646484375,
floorSegmentMB=1.529296875, forceMergeDeletesPctAllowed=24.97230036752113,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 253725 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1343d01
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13ccd78),segFN=segments_1,generation=1}
[junit4] 2> 253725 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 253725 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores/collection1/data/
[junit4] 2> 253726 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard1/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 253730 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 253730 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 253730 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 253730 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 253730 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 253731 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 253731 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 253731 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 253731 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 253732 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 253732 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 253732 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 253733 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 253734 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 253735 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 253736 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 253747 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 253751 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 253751 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 253751 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 253751 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 253752 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 253752 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 253753 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 253754 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1343d01
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13ccd78),segFN=segments_1,generation=1}
[junit4] 2> 253754 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 253754 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b13c1c[collection1]
main]
[junit4] 2> 253754 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 253754 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 253754 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 253754 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 253847 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 254329 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 254329 INFO
(searcherExecutor-727-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 254329 INFO
(searcherExecutor-727-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 254329 INFO
(searcherExecutor-727-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 254329 INFO
(searcherExecutor-727-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 254330 INFO
(searcherExecutor-727-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 254330 INFO
(searcherExecutor-727-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 254330 INFO
(searcherExecutor-727-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 254330 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 254330 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 254330 INFO
(searcherExecutor-727-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 254330 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 254330 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1543709917711433728
[junit4] 2> 254330 INFO
(searcherExecutor-727-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 254332 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1543709917711433728
[junit4] 2> 254332 INFO (coreLoadExecutor-726-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 254332 INFO
(searcherExecutor-727-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@b13c1c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 254612 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard2/cores/collection1
[junit4] 2> 254614 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 254615 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@117dc24{/,null,AVAILABLE}
[junit4] 2> 254619 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@14b3f30{SSL,[ssl,
http/1.1]}{127.0.0.1:32820}
[junit4] 2> 254619 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.e.j.s.Server Started @255939ms
[junit4] 2> 254619 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=32820,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard2/cores}
[junit4] 2> 254620 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 254620 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard2'
[junit4] 2> 254620 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 254620 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 254620 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard2/solr.xml
[junit4] 2> 254625 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard2/cores
[junit4] 2> 254625 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer New CoreContainer 15610295
[junit4] 2> 254625 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard2]
[junit4] 2> 254625 WARN
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard2/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard2/lib
[junit4] 2> 254625 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 254627 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 254627 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 254627 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 254628 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 254628 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 254628 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard2/cores
[junit4] 2> 254629 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/,
configSet=collection1}
[junit4] 2> 254629 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_CBCF51A60A8D7027-001/tempDir-001/shard2/cores/collection1
[junit4] 2> 254629 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 254629 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 254630 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 254630 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 254630 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 254630 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 254630 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
[junit4] 2> 254630 INFO
(TEST-DistributedFacetPivotLongTailTest.test-seed#[CBCF51A60A8D7027]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 254652 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 254659 WARN (coreLoadExecutor-737-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 254660 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 254678 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 254684 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 254760 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 254765 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 254766 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 254771 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 254773 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 254774 INFO (coreLoadExecutor-737-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Rel
[...truncated too long message...]
0-001/collection1/data/index
[junit4] 2> 108227 INFO (coreCloseExecutor-451-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-0-001/collection1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-0-001/collection1/data;done=false>>]
[junit4] 2> 108227 INFO (coreCloseExecutor-451-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 108227 INFO (coreCloseExecutor-451-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-0-001/collection1/data
[junit4] 2> 108227 INFO (coreCloseExecutor-451-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-0-001/collection1/data/snapshot_metadata
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-0-001/collection1/data/snapshot_metadata;done=false>>]
[junit4] 2> 108227 INFO (coreCloseExecutor-451-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 108227 INFO (coreCloseExecutor-451-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-0-001/collection1/data/snapshot_metadata
[junit4] 2> 108227 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[1FE3DB6B690AF1FE]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@552323{/solr,null,UNAVAILABLE}
[junit4] 2> 108232 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[1FE3DB6B690AF1FE]) [ ]
o.e.j.s.ServerConnector Stopped ServerConnector@db9e90{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 108232 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[1FE3DB6B690AF1FE]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=20143860
[junit4] 2> 108232 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@e873fe
[junit4] 2> 108233 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 108233 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 108233 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 108233 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory -
3 directories currently being tracked
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-2-001/collection1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-2-001/collection1/data;done=false>>]
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-2-001/collection1/data
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-2-001/collection1/data/snapshot_metadata
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-2-001/collection1/data/snapshot_metadata;done=false>>]
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-2-001/collection1/data/snapshot_metadata
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-2-001/collection1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-2-001/collection1/data/index;done=false>>]
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 108234 INFO (coreCloseExecutor-453-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001/instance-2-001/collection1/data/index
[junit4] 2> 108239 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[1FE3DB6B690AF1FE]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@b98891{/solr,null,UNAVAILABLE}
[junit4] 2> 108241 INFO
(TEST-TestLBHttpSolrClient.testTwoServers-seed#[1FE3DB6B690AF1FE]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testTwoServers
[junit4] 2> 108243 INFO
(SUITE-TestLBHttpSolrClient-seed#[1FE3DB6B690AF1FE]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestLBHttpSolrClient_1FE3DB6B690AF1FE-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=it-IT, timezone=HST
[junit4] 2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 1.8.0_102
(32-bit)/cpus=12,threads=2,free=231831392,total=434110464
[junit4] 2> NOTE: All tests run in this JVM: [StreamingTest,
TestDelegationTokenResponse, SolrZkClientTest, TestCloudSolrClientConnections,
LBHttpSolrClientBuilderTest, TestSpellCheckResponse, AnlysisResponseBaseTest,
TestNamedListCodec, ConcurrentUpdateSolrClientBuilderTest, TestXMLEscaping,
CloudSolrClientBuilderTest, CollectionAdminRequestRequiredParamsTest,
TestEmbeddedSolrServer, TestCollectionAdminRequest, SolrExampleStreamingTest,
SolrExampleStreamingBinaryTest, SolrExampleBinaryTest,
LargeVolumeBinaryJettyTest, TestBatchUpdate, LargeVolumeEmbeddedTest,
SolrParamTest, TestCoreAdmin, TestDocumentObjectBinder, TestHash,
ModifiableSolrParamsTest, FieldAnalysisResponseTest, NamedListTest,
TestLBHttpSolrClient]
[junit4] Completed [84/85 (1!)] on J0 in 42.02s, 3 tests, 1 error <<<
FAILURES!
[...truncated 1 lines...]
[junit4] JVM J0: stdout was not empty, see:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/temp/junit4-J0-20160826_080624_465.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid30830.hprof
...
[junit4] Heap dump file created [432939416 bytes in 1.509 secs]
[junit4] <<< JVM J0: EOF ----
[...truncated 10380 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:715: Some of the
tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid26148.hprof
* java_pid30830.hprof
Total time: 69 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
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]