Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/387/
Java: 64bit/jdk1.7.0_80 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart
Error Message:
expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
at
__randomizedtesting.SeedInfo.seed([9124BD1B833E809A:49D379FF28E542C6]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart(TestReplicationHandler.java:624)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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)
FAILED: org.apache.solr.schema.TestManagedSchemaAPI.test
Error Message:
Error from server at http://127.0.0.1:33960/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:33960/solr/testschemaapi_shard1_replica1: ERROR:
[doc=2] unknown field 'myNewField1'
at
__randomizedtesting.SeedInfo.seed([9124BD1B833E809A:197082C12DC2ED62]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:653)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1002)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:891)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:827)
at
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
at
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:33960/solr/testschemaapi_shard1_replica1:
ERROR: [doc=2] unknown field 'myNewField1'
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:628)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:625)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Build Log:
[...truncated 11487 lines...]
[junit4] Suite: org.apache.solr.handler.TestReplicationHandler
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/init-core-data-001
[junit4] 2> 850601 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRateLimitedReplication
[junit4] 2> 850602 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1
[junit4] 2> 850605 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 850606 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@74a3476b{/solr,null,AVAILABLE}
[junit4] 2> 850606 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@3eae1959{HTTP/1.1}{127.0.0.1:39487}
[junit4] 2> 850606 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.Server Started @852963ms
[junit4] 2> 850606 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39487,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/data}
[junit4] 2> 850606 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1e893918
[junit4] 2> 850607 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001'
[junit4] 2> 850607 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 850607 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 850607 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/solr.xml
[junit4] 2> 850616 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/.
[junit4] 2> 850616 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer New CoreContainer 1214832445
[junit4] 2> 850617 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001]
[junit4] 2> 850617 WARN
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/lib
[junit4] 2> 850617 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] 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,connectionsEvictorSleepDelay :
5000,maxConnectionIdleTime : 40000,
[junit4] 2> 850618 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 850618 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 850618 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 850618 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 850618 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 850619 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/.
[junit4] 2> 850620 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, dataDir=data/, transient=false,
schema=schema.xml, configSetProperties=configsetprops.json}
[junit4] 2> 850620 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1
[junit4] 2> 850620 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 850620 INFO (coreLoadExecutor-3216-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1'
[junit4] 2> 850620 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2
[junit4] 2> 850620 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 850620 INFO (coreLoadExecutor-3216-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 850620 INFO (coreLoadExecutor-3216-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 850628 INFO (coreLoadExecutor-3216-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 850637 WARN (coreLoadExecutor-3216-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 850639 INFO (coreLoadExecutor-3216-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.3
[junit4] 2> 850673 INFO (coreLoadExecutor-3216-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 850676 INFO (coreLoadExecutor-3216-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 850680 INFO (coreLoadExecutor-3216-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 850681 INFO (coreLoadExecutor-3216-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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1'
[junit4] 2> 850681 INFO (coreLoadExecutor-3216-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1
[junit4] 2> 850681 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 850682 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/]
[junit4] 2> 850682 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 850682 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data
[junit4] 2> 850682 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/index/
[junit4] 2> 850682 WARN (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 850682 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/index
[junit4] 2> 850682 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.11287488665144654]
[junit4] 2> 850683 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@b249efa
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114134cd),segFN=segments_1,generation=1}
[junit4] 2> 850683 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 850683 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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/
[junit4] 2> 850685 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 850687 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 850687 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 850688 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 850688 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 850692 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 850692 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/update/json,/admin/plugins,/update/json/docs,/admin/properties,/admin/threads,/update,/admin/ping,/admin/file,/get,/config,defaults,/admin/segments,/admin/logging,/replication,/schema,standard,/admin/luke,/admin/system,lazy,/admin/mbeans,/update/csv
[junit4] 2> 850693 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 850693 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 850693 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 850693 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=15.3125,
floorSegmentMB=1.998046875, forceMergeDeletesPctAllowed=2.757678388966558,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 850693 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@b249efa
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114134cd),segFN=segments_1,generation=1}
[junit4] 2> 850693 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 850693 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@c37450f[collection1]
main
[junit4] 2> 850694 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/conf
[junit4] 2> 850694 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/conf}
[junit4] 2> 850694 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/conf
[junit4] 2> 850694 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 850694 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following
config files: schema.xml,xslt/dummy.xsl
[junit4] 2> 850694 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 850694 INFO
(searcherExecutor-3217-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@c37450f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 850694 INFO (coreLoadExecutor-3216-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 851121 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/collection1
[junit4] 2> 851124 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 851125 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4a07e8ac{/solr,null,AVAILABLE}
[junit4] 2> 851125 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@45ade651{HTTP/1.1}{127.0.0.1:39469}
[junit4] 2> 851125 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.Server Started @853482ms
[junit4] 2> 851125 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/collection1/data,
hostPort=39469}
[junit4] 2> 851125 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1e893918
[junit4] 2> 851125 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002'
[junit4] 2> 851126 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 851126 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 851126 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/solr.xml
[junit4] 2> 851134 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/.
[junit4] 2> 851134 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer New CoreContainer 1151292281
[junit4] 2> 851134 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002]
[junit4] 2> 851135 WARN
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/lib
[junit4] 2> 851135 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] 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,connectionsEvictorSleepDelay :
5000,maxConnectionIdleTime : 40000,
[junit4] 2> 851136 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 851136 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 851136 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 851136 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 851136 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 851137 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/.
[junit4] 2> 851137 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {config=solrconfig.xml,
transient=false, configSetProperties=configsetprops.json, dataDir=data/,
loadOnStartup=true, schema=schema.xml, name=collection1}
[junit4] 2> 851137 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1
[junit4] 2> 851137 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 851138 INFO (coreLoadExecutor-3226-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/collection1'
[junit4] 2> 851138 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2
[junit4] 2> 851138 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 851138 INFO (coreLoadExecutor-3226-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 851138 INFO (coreLoadExecutor-3226-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 851144 INFO (coreLoadExecutor-3226-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 851149 WARN (coreLoadExecutor-3226-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 851151 INFO (coreLoadExecutor-3226-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.3
[junit4] 2> 851165 INFO (coreLoadExecutor-3226-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 851167 INFO (coreLoadExecutor-3226-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 851172 INFO (coreLoadExecutor-3226-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 851173 INFO (coreLoadExecutor-3226-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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/collection1'
[junit4] 2> 851173 INFO (coreLoadExecutor-3226-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1
[junit4] 2> 851173 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 851174 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data/]
[junit4] 2> 851174 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 851174 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data
[junit4] 2> 851174 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data/index/
[junit4] 2> 851174 WARN (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 851174 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data/index
[junit4] 2> 851174 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.11287488665144654]
[junit4] 2> 851175 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3d7a3759
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22c7d397),segFN=segments_1,generation=1}
[junit4] 2> 851175 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 851175 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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data/
[junit4] 2> 851177 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 851178 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 851179 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 851180 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 851180 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 851181 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 851182 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/update/json,/admin/plugins,/update/json/docs,/admin/properties,/admin/threads,/update,/admin/ping,/admin/file,/get,/config,defaults,/admin/segments,/admin/logging,/replication,/schema,standard,/admin/luke,/admin/system,lazy,/admin/mbeans,/update/csv
[junit4] 2> 851182 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 851182 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 851183 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 851183 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=15.3125,
floorSegmentMB=1.998046875, forceMergeDeletesPctAllowed=2.757678388966558,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 851183 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3d7a3759
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22c7d397),segFN=segments_1,generation=1}
[junit4] 2> 851183 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 851183 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7cfca360[collection1]
main
[junit4] 2> 851183 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/collection1/conf
[junit4] 2> 851183 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/collection1/conf}
[junit4] 2> 851183 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/collection1/conf
[junit4] 2> 851183 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 851185 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of
1000ms
[junit4] 2> 851185 INFO
(searcherExecutor-3227-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7cfca360[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 851185 INFO (coreLoadExecutor-3226-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 851451 INFO (qtp682360409-7128) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={version=2&qt=/replication&wt=javabin&command=indexversion} status=0
QTime=0
[junit4] 2> 851640 INFO (qtp682360409-7129) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 851640 INFO (qtp682360409-7129) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{deleteByQuery=*:*} 0 0
[junit4] 2> 851642 INFO (qtp1892673017-7148) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 851642 INFO (qtp1892673017-7148) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{deleteByQuery=*:*} 0 0
[junit4] 2> 851644 INFO (qtp682360409-7130) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 851645 INFO (qtp682360409-7130) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@b249efa
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114134cd),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@b249efa
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114134cd),segFN=segments_2,generation=2}
[junit4] 2> 851645 INFO (qtp682360409-7130) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 851645 INFO (qtp682360409-7130) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@6e39f00e[collection1] main
[junit4] 2> 851645 INFO (qtp682360409-7130) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 851645 INFO
(searcherExecutor-3217-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6e39f00e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 851645 INFO (qtp682360409-7130) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin&waitSearcher=true&softCommit=false&commit=true}{commit=}
0 1
[junit4] 2> 851648 INFO (qtp1892673017-7149) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 851648 INFO (qtp1892673017-7149) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3d7a3759
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22c7d397),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3d7a3759
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22c7d397),segFN=segments_2,generation=2}
[junit4] 2> 851648 INFO (qtp1892673017-7149) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 851648 INFO (qtp1892673017-7149) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@496d80d8[collection1] main
[junit4] 2> 851648 INFO (qtp1892673017-7149) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 851649 INFO
(searcherExecutor-3227-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@496d80d8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 851649 INFO (qtp1892673017-7149) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin&waitSearcher=true&softCommit=false&commit=true}{commit=}
0 1
[junit4] 2> 851650 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@3eae1959{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 851650 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1214832445
[junit4] 2> 851650 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@31d2c3c8
[junit4] 2> 851650 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4] 2> 851650 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 851650 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 851650 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 851650 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 851650 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 851650 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/index;done=false>>]
[junit4] 2> 851651 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/index
[junit4] 2> 851651 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data;done=false>>]
[junit4] 2> 851651 INFO (coreCloseExecutor-3232-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data
[junit4] 2> 851651 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@74a3476b{/solr,null,UNAVAILABLE}
[junit4] 2> 851652 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@45ade651{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 851652 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1151292281
[junit4] 2> 851652 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@48ddaba8
[junit4] 2> 851653 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4] 2> 851653 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 851653 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 851653 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 851653 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 851653 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 851653 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data/index;done=false>>]
[junit4] 2> 851653 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data/index
[junit4] 2> 851653 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data;done=false>>]
[junit4] 2> 851653 INFO (coreCloseExecutor-3234-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-002/./collection1/data
[junit4] 2> 851654 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4a07e8ac{/solr,null,UNAVAILABLE}
[junit4] 2> 851658 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 851659 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7cde5ac4{/solr,null,AVAILABLE}
[junit4] 2> 851659 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@1e28a31c{HTTP/1.1}{127.0.0.1:33028}
[junit4] 2> 851659 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.Server Started @854016ms
[junit4] 2> 851659 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33028,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/data}
[junit4] 2> 851660 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1e893918
[junit4] 2> 851660 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001'
[junit4] 2> 851660 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 851660 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 851660 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/solr.xml
[junit4] 2> 851669 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/.
[junit4] 2> 851669 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer New CoreContainer 1273806920
[junit4] 2> 851669 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001]
[junit4] 2> 851669 WARN
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/lib
[junit4] 2> 851669 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] 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,connectionsEvictorSleepDelay :
5000,maxConnectionIdleTime : 40000,
[junit4] 2> 851670 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 851671 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 851671 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 851671 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 851671 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 851671 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/.
[junit4] 2> 851672 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {dataDir=data/,
loadOnStartup=true, transient=false, name=collection1, config=solrconfig.xml,
configSetProperties=configsetprops.json, schema=schema.xml}
[junit4] 2> 851672 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1
[junit4] 2> 851672 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 851672 INFO (coreLoadExecutor-3241-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1'
[junit4] 2> 851672 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2
[junit4] 2> 851672 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 851672 INFO (coreLoadExecutor-3241-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 851673 INFO (coreLoadExecutor-3241-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 851678 INFO (coreLoadExecutor-3241-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 851684 WARN (coreLoadExecutor-3241-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 851686 INFO (coreLoadExecutor-3241-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.3
[junit4] 2> 851700 INFO (coreLoadExecutor-3241-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 851703 INFO (coreLoadExecutor-3241-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 851707 INFO (coreLoadExecutor-3241-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 851708 INFO (coreLoadExecutor-3241-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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1'
[junit4] 2> 851708 INFO (coreLoadExecutor-3241-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1
[junit4] 2> 851709 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
[junit4] 2> 851709 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/]
[junit4] 2> 851709 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 851709 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/data
[junit4] 2> 851709 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/index/
[junit4] 2> 851709 WARN (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 851709 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/data/index
[junit4] 2> 851710 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=74.802734375,
floorSegmentMB=0.4677734375, forceMergeDeletesPctAllowed=27.09355622889898,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 851738 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31d7c783;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 851738 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 851738 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-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/./collection1/data/
[junit4] 2> 851740 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 851742 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 851742 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 851743 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 851744 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 851745 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 851745 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/update/json,/admin/plugins,/update/json/docs,/admin/properties,/admin/threads,/update,/admin/ping,/admin/file,/get,/config,defaults,/admin/segments,/admin/logging,/replication,/schema,standard,/admin/luke,/admin/system,lazy,/admin/mbeans,/update/csv
[junit4] 2> 851745 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 851746 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 851746 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 851746 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=15.3125,
floorSegmentMB=1.998046875, forceMergeDeletesPctAllowed=2.757678388966558,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 851747 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31d7c783;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 851747 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 851747 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@69ec8b59[collection1]
main
[junit4] 2> 851747 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/conf
[junit4] 2> 851747 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/conf}
[junit4] 2> 851747 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/conf
[junit4] 2> 851747 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 851747 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 851747 INFO
(searcherExecutor-3242-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@69ec8b59[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 851747 INFO (coreLoadExecutor-3241-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 852176 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[0]} 0 1
[junit4] 2> 852179 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[1]} 0 0
[junit4] 2> 852181 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[2]} 0 0
[junit4] 2> 852183 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[3]} 0 0
[junit4] 2> 852185 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[4]} 0 0
[junit4] 2> 852188 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[5]} 0 0
[junit4] 2> 852190 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[6]} 0 0
[junit4] 2> 852193 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[7]} 0 0
[junit4] 2> 852195 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[8]} 0 0
[junit4] 2> 852197 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[9]} 0 0
[junit4] 2> 852199 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[10]} 0 0
[junit4] 2> 852201 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[11]} 0 0
[junit4] 2> 852203 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[12]} 0 0
[junit4] 2> 852206 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[13]} 0 0
[junit4] 2> 852208 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[14]} 0 0
[junit4] 2> 852210 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[15]} 0 0
[junit4] 2> 852212 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[16]} 0 0
[junit4] 2> 852214 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[17]} 0 0
[junit4] 2> 852217 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[18]} 0 0
[junit4] 2> 852219 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[19]} 0 0
[junit4] 2> 852221 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[20]} 0 0
[junit4] 2> 852223 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[21]} 0 0
[junit4] 2> 852225 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[22]} 0 0
[junit4] 2> 852228 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[23]} 0 0
[junit4] 2> 852230 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[24]} 0 0
[junit4] 2> 852232 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[25]} 0 0
[junit4] 2> 852235 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[26]} 0 0
[junit4] 2> 852237 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[27]} 0 0
[junit4] 2> 852239 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[28]} 0 0
[junit4] 2> 852241 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[29]} 0 0
[junit4] 2> 852243 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[30]} 0 0
[junit4] 2> 852245 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[31]} 0 0
[junit4] 2> 852248 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[32]} 0 0
[junit4] 2> 852250 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[33]} 0 0
[junit4] 2> 852252 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[34]} 0 0
[junit4] 2> 852254 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[35]} 0 0
[junit4] 2> 852257 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[36]} 0 0
[junit4] 2> 852259 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[37]} 0 0
[junit4] 2> 852262 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[38]} 0 0
[junit4] 2> 852264 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[39]} 0 0
[junit4] 2> 852267 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[40]} 0 0
[junit4] 2> 852269 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[41]} 0 0
[junit4] 2> 852271 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[42]} 0 0
[junit4] 2> 852273 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[43]} 0 0
[junit4] 2> 852276 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[44]} 0 0
[junit4] 2> 852279 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[45]} 0 0
[junit4] 2> 852281 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[46]} 0 0
[junit4] 2> 852283 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[47]} 0 0
[junit4] 2> 852285 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[48]} 0 0
[junit4] 2> 852288 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[49]} 0 0
[junit4] 2> 852291 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[50]} 0 0
[junit4] 2> 852293 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[51]} 0 0
[junit4] 2> 852296 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[52]} 0 0
[junit4] 2> 852298 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[53]} 0 0
[junit4] 2> 852300 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[54]} 0 0
[junit4] 2> 852303 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[55]} 0 0
[junit4] 2> 852305 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[56]} 0 0
[junit4] 2> 852308 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[57]} 0 0
[junit4] 2> 852310 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[58]} 0 0
[junit4] 2> 852312 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[59]} 0 0
[junit4] 2> 852314 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[60]} 0 0
[junit4] 2> 852317 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[61]} 0 0
[junit4] 2> 852319 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[62]} 0 0
[junit4] 2> 852322 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[63]} 0 0
[junit4] 2> 852324 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[64]} 0 0
[junit4] 2> 852327 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[65]} 0 0
[junit4] 2> 852329 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[66]} 0 0
[junit4] 2> 852331 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[67]} 0 0
[junit4] 2> 852333 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[68]} 0 0
[junit4] 2> 852335 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[69]} 0 0
[junit4] 2> 852338 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[70]} 0 0
[junit4] 2> 852341 INFO (qtp49612166-7177) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[71]} 0 0
[junit4] 2> 852343 INFO (qtp49612166-7175) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[72]} 0 0
[junit4] 2> 852345 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 852529 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31d7c783;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_9124BD1B833E809A-001/solr-instance-001/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31d7c783;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
[junit4] 2> 852529 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 852531 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@118c09a5[collection1] main
[junit4] 2> 852531 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 852531 INFO
(searcherExecutor-3242-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@118c09a5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.3):C73)))}
[junit4] 2> 852532 INFO (qtp49612166-7176) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin&waitSearcher=true&softCommit=false&commit=true}{commit=}
0 186
[junit4] 2> 852533 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@1e28a31c{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 852533 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[9124BD1B833E809A])
[ ] o.a.s.c.CoreContainer Shutting down CoreContai
[...truncated too long message...]
cloud.SolrZkClient.getData(SolrZkClient.java:342)
[junit4] 2> at
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:128)
[junit4] 2> ... 7 more
[junit4] 2> 1907558 WARN
(zkCallback-22837-thread-2-processing-n:127.0.0.1:33960_solr)
[n:127.0.0.1:33960_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1907559 INFO (jetty-launcher-22827-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6cda488f{/solr,null,UNAVAILABLE}
[junit4] 2> 1907560 INFO
(TEST-TestManagedSchemaAPI.test-seed#[9124BD1B833E809A]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40760 40760
[junit4] 2> 1907615 INFO (Thread-5639) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:40760 40760
[junit4] 2> 1907616 WARN (Thread-5639) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/configs/conf1
[junit4] 2> 6 /solr/configs/conf1/managed-schema
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 2 /solr/collections/testschemaapi/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/overseer/collection-queue-work
[junit4] 2> 9 /solr/overseer/queue
[junit4] 2> 3 /solr/overseer/queue-work
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> 1907616 INFO
(TEST-TestManagedSchemaAPI.test-seed#[9124BD1B833E809A]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestManagedSchemaAPI -Dtests.method=test
-Dtests.seed=9124BD1B833E809A -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ro-RO -Dtests.timezone=America/Cayman -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 13.1s J0 | TestManagedSchemaAPI.test <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at http://127.0.0.1:33960/solr/testschemaapi_shard1_replica1: ERROR:
[doc=2] unknown field 'myNewField1'
[junit4] > at
__randomizedtesting.SeedInfo.seed([9124BD1B833E809A:197082C12DC2ED62]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:653)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1002)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:891)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:827)
[junit4] > at
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
[junit4] > at
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:33960/solr/testschemaapi_shard1_replica1:
ERROR: [doc=2] unknown field 'myNewField1'
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:628)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:625)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] 2> 1907618 INFO
(SUITE-TestManagedSchemaAPI-seed#[9124BD1B833E809A]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_9124BD1B833E809A-001
[junit4] 2> Sep 05, 2016 3:48:51 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene54):
{myNewField=PostingsFormat(name=Memory doPackFST= true),
id=PostingsFormat(name=LuceneFixedGap),
_version_=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{},
sim=DefaultSimilarity, locale=ro-RO, timezone=America/Cayman
[junit4] 2> NOTE: Linux 4.4.0-36-generic amd64/Oracle Corporation 1.7.0_80
(64-bit)/cpus=12,threads=1,free=244382048,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [MigrateRouteKeyTest,
TestSchemaSimilarityResource, TestLuceneMatchVersion, TestSolrQueryResponse,
TestRequestStatusCollectionAPI, TestPKIAuthenticationPlugin, ZkNodePropsTest,
DistributedQueryElevationComponentTest,
TestSolrQueryParserDefaultOperatorResource, HLLUtilTest,
TestConfigSetProperties, ConnectionReuseTest, TestDocSet, PolyFieldTest,
PrimUtilsTest, CacheHeaderTest, UUIDUpdateProcessorFallbackTest,
AddBlockUpdateTest, TestComplexPhraseQParserPlugin, TestHashQParserPlugin,
TestManagedStopFilterFactory, TestRandomFaceting, TestStressLucene,
TestIBSimilarityFactory, DistributedFacetPivotSmallAdvancedTest, TestLRUCache,
TestManagedResourceStorage, RequestLoggingTest, TestReplicationHandlerBackup,
DistributedQueryComponentCustomSortTest, TestSolrConfigHandler,
TestBlendedInfixSuggestions, TestFastOutputStream, TestValueSourceCache,
TestImplicitCoreProperties, PreAnalyzedFieldTest, TestSchemaManager,
ZkStateReaderTest, CopyFieldTest, TestSolrConfigHandlerCloud,
TestDFISimilarityFactory, EnumFieldTest, AsyncCallRequestStatusResponseTest,
ExternalFileFieldSortTest, TestRTimerTree, TestCloudManagedSchema,
ResponseLogComponentTest, StandardRequestHandlerTest, TestScoreJoinQPNoScore,
BasicDistributedZkTest, TestRealTimeGet, CloneFieldUpdateProcessorFactoryTest,
TestCSVLoader, TestDocBasedVersionConstraints, TestFunctionQuery,
TestDynamicFieldCollectionResource, BasicZkTest, TestHighlightDedupGrouping,
TestExactSharedStatsCache, HdfsWriteToMultipleCollectionsTest,
HighlighterMaxOffsetTest, TestMiniSolrCloudCluster, URLClassifyProcessorTest,
HdfsSyncSliceTest, TestStressLiveNodes, DeleteShardTest,
AnalysisAfterCoreReloadTest, TestXmlQParser, HdfsChaosMonkeySafeLeaderTest,
UUIDFieldTest, TestAnalyzedSuggestions, SolrRequestParserTest,
TestOmitPositions, SOLR749Test, OutputWriterTest, TestMiniSolrCloudClusterSSL,
BlockJoinFacetDistribTest, DefaultValueUpdateProcessorTest,
RAMDirectoryFactoryTest, SuggestComponentTest,
DistributedSpellCheckComponentTest, SolrCoreTest, HdfsBasicDistributedZk2Test,
TestRTGBase, HdfsRecoverLeaseTest, TestPivotHelperCode, TestLazyCores,
JSONWriterTest, CurrencyFieldOpenExchangeTest, CollectionsAPISolrJTest,
TestConfig, SystemInfoHandlerTest, ResourceLoaderTest,
PathHierarchyTokenizerFactoryTest, SyncSliceTest,
LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest,
ClusterStateUpdateTest, LeaderElectionTest, ShardRoutingCustomTest,
TestDistributedSearch, ConvertedLegacyTest, SoftAutoCommitTest,
SolrCoreCheckLockOnStartupTest, DocValuesMultiTest, DebugComponentTest,
TestQueryUtils, TestQueryTypes, FileBasedSpellCheckerTest, RequiredFieldsTest,
TestSolrQueryParser, LoggingHandlerTest, TestJmxIntegration,
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest,
TestComponentsName, SearchHandlerTest, TestLFUCache, AssignTest,
AsyncMigrateRouteKeyTest, ConcurrentDeleteAndCreateCollectionTest,
ConnectionManagerTest, CustomCollectionTest, DistribCursorPagingTest,
DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest,
LeaderInitiatedRecoveryOnCommitTest, OverseerTaskQueueTest,
RecoveryAfterSoftCommitTest, RestartWhileUpdatingTest, RollingRestartTest,
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest,
SolrXmlInZkTest, TestAuthenticationFramework, TestDistribDocBasedVersion,
TestExclusionRuleCollectionAccess, TestRebalanceLeaders, TestNRTOpen,
TestReloadAndDeleteDocs, TestShardHandlerFactory, TestBlobHandler,
TestRestoreCore, CoreAdminRequestStatusTest, SecurityConfHandlerTest,
DistributedDebugComponentTest, DistributedExpandComponentTest,
DistributedFacetPivotLongTailTest, FacetPivotSmallTest,
SuggestComponentContextFilterQueryTest, TestTrackingShardHandlerFactory,
CheckHdfsIndexTest, SmileWriterTest, TestIntervalFaceting, TestMacros,
TestCustomDocTransformer, TestRawResponseWriter, TestClassNameShortening,
TestCopyFieldCollectionResource, TestDefaultSearchFieldResource,
TestFieldCollectionResource, TestFieldTypeCollectionResource,
TestManagedSchemaFieldResource, TestRemoveLastDynamicCopyField,
TestSchemaNameResource, TestSerializedLuceneMatchVersion,
ChangedSchemaMergeTest, SpatialRPTFieldTypeTest, TestCollationFieldDocValues,
TestManagedSchemaAPI]
[junit4] Completed [515/575 (2!)] on J0 in 13.91s, 1 test, 1 error <<<
FAILURES!
[...truncated 56846 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]