Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.5/8/
3 tests failed.
FAILED: org.apache.solr.TestDistributedSearch.test
Error Message:
Expected to find shardAddress in the up shard info
Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info
at
__randomizedtesting.SeedInfo.seed([F683E12B9C6D890E:7ED7DEF13291E4F6]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1181)
at
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1122)
at
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:982)
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
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1022)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
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.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh
Error Message:
Could not find collection : c1
Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
at
__randomizedtesting.SeedInfo.seed([F683E12B9C6D890E:E93990DC4C0D4FCB]:0)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
at
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
at
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
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.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart
Error Message:
expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
at
__randomizedtesting.SeedInfo.seed([F683E12B9C6D890E:2E7425CF37B64B52]: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)
Build Log:
[...truncated 11149 lines...]
[junit4] Suite: org.apache.solr.handler.TestReplicationHandler
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/init-core-data-001
[junit4] 2> 1029939 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRateLimitedReplication
[junit4] 2> 1029940 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1
[junit4] 2> 1029956 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1029958 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@69a8543f{/solr,null,AVAILABLE}
[junit4] 2> 1029981 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@2a332a4a{HTTP/1.1}{127.0.0.1:34497}
[junit4] 2> 1029982 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.Server Started @1035453ms
[junit4] 2> 1029982 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/data,
hostContext=/solr, hostPort=34497}
[junit4] 2> 1029982 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@4f6de641
[junit4] 2> 1029982 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001'
[junit4] 2> 1029982 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1029982 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1029983 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/solr.xml
[junit4] 2> 1030015 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/.
[junit4] 2> 1030015 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer New CoreContainer 451043188
[junit4] 2> 1030015 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001]
[junit4] 2> 1030015 WARN
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/lib
[junit4] 2> 1030015 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] 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> 1030019 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1030020 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1030020 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1030020 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1030020 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1030021 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/.
[junit4] 2> 1030022 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {config=solrconfig.xml,
schema=schema.xml, dataDir=data/, loadOnStartup=true, transient=false,
name=collection1, configSetProperties=configsetprops.json}
[junit4] 2> 1030022 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1
[junit4] 2> 1030022 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1030022 INFO (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1'
[junit4] 2> 1030023 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0
[junit4] 2> 1030041 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1030041 INFO (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1030041 INFO (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1030049 INFO (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1030060 WARN (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1030062 INFO (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.3
[junit4] 2> 1030086 INFO (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1030090 INFO (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1030098 INFO (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1030100 INFO (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1'
[junit4] 2> 1030100 INFO (coreLoadExecutor-3586-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1
[junit4] 2> 1030100 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1030100 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/]
[junit4] 2> 1030100 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1030101 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data
[junit4] 2> 1030101 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/index/
[junit4] 2> 1030101 WARN (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1030101 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/index
[junit4] 2> 1030101 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=21.0458984375,
floorSegmentMB=1.732421875, forceMergeDeletesPctAllowed=16.888636503572275,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1030102 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@41744945
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39767295),segFN=segments_1,generation=1}
[junit4] 2> 1030102 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1030102 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/
[junit4] 2> 1030104 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1030106 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1030108 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1030109 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1030110 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1030115 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1030115 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/system,defaults,/admin/properties,/config,/admin/mbeans,/update,/admin/plugins,/admin/file,standard,/get,/update/csv,/schema,/update/json/docs,/admin/threads,/update/json,/admin/logging,/admin/segments,lazy,/admin/ping,/admin/luke,/replication
[junit4] 2> 1030116 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1030116 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1030116 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1030117 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=46.751953125,
floorSegmentMB=0.3349609375, forceMergeDeletesPctAllowed=17.38920395971479,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.22341200017471305
[junit4] 2> 1030117 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@41744945
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39767295),segFN=segments_1,generation=1}
[junit4] 2> 1030117 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1030117 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@25f6470e[collection1]
main
[junit4] 2> 1030117 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/conf
[junit4] 2> 1030117 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/conf}
[junit4] 2> 1030118 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/conf
[junit4] 2> 1030118 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1030118 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following
config files: schema.xml,xslt/dummy.xsl
[junit4] 2> 1030118 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1030118 INFO (coreLoadExecutor-3586-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1030118 INFO
(searcherExecutor-3587-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@25f6470e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1030542 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/collection1
[junit4] 2> 1030546 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1030548 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@170ff2fe{/solr,null,AVAILABLE}
[junit4] 2> 1030548 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@181a0d86{HTTP/1.1}{127.0.0.1:56101}
[junit4] 2> 1030548 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.Server Started @1036019ms
[junit4] 2> 1030548 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/collection1/data,
hostContext=/solr, hostPort=56101}
[junit4] 2> 1030548 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@4f6de641
[junit4] 2> 1030548 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002'
[junit4] 2> 1030549 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1030549 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1030549 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/solr.xml
[junit4] 2> 1030567 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/.
[junit4] 2> 1030567 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer New CoreContainer 1575936538
[junit4] 2> 1030567 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002]
[junit4] 2> 1030567 WARN
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/lib
[junit4] 2> 1030571 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] 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> 1030575 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1030576 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1030576 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1030576 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1030576 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1030576 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/.
[junit4] 2> 1030578 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {loadOnStartup=true,
transient=false, config=solrconfig.xml, schema=schema.xml,
configSetProperties=configsetprops.json, dataDir=data/, name=collection1}
[junit4] 2> 1030578 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1
[junit4] 2> 1030578 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1030578 INFO (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/collection1'
[junit4] 2> 1030583 INFO (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1030583 INFO (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1030578 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0
[junit4] 2> 1030584 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1030622 INFO (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1030678 WARN (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1030688 INFO (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.3
[junit4] 2> 1030757 INFO (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1030771 INFO (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1030812 INFO (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1030814 INFO (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/collection1'
[junit4] 2> 1030814 INFO (coreLoadExecutor-3596-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1
[junit4] 2> 1030815 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1030815 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data/]
[junit4] 2> 1030815 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1030815 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data
[junit4] 2> 1030815 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data/index/
[junit4] 2> 1030815 WARN (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1030816 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data/index
[junit4] 2> 1030816 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=21.0458984375,
floorSegmentMB=1.732421875, forceMergeDeletesPctAllowed=16.888636503572275,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1030816 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@718f937b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@91baa7c),segFN=segments_1,generation=1}
[junit4] 2> 1030816 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1030817 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data/
[junit4] 2> 1030818 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1030821 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1030822 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1030823 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1030824 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1030825 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1030826 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/system,defaults,/admin/properties,/config,/admin/mbeans,/update,/admin/plugins,/admin/file,standard,/get,/update/csv,/schema,/update/json/docs,/admin/threads,/update/json,/admin/logging,/admin/segments,lazy,/admin/ping,/admin/luke,/replication
[junit4] 2> 1030827 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1030827 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1030827 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1030827 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=46.751953125,
floorSegmentMB=0.3349609375, forceMergeDeletesPctAllowed=17.38920395971479,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.22341200017471305
[junit4] 2> 1030827 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@718f937b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@91baa7c),segFN=segments_1,generation=1}
[junit4] 2> 1030827 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1030828 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@52152740[collection1]
main
[junit4] 2> 1030828 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/collection1/conf
[junit4] 2> 1030828 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/collection1/conf}
[junit4] 2> 1030828 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/collection1/conf
[junit4] 2> 1030828 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1030830 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of
1000ms
[junit4] 2> 1030830 INFO
(searcherExecutor-3597-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@52152740[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1030831 INFO (coreLoadExecutor-3596-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1030836 INFO (qtp3199259-46118) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={version=2&wt=javabin&qt=/replication&command=indexversion} status=0
QTime=0
[junit4] 2> 1031087 INFO (qtp3199259-46119) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1031088 INFO (qtp3199259-46119) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{deleteByQuery=*:*} 0 1
[junit4] 2> 1031090 INFO (qtp969059215-46138) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1031094 INFO (qtp969059215-46138) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{deleteByQuery=*:*} 0 3
[junit4] 2> 1031104 INFO (qtp3199259-46120) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1031105 INFO (qtp3199259-46120) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@41744945
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39767295),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@41744945
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39767295),segFN=segments_2,generation=2}
[junit4] 2> 1031105 INFO (qtp3199259-46120) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 1031105 INFO (qtp3199259-46120) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@52893c4d[collection1] main
[junit4] 2> 1031106 INFO (qtp3199259-46120) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1031106 INFO
(searcherExecutor-3587-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@52893c4d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031106 INFO (qtp3199259-46120) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={commit=true&waitSearcher=true&version=2&wt=javabin&softCommit=false}{commit=}
0 2
[junit4] 2> 1031109 INFO (qtp969059215-46139) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1031109 INFO (qtp969059215-46139) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@718f937b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@91baa7c),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@718f937b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@91baa7c),segFN=segments_2,generation=2}
[junit4] 2> 1031109 INFO (qtp969059215-46139) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 1031110 INFO (qtp969059215-46139) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@3e316de1[collection1] main
[junit4] 2> 1031110 INFO (qtp969059215-46139) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1031110 INFO
(searcherExecutor-3597-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3e316de1[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031110 INFO (qtp969059215-46139) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={commit=true&waitSearcher=true&version=2&wt=javabin&softCommit=false}{commit=}
0 2
[junit4] 2> 1031127 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@2a332a4a{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 1031127 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=451043188
[junit4] 2> 1031145 INFO (coreCloseExecutor-3602-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@53a46249
[junit4] 2> 1031145 INFO (coreCloseExecutor-3602-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> 1031151 INFO (coreCloseExecutor-3602-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1031151 INFO (coreCloseExecutor-3602-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1031152 INFO (coreCloseExecutor-3602-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1031152 INFO (coreCloseExecutor-3602-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1031152 INFO (coreCloseExecutor-3602-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1031152 INFO (coreCloseExecutor-3602-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data;done=false>>]
[junit4] 2> 1031152 INFO (coreCloseExecutor-3602-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data
[junit4] 2> 1031152 INFO (coreCloseExecutor-3602-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/index
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/index;done=false>>]
[junit4] 2> 1031152 INFO (coreCloseExecutor-3602-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/index
[junit4] 2> 1031153 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@69a8543f{/solr,null,UNAVAILABLE}
[junit4] 2> 1031175 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@181a0d86{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 1031175 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1575936538
[junit4] 2> 1031184 INFO (coreCloseExecutor-3604-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@63db9bab
[junit4] 2> 1031184 INFO (coreCloseExecutor-3604-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> 1031189 INFO (coreCloseExecutor-3604-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1031189 INFO (coreCloseExecutor-3604-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1031189 INFO (coreCloseExecutor-3604-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1031191 INFO (coreCloseExecutor-3604-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1031191 INFO (coreCloseExecutor-3604-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1031191 INFO (coreCloseExecutor-3604-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data;done=false>>]
[junit4] 2> 1031191 INFO (coreCloseExecutor-3604-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data
[junit4] 2> 1031207 INFO (coreCloseExecutor-3604-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data/index
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data/index;done=false>>]
[junit4] 2> 1031207 INFO (coreCloseExecutor-3604-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-002/./collection1/data/index
[junit4] 2> 1031212 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@170ff2fe{/solr,null,UNAVAILABLE}
[junit4] 2> 1031223 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1031225 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@50d22aff{/solr,null,AVAILABLE}
[junit4] 2> 1031225 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@1604f4cd{HTTP/1.1}{127.0.0.1:58251}
[junit4] 2> 1031225 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.e.j.s.Server Started @1036696ms
[junit4] 2> 1031226 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/data,
hostContext=/solr, hostPort=58251}
[junit4] 2> 1031226 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@4f6de641
[junit4] 2> 1031226 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001'
[junit4] 2> 1031226 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1031226 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1031226 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/solr.xml
[junit4] 2> 1031253 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/.
[junit4] 2> 1031253 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer New CoreContainer 688545186
[junit4] 2> 1031253 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001]
[junit4] 2> 1031253 WARN
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/lib
[junit4] 2> 1031254 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] 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> 1031263 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1031265 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1031265 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1031265 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1031265 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1031266 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/.
[junit4] 2> 1031267 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {config=solrconfig.xml,
schema=schema.xml, name=collection1, dataDir=data/, transient=false,
configSetProperties=configsetprops.json, loadOnStartup=true}
[junit4] 2> 1031267 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1
[junit4] 2> 1031267 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1031271 INFO (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1'
[junit4] 2> 1031285 INFO (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1031285 INFO (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1031283 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0
[junit4] 2> 1031287 INFO
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[F683E12B9C6D890E])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1031313 INFO (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1031344 WARN (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1031347 INFO (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.3
[junit4] 2> 1031399 INFO (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1031407 INFO (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1031418 INFO (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1031424 INFO (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1'
[junit4] 2> 1031424 INFO (coreLoadExecutor-3611-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1
[junit4] 2> 1031425 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
[junit4] 2> 1031435 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/]
[junit4] 2> 1031435 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1031435 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/data
[junit4] 2> 1031435 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/index/
[junit4] 2> 1031436 WARN (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1031436 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/data/index
[junit4] 2> 1031436 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=4.064453125,
floorSegmentMB=1.9267578125, forceMergeDeletesPctAllowed=27.823312689523974,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1031640 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b5c40e9;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 1031640 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1031642 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1031645 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1031646 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1031647 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1031648 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1031649 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1031649 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/system,defaults,/admin/properties,/config,/admin/mbeans,/update,/admin/plugins,/admin/file,standard,/get,/update/csv,/schema,/update/json/docs,/admin/threads,/update/json,/admin/logging,/admin/segments,lazy,/admin/ping,/admin/luke,/replication
[junit4] 2> 1031651 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1031651 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/./collection1/data/
[junit4] 2> 1031651 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1031651 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1031652 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=41.5576171875,
floorSegmentMB=0.306640625, forceMergeDeletesPctAllowed=6.82159905878504,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1031653 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b5c40e9;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 1031653 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1031653 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7f230824[collection1]
main
[junit4] 2> 1031653 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/conf
[junit4] 2> 1031653 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/conf}
[junit4] 2> 1031653 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_F683E12B9C6D890E-001/solr-instance-001/collection1/conf
[junit4] 2> 1031653 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1031653 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1031654 INFO (coreLoadExecutor-3611-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1031654 INFO
(searcherExecutor-3612-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7f230824[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1031803 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[0]} 0 1
[junit4] 2> 1031811 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[1]} 0 0
[junit4] 2> 1031816 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[2]} 0 0
[junit4] 2> 1031824 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[3]} 0 0
[junit4] 2> 1031832 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[4]} 0 0
[junit4] 2> 1031852 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[5]} 0 0
[junit4] 2> 1031856 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[6]} 0 0
[junit4] 2> 1031865 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[7]} 0 1
[junit4] 2> 1031868 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[8]} 0 0
[junit4] 2> 1031876 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[9]} 0 0
[junit4] 2> 1031884 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[10]} 0 0
[junit4] 2> 1031890 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[11]} 0 0
[junit4] 2> 1031896 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[12]} 0 0
[junit4] 2> 1031900 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[13]} 0 0
[junit4] 2> 1031904 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[14]} 0 0
[junit4] 2> 1031908 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[15]} 0 0
[junit4] 2> 1031912 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[16]} 0 1
[junit4] 2> 1031916 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[17]} 0 0
[junit4] 2> 1031920 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[18]} 0 0
[junit4] 2> 1031922 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[19]} 0 0
[junit4] 2> 1031925 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[20]} 0 0
[junit4] 2> 1031976 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[21]} 0 1
[junit4] 2> 1031984 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[22]} 0 0
[junit4] 2> 1031986 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[23]} 0 0
[junit4] 2> 1031989 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[24]} 0 0
[junit4] 2> 1031992 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[25]} 0 0
[junit4] 2> 1031994 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[26]} 0 0
[junit4] 2> 1031997 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[27]} 0 0
[junit4] 2> 1032000 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[28]} 0 0
[junit4] 2> 1032008 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[29]} 0 0
[junit4] 2> 1032011 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[30]} 0 0
[junit4] 2> 1032013 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[31]} 0 0
[junit4] 2> 1032016 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[32]} 0 0
[junit4] 2> 1032019 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[33]} 0 0
[junit4] 2> 1032022 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[34]} 0 0
[junit4] 2> 1032024 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[35]} 0 0
[junit4] 2> 1032027 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[36]} 0 0
[junit4] 2> 1032032 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[37]} 0 0
[junit4] 2> 1032036 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[38]} 0 0
[junit4] 2> 1032040 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[39]} 0 0
[junit4] 2> 1032044 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[40]} 0 0
[junit4] 2> 1032051 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[41]} 0 0
[junit4] 2> 1032057 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[42]} 0 1
[junit4] 2> 1032060 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[43]} 0 0
[junit4] 2> 1032062 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[44]} 0 0
[junit4] 2> 1032067 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[45]} 0 0
[junit4] 2> 1032072 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[46]} 0 0
[junit4] 2> 1032075 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[47]} 0 0
[junit4] 2> 1032081 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[48]} 0 0
[junit4] 2> 1032084 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[49]} 0 0
[junit4] 2> 1032092 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[50]} 0 0
[junit4] 2> 1032096 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[51]} 0 0
[junit4] 2> 1032103 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[52]} 0 0
[junit4] 2> 1032108 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[53]} 0 0
[junit4] 2> 1032113 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[54]} 0 0
[junit4] 2> 1032120 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[55]} 0 0
[junit4] 2> 1032123 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[56]} 0 0
[junit4] 2> 1032126 INFO (qtp2094553048-46166) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[57]} 0 0
[junit4] 2> 1032128 INFO (qtp2094553048-46167) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[58]} 0 0
[junit4] 2> 1032135 INFO (qtp2094553048-46168) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[59]} 0 0
[junit4] 2> 1032140 INFO (qtp2094553048-46164) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={version=2&wt=javabin}{add=[60]} 0 0
[junit4] 2> 1032144 INFO (qtp2094553048-46165) [ x:collection1]
o.a.s.u.p.LogUpdateProcesso
[...truncated too long message...]
k-2024-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1ce766ac
name:ZooKeeperConnection Watcher:127.0.0.1:48336/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 2979775 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2979775 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 2979776 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 2979777 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 2979778 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 2979779 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 2979780 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 2979781 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 2979789 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
[junit4] 2> 2979789 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
[junit4] 2> 2979789 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
[junit4] 2> 2979793 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/c1/state.json
[junit4] 2> 2979793 INFO (zkCallback-2024-thread-2) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 2979800 INFO (zkCallback-2024-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [0])
[junit4] 2> 2979809 INFO (zkCallback-2024-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for
collection [c1] has occurred - updating... (live nodes size: [0])
[junit4] 2> 2979809 WARN (zkCallback-2024-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /collections/c1/state.json]
[junit4] 2> 2979810 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48336 48336
[junit4] 2> 2979980 INFO (Thread-4812) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:48336 48336
[junit4] 2> 2979981 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[F683E12B9C6D890E])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ZkStateReaderTest
-Dtests.method=testStateFormatUpdateWithExplicitRefresh
-Dtests.seed=F683E12B9C6D890E -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=th -Dtests.timezone=Australia/Tasmania -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.36s J1 |
ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: Could not
find collection : c1
[junit4] > at
__randomizedtesting.SeedInfo.seed([F683E12B9C6D890E:E93990DC4C0D4FCB]:0)
[junit4] > at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
[junit4] > at
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
[junit4] > at
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2979984 INFO
(SUITE-ZkStateReaderTest-seed#[F683E12B9C6D890E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.overseer.ZkStateReaderTest_F683E12B9C6D890E-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene54): {},
docValues:{}, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=th,
timezone=Australia/Tasmania
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.7.0_80 (64-bit)/cpus=4,threads=1,free=151839392,total=527958016
[junit4] 2> NOTE: All tests run in this JVM: [HdfsBasicDistributedZkTest,
SolrIndexConfigTest, TestReloadDeadlock, DocumentBuilderTest,
DocExpirationUpdateProcessorFactoryTest, DirectSolrSpellCheckerTest,
TestManagedSynonymFilterFactory, TestInfoStreamLogging, TestRawResponseWriter,
TestConfigSets, DistributedTermsComponentTest, ConvertedLegacyTest,
SchemaVersionSpecificBehaviorTest, MultiTermTest,
TestSolrConfigHandlerConcurrent, HdfsDirectoryTest, ZkControllerTest,
TestShortCircuitedRequests, PKIAuthenticationIntegrationTest,
TestPartialUpdateDeduplication, WordBreakSolrSpellCheckerTest, TestInitQParser,
ShardRoutingTest, TestMiniSolrCloudClusterBase, TestAuthenticationFramework,
MinimalSchemaTest, TestTrie, AnalyticsQueryTest,
UniqFieldsUpdateProcessorFactoryTest, TestCustomSort,
TestWordDelimiterFilterFactory, TestLFUCache, RankQueryTest,
TestQuerySenderListener, TestMacros, TestEmbeddedSolrServerConstructors,
TestLeaderElectionZkExpiry, TestFieldTypeCollectionResource, FileUtilsTest,
TestNonDefinedSimilarityFactory, TestSolrDynamicMBean,
FastVectorHighlighterTest, HdfsThreadLeakTest, TestNoOpRegenerator,
DistributedIntervalFacetingTest, TestDocumentBuilder,
BigEndianAscendingWordSerializerTest, HdfsRecoveryZkTest, ZkStateWriterTest,
TestReplicaProperties, ShardSplitTest, BlockJoinFacetRandomTest,
MultiThreadedOCPTest, LoggingHandlerTest, CSVRequestHandlerTest,
HighlighterTest, SpellCheckComponentTest, TestCursorMarkWithoutUniqueKey,
TestDistributedStatsComponentCardinality, OpenExchangeRatesOrgProviderTest,
SuggesterFSTTest, TestReloadAndDeleteDocs, TimeZoneUtilsTest,
TestSurroundQueryParser, TermsComponentTest, TestCoreContainer,
TestHashPartitioner, ExitableDirectoryReaderTest, SimpleMLTQParserTest,
ForceLeaderTest, SolrInfoMBeanTest, TestDefaultStatsCache,
CollectionsAPIDistributedZkTest, SpellingQueryConverterTest,
CollectionTooManyReplicasTest, TestConfigSetsAPIExclusivity,
SegmentsInfoRequestHandlerTest, DateRangeFieldTest, TestSystemIdResolver,
TestScoreJoinQPScore, ChaosMonkeySafeLeaderTest, TestSolrCoreProperties,
TestDistribDocBasedVersion, TestFileDictionaryLookup, SoftAutoCommitTest,
SolrIndexSplitterTest, TestQuerySenderNoQuery,
SimpleCollectionCreateDeleteTest, IndexBasedSpellCheckerTest,
DistributedFacetPivotSmallTest, CloudExitableDirectoryReaderTest,
DistributedQueryElevationComponentTest, CoreAdminHandlerTest, DocValuesTest,
UpdateRequestProcessorFactoryTest, QueryParsingTest, JsonLoaderTest,
SearchHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest,
SOLR749Test, CopyFieldTest, TestStressRecovery, PrimUtilsTest, DateFieldTest,
TestRTGBase, TestSimpleTrackingShardHandler, TestJettySolrRunner,
ActionThrottleTest, AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest,
DeleteInactiveReplicaTest, DeleteShardTest, DeleteStatusTest,
DistribJoinFromCollectionTest, LeaderInitiatedRecoveryOnCommitTest,
OverseerStatusTest, RecoveryAfterSoftCommitTest, RestartWhileUpdatingTest,
SaslZkACLProviderTest, TestCloudPivotFacet, TestRequestStatusCollectionAPI,
TriLevelCompositeIdRoutingTest, TestClusterStateMutator, ZkStateReaderTest]
[junit4] Completed [467/575 (3!)] on J1 in 2.38s, 6 tests, 1 error <<<
FAILURES!
[...truncated 372 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/build.xml:750: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/build.xml:694: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/build.xml:59: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/solr/common-build.xml:534:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/lucene/common-build.xml:1477:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/lucene/common-build.xml:1033:
There were test failures: 575 suites (7 ignored), 2322 tests, 1 error, 2
failures, 56 ignored (40 assumptions) [seed: F683E12B9C6D890E]
Total time: 112 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]