Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/878/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler
Error Message:
ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not
released!!! [NRTCachingDirectory]
at __randomizedtesting.SeedInfo.seed([49103D868CD34182]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.schema.TestManagedSchemaAPI.test
Error Message:
Error from server at http://127.0.0.1:41541/solr/testschemaapi_shard1_replica1:
ERROR: [doc=2] unknown field 'myNewField1'
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at http://127.0.0.1:41541/solr/testschemaapi_shard1_replica1: ERROR:
[doc=2] unknown field 'myNewField1'
at
__randomizedtesting.SeedInfo.seed([49103D868CD34182:C144025C222F2C7A]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:697)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
at
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:86)
at
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:41541/solr/testschemaapi_shard1_replica1:
ERROR: [doc=2] unknown field 'myNewField1'
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:404)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:674)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Build Log:
[...truncated 11596 lines...]
[junit4] Suite: org.apache.solr.handler.TestReplicationHandler
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/init-core-data-001
[junit4] 2> 1199665 INFO
(SUITE-TestReplicationHandler-seed#[49103D868CD34182]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 1199667 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.SolrTestCaseJ4 ###Starting doTestHandlerPathUnchanged
[junit4] 2> 1199667 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/collection1
[junit4] 2> 1199670 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1199671 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7f4a8d8d{/solr,null,AVAILABLE}
[junit4] 2> 1199671 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@54e61af6{HTTP/1.1,[http/1.1]}{127.0.0.1:37704}
[junit4] 2> 1199672 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.Server Started @1201344ms
[junit4] 2> 1199672 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/collection1/data,
hostContext=/solr, hostPort=37704}
[junit4] 2> 1199672 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1199672 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001'
[junit4] 2> 1199672 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1199672 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1199672 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/solr.xml
[junit4] 2> 1199676 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/.
[junit4] 2> 1199676 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer New CoreContainer 1185636976
[junit4] 2> 1199676 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001]
[junit4] 2> 1199676 WARN
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/lib
[junit4] 2> 1199676 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1199677 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1199678 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1199678 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1199678 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1199678 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1199678 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/.
[junit4] 2> 1199679 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
[junit4] 2> 1199679 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1
[junit4] 2> 1199679 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1199679 INFO (coreLoadExecutor-4480-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/collection1'
[junit4] 2> 1199680 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1199680 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1199680 INFO (coreLoadExecutor-4480-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1199680 INFO (coreLoadExecutor-4480-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1199686 INFO (coreLoadExecutor-4480-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1199689 INFO (coreLoadExecutor-4480-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
[junit4] 2> 1199696 INFO (coreLoadExecutor-4480-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1199697 INFO (coreLoadExecutor-4480-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1199699 INFO (coreLoadExecutor-4480-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1199700 INFO (coreLoadExecutor-4480-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-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/collection1'
[junit4] 2> 1199701 INFO (coreLoadExecutor-4480-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1
[junit4] 2> 1199701 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1199701 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data/]
[junit4] 2> 1199701 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1199702 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data
[junit4] 2> 1199702 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data/index/
[junit4] 2> 1199702 WARN (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1199702 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data/index
[junit4] 2> 1199702 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=12.396484375,
floorSegmentMB=0.478515625, forceMergeDeletesPctAllowed=26.195721058370648,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6264587491467355
[junit4] 2> 1199703 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@6ffee57d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2702bbcc),segFN=segments_1,generation=1}
[junit4] 2> 1199703 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1199703 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-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data/
[junit4] 2> 1199704 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1199705 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1199706 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1199706 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1199706 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1199707 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1199707 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
[junit4] 2> 1199707 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1199707 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1199707 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1199708 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1199708 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@6ffee57d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2702bbcc),segFN=segments_1,generation=1}
[junit4] 2> 1199708 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1199708 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@681ca933[collection1] main]
[junit4] 2> 1199708 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/collection1/conf
[junit4] 2> 1199708 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/collection1/conf}
[junit4] 2> 1199708 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/collection1/conf
[junit4] 2> 1199708 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1199708 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following
config files: schema.xml,xslt/dummy.xsl
[junit4] 2> 1199709 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1199709 INFO
(searcherExecutor-4481-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@681ca933[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1199709 INFO (coreLoadExecutor-4480-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1200182 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/collection1
[junit4] 2> 1200185 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1200186 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@66a1e84f{/solr,null,AVAILABLE}
[junit4] 2> 1200187 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@1b82448e{HTTP/1.1,[http/1.1]}{127.0.0.1:38755}
[junit4] 2> 1200187 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.Server Started @1201860ms
[junit4] 2> 1200187 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/collection1/data,
hostContext=/solr, hostPort=38755}
[junit4] 2> 1200188 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1200188 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002'
[junit4] 2> 1200188 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1200188 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1200188 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/solr.xml
[junit4] 2> 1200205 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/.
[junit4] 2> 1200205 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer New CoreContainer 2129165544
[junit4] 2> 1200205 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002]
[junit4] 2> 1200205 WARN
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/lib
[junit4] 2> 1200206 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1200207 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1200207 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1200207 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1200207 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1200207 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1200208 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/.
[junit4] 2> 1200208 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
[junit4] 2> 1200208 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1
[junit4] 2> 1200208 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1200209 INFO (coreLoadExecutor-4490-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/collection1'
[junit4] 2> 1200209 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1200209 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1200209 INFO (coreLoadExecutor-4490-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1200209 INFO (coreLoadExecutor-4490-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1200214 INFO (coreLoadExecutor-4490-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1200218 INFO (coreLoadExecutor-4490-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
[junit4] 2> 1200224 INFO (coreLoadExecutor-4490-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1200226 INFO (coreLoadExecutor-4490-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1200228 INFO (coreLoadExecutor-4490-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1200233 INFO (coreLoadExecutor-4490-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-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/collection1'
[junit4] 2> 1200234 INFO (coreLoadExecutor-4490-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1
[junit4] 2> 1200234 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1200234 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data/]
[junit4] 2> 1200234 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1200234 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data
[junit4] 2> 1200234 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data/index/
[junit4] 2> 1200234 WARN (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1200235 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data/index
[junit4] 2> 1200235 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=12.396484375,
floorSegmentMB=0.478515625, forceMergeDeletesPctAllowed=26.195721058370648,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6264587491467355
[junit4] 2> 1200235 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2891f3c1
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11bf9273),segFN=segments_1,generation=1}
[junit4] 2> 1200235 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1200235 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-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data/
[junit4] 2> 1200236 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1200237 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1200237 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1200238 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1200238 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2891f3c1
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11bf9273),segFN=segments_1,generation=1}
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@51cf40ab[collection1] main]
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/collection1/conf
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/collection1/conf}
[junit4] 2> 1200239 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/collection1/conf
[junit4] 2> 1200240 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1200241 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of
1000ms
[junit4] 2> 1200241 INFO
(searcherExecutor-4491-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@51cf40ab[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1200242 INFO (coreLoadExecutor-4490-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1200243 INFO (qtp1661579405-9455) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 1200711 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.SolrTestCaseJ4 ###Ending doTestHandlerPathUnchanged
[junit4] 2> 1200712 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@54e61af6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1200712 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1185636976
[junit4] 2> 1200712 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2c447412
[junit4] 2> 1200712 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 1200712 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1200712 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1200712 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1200713 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1200713 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1200713 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data;done=false>>]
[junit4] 2> 1200713 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1200713 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data
[junit4] 2> 1200713 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data/index;done=false>>]
[junit4] 2> 1200713 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1200713 INFO (coreCloseExecutor-4496-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-001/./collection1/data/index
[junit4] 2> 1200714 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7f4a8d8d{/solr,null,UNAVAILABLE}
[junit4] 2> 1200714 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@1b82448e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1200714 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2129165544
[junit4] 2> 1200715 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5a8c3b9f
[junit4] 2> 1200715 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 1200715 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1200715 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1200715 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1200716 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1200716 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1200716 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data/index;done=false>>]
[junit4] 2> 1200716 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1200716 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data/index
[junit4] 2> 1200716 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data;done=false>>]
[junit4] 2> 1200716 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1200716 INFO (coreCloseExecutor-4498-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-002/./collection1/data
[junit4] 2> 1200716 INFO
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[49103D868CD34182])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@66a1e84f{/solr,null,UNAVAILABLE}
[junit4] 2> 1200719 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterCoreReload
[junit4] 2> 1200719 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/collection1
[junit4] 2> 1200722 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1200723 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7389dc9b{/solr,null,AVAILABLE}
[junit4] 2> 1200724 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@3e353be8{HTTP/1.1,[http/1.1]}{127.0.0.1:38508}
[junit4] 2> 1200724 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.e.j.s.Server Started @1202396ms
[junit4] 2> 1200724 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/collection1/data,
hostContext=/solr, hostPort=38508}
[junit4] 2> 1200724 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1200724 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003'
[junit4] 2> 1200725 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1200725 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1200725 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/solr.xml
[junit4] 2> 1200728 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/.
[junit4] 2> 1200728 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer New CoreContainer 643203425
[junit4] 2> 1200728 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003]
[junit4] 2> 1200728 WARN
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/lib
[junit4] 2> 1200728 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1200729 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1200730 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1200730 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1200730 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1200730 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1200730 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/.
[junit4] 2> 1200731 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
[junit4] 2> 1200731 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/./collection1
[junit4] 2> 1200731 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1200732 INFO (coreLoadExecutor-4505-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/collection1'
[junit4] 2> 1200732 INFO (coreLoadExecutor-4505-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1200732 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1200732 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1200732 INFO (coreLoadExecutor-4505-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1200737 INFO (coreLoadExecutor-4505-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1200739 INFO (coreLoadExecutor-4505-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
[junit4] 2> 1200744 INFO (coreLoadExecutor-4505-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1200746 INFO (coreLoadExecutor-4505-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1200748 INFO (coreLoadExecutor-4505-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1200749 INFO (coreLoadExecutor-4505-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-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/collection1'
[junit4] 2> 1200749 INFO (coreLoadExecutor-4505-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/./collection1
[junit4] 2> 1200749 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1200749 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/./collection1/data/]
[junit4] 2> 1200749 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1200750 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/./collection1/data
[junit4] 2> 1200750 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/./collection1/data/index/
[junit4] 2> 1200750 WARN (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1200750 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/./collection1/data/index
[junit4] 2> 1200750 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=12.396484375,
floorSegmentMB=0.478515625, forceMergeDeletesPctAllowed=26.195721058370648,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6264587491467355
[junit4] 2> 1200751 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@4717b6ec
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bfb4bf6),segFN=segments_1,generation=1}
[junit4] 2> 1200751 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1200751 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-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/./collection1/data/
[junit4] 2> 1200752 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1200752 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1200753 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1200753 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1200754 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1200754 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1200754 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
[junit4] 2> 1200754 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1200754 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1200754 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@4717b6ec
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bfb4bf6),segFN=segments_1,generation=1}
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5d6abfef[collection1] main]
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/collection1/conf
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/collection1/conf}
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-003/collection1/conf
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following
config files: schema.xml,xslt/dummy.xsl
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1200755 INFO
(searcherExecutor-4506-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5d6abfef[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1200755 INFO (coreLoadExecutor-4505-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1201234 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/collection1
[junit4] 2> 1201236 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1201238 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2021c782{/solr,null,AVAILABLE}
[junit4] 2> 1201239 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@1c33cc17{HTTP/1.1,[http/1.1]}{127.0.0.1:42130}
[junit4] 2> 1201239 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.e.j.s.Server Started @1202911ms
[junit4] 2> 1201239 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/collection1/data,
hostContext=/solr, hostPort=42130}
[junit4] 2> 1201239 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1201240 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004'
[junit4] 2> 1201240 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1201240 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1201240 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/solr.xml
[junit4] 2> 1201244 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/.
[junit4] 2> 1201244 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer New CoreContainer 810444627
[junit4] 2> 1201244 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004]
[junit4] 2> 1201245 WARN
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/lib
[junit4] 2> 1201245 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1201246 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1201247 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1201247 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1201247 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1201247 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1201248 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/.
[junit4] 2> 1201248 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
[junit4] 2> 1201249 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1
[junit4] 2> 1201249 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1201249 INFO (coreLoadExecutor-4515-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/collection1'
[junit4] 2> 1201250 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1201250 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1201250 INFO (coreLoadExecutor-4515-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1201250 INFO (coreLoadExecutor-4515-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1201255 INFO (coreLoadExecutor-4515-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1201264 INFO (coreLoadExecutor-4515-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
[junit4] 2> 1201269 INFO (coreLoadExecutor-4515-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1201270 INFO (coreLoadExecutor-4515-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1201272 INFO (coreLoadExecutor-4515-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1201274 INFO (coreLoadExecutor-4515-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-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/collection1'
[junit4] 2> 1201274 INFO (coreLoadExecutor-4515-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1
[junit4] 2> 1201274 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1201274 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data/]
[junit4] 2> 1201274 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1201275 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data
[junit4] 2> 1201275 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data/index/
[junit4] 2> 1201275 WARN (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1201275 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data/index
[junit4] 2> 1201275 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=12.396484375,
floorSegmentMB=0.478515625, forceMergeDeletesPctAllowed=26.195721058370648,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6264587491467355
[junit4] 2> 1201275 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@22c3bcf5
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c7178a),segFN=segments_1,generation=1}
[junit4] 2> 1201275 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1201276 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-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data/
[junit4] 2> 1201276 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1201278 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1201278 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1201278 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1201279 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1201279 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1201279 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
[junit4] 2> 1201279 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1201280 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1201280 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1201280 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1201280 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@22c3bcf5
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c7178a),segFN=segments_1,generation=1}
[junit4] 2> 1201280 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1201280 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@95c35d8[collection1]
main]
[junit4] 2> 1201280 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/collection1/conf
[junit4] 2> 1201280 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/collection1/conf}
[junit4] 2> 1201280 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/collection1/conf
[junit4] 2> 1201280 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1201281 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of
1000ms
[junit4] 2> 1201281 INFO
(searcherExecutor-4516-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@95c35d8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1201281 INFO (coreLoadExecutor-4515-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1201751 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@1c33cc17{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1201751 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[49103D868CD34182])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=810444627
[junit4] 2> 1201752 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1a435307
[junit4] 2> 1201752 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 1201752 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1201752 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1201752 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1201752 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1201753 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1201753 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data;done=false>>]
[junit4] 2> 1201753 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1201753 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data
[junit4] 2> 1201753 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_49103D868CD34182-001/solr-instance-004/./collection1/data/index;done=false>>]
[junit4] 2> 1201753 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1201753 INFO (coreCloseExecutor-4521-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/tem
[...truncated too long message...]
it4] 2> 2 /solr/collections/testschemaapi/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 10 /solr/overseer/queue
[junit4] 2> 9 /solr/overseer/collection-queue-work
[junit4] 2> 4 /solr/overseer/queue-work
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> 1965191 INFO
(SUITE-TestManagedSchemaAPI-seed#[49103D868CD34182]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_49103D868CD34182-001
[junit4] 2> Jun 12, 2016 3:37:38 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> 1975089 WARN (Thread-5251) [n:127.0.0.1:34540_solr ]
o.a.s.c.ZkController listener throws error
[junit4] 2> org.apache.solr.common.SolrException: Unable to reload core
[testschemaapi_shard1_replica2]
[junit4] 2> at
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:920)
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2510)
[junit4] 2> at
org.apache.solr.cloud.ZkController$4.run(ZkController.java:2405)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Could not
load conf for core testschemaapi_shard1_replica2: Unable to load reader for
ConfigSet properties: configsetprops.json
[junit4] 2> at
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
[junit4] 2> at
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:912)
[junit4] 2> ... 2 more
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to
load reader for ConfigSet properties: configsetprops.json
[junit4] 2> at
org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57)
[junit4] 2> at
org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:118)
[junit4] 2> at
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:80)
[junit4] 2> ... 3 more
[junit4] 2> Caused by: java.io.IOException: We re-tried 10 times but was
still unable to fetch resource=configsetprops.json from ZK
[junit4] 2> at
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:116)
[junit4] 2> at
org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52)
[junit4] 2> ... 5 more
[junit4] 2> Caused by:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /configs/conf1/configsetprops.json
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:314)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:311)
[junit4] 2> at
org.apache.solr.cloud.ZkController.pathExists(ZkController.java:793)
[junit4] 2> at
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
[junit4] 2> ... 6 more
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{_version_=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory
doPackFST= false),
myNewField=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{}, maxPointsInLeafNode=889, maxMBSortInHeap=5.962618262961634,
sim=ClassicSimilarity, locale=en-IN, timezone=Navajo
[junit4] 2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 1.8.0_92
(64-bit)/cpus=12,threads=1,free=145563680,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [HdfsLockFactoryTest,
TestCollapseQParserPlugin, ReplicationFactorTest,
TestPerFieldSimilarityWithDefaultOverride, DirectoryFactoryTest,
TestManagedStopFilterFactory, BasicDistributedZkTest,
TestReplicationHandlerBackup, SmileWriterTest, AlternateDirectoryTest,
TestBinaryField, TestConfig, DistribJoinFromCollectionTest,
CreateCollectionCleanupTest, CdcrVersionReplicationTest,
TestDistribDocBasedVersion, TestReRankQParserPlugin, TestLRUStatsCache,
TestMiniSolrCloudClusterSSL, TestQueryWrapperFilter, ActionThrottleTest,
TestFoldingMultitermQuery, TestAnalyzedSuggestions, RequiredFieldsTest,
AnalysisAfterCoreReloadTest, TestRandomDVFaceting,
HdfsChaosMonkeySafeLeaderTest, TestSolr4Spatial, TestSolrConfigHandler,
TestGraphMLResponseWriter, DistributedFacetPivotWhiteBoxTest,
BlobRepositoryCloudTest, SolrCoreTest, URLClassifyProcessorTest,
TolerantUpdateProcessorTest, StandardRequestHandlerTest, TestMissingGroups,
TestComponentsName, TestIBSimilarityFactory, TestFunctionQuery, TestFaceting,
TestLazyCores, PeerSyncTest, TestExceedMaxTermLength,
AsyncCallRequestStatusResponseTest, TestJsonFacets, JsonLoaderTest,
RequestLoggingTest, PreAnalyzedFieldTest,
OverseerCollectionConfigSetProcessorTest, TestMiniSolrCloudCluster,
XsltUpdateRequestHandlerTest, EchoParamsTest, HdfsBasicDistributedZk2Test,
ZkNodePropsTest, TestFieldCacheSortRandom, TestScoreJoinQPNoScore,
DistributedSpellCheckComponentTest, CopyFieldTest,
DeleteLastCustomShardedReplicaTest, TestFieldTypeResource,
OverseerTaskQueueTest, SortSpecParsingTest, RAMDirectoryFactoryTest,
TestArbitraryIndexDir, TestDistribIDF, TestDistributedSearch,
CoreAdminCreateDiscoverTest, TestAtomicUpdateErrorCases, TestTestInjection,
TestSQLHandler, TestSizeLimitedDistributedMap, SynonymTokenizerTest,
QueryEqualityTest, WrapperMergePolicyFactoryTest,
SuggestComponentContextFilterQueryTest, PathHierarchyTokenizerFactoryTest,
DefaultValueUpdateProcessorTest, TestBulkSchemaConcurrent, TestBulkSchemaAPI,
ResourceLoaderTest, CurrencyFieldOpenExchangeTest, DisMaxRequestHandlerTest,
TestExpandComponent, TestAnalyzeInfixSuggestions,
SignatureUpdateProcessorFactoryTest, TestConfigSetProperties,
TestImplicitCoreProperties, TestCSVLoader, InfoHandlerTest,
DocumentAnalysisRequestHandlerTest, CollectionTooManyReplicasTest,
TlogReplayBufferedWhileIndexingTest, HdfsRecoverLeaseTest,
TestRebalanceLeaders, DistributedQueryElevationComponentTest,
CdcrReplicationDistributedZkTest, TestSortByMinMaxFunction,
TestManagedResource, CacheHeaderTest, ChaosMonkeySafeLeaderTest,
BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest,
LeaderElectionIntegrationTest, RecoveryZkTest, TestRandomFaceting,
LeaderElectionTest, ZkSolrClientTest, TestStressReorder, HardAutoCommitTest,
TestRangeQuery, QueryElevationComponentTest, TestBadConfig, SoftAutoCommitTest,
TestTrie, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestUpdate,
SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest,
TestSurroundQueryParser, TestOmitPositions, XmlUpdateRequestHandlerTest,
TestValueSourceCache, FastVectorHighlighterTest, RegexBoostProcessorTest,
ReturnFieldsTest, BinaryUpdateRequestHandlerTest, SearchHandlerTest,
SystemInfoHandlerTest, TestRTGBase, TestCrossCoreJoin,
TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors,
TestJettySolrRunner, AliasIntegrationTest, DeleteReplicaTest,
HttpPartitionTest, TestCollectionAPI, TestConfigSetsAPIExclusivity,
TestCryptoKeys, TestSSLRandomization, TestStressLiveNodes,
SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest,
DistributedFacetPivotLongTailTest, DistributedQueryComponentCustomSortTest,
DistributedQueryComponentOptimizationTest, FacetPivotSmallTest,
SpatialHeatmapFacetsTest, JavabinLoaderTest, TestIntervalFaceting,
TestSubQueryTransformer, TestSubQueryTransformerCrossCore,
TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource,
TestDynamicFieldResource, TestFieldCollectionResource, TestFieldResource,
TestFieldTypeCollectionResource, TestSchemaSimilarityResource,
TestSchemaVersionResource, TestSerializedLuceneMatchVersion,
TestSolrQueryParserDefaultOperatorResource, TestSolrQueryParserResource,
TestUniqueKeyFieldResource, BadCopyFieldTest, BooleanFieldTest,
ChangedSchemaMergeTest, DateRangeFieldTest, DocValuesMissingTest,
SpatialRPTFieldTypeTest, TestCloudManagedSchema, TestManagedSchemaAPI]
[junit4] Completed [548/615 (2!)] on J0 in 22.83s, 1 test, 1 error <<<
FAILURES!
[...truncated 246 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:531: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1427: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:984:
There were test failures: 615 suites (10 ignored), 2590 tests, 1 suite-level
error, 1 error, 116 ignored (72 assumptions) [seed: 49103D868CD34182]
Total time: 58 minutes 1 second
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]