Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/920/
3 tests failed.
FAILED: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test
Error Message:
Exactly one shard should have changed, instead: [shard2, shard1]
nodes=([core_node3(shard2), core_node2(shard1), core_node4(shard1)])
expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: Exactly one shard should have changed, instead:
[shard2, shard1] nodes=([core_node3(shard2), core_node2(shard1),
core_node4(shard1)]) expected:<1> but was:<2>
at
__randomizedtesting.SeedInfo.seed([DA26A59BBD8A5178:52729A4113763C80]: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.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test(DistribDocExpirationUpdateProcessorTest.java:118)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler
Error Message:
ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not
released!!! [NRTCachingDirectory]
at __randomizedtesting.SeedInfo.seed([DA26A59BBD8A5178]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:229)
at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.search.mlt.CloudMLTQParserTest.test
Error Message:
arrays first differed at element [1]; expected:<13> but was:<22>
Stack Trace:
arrays first differed at element [1]; expected:<13> but was:<22>
at
__randomizedtesting.SeedInfo.seed([DA26A59BBD8A5178:52729A4113763C80]:0)
at
org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52)
at org.junit.Assert.internalArrayEquals(Assert.java:416)
at org.junit.Assert.assertArrayEquals(Assert.java:292)
at org.junit.Assert.assertArrayEquals(Assert.java:305)
at
org.apache.solr.search.mlt.CloudMLTQParserTest.test(CloudMLTQParserTest.java:113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 10388 lines...]
[junit4] Suite: org.apache.solr.handler.TestReplicationHandler
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/init-core-data-001
[junit4] 2> 1685600 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
doTestReplicateAfterStartupWithNoActivity
[junit4] 2> 1685600 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1
[junit4] 2> 1685604 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1685606 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@75e58e66{/solr,null,AVAILABLE}
[junit4] 2> 1685607 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@65ad608d{HTTP/1.1}{127.0.0.1:51197}
[junit4] 2> 1685607 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.Server Started @1689409ms
[junit4] 2> 1685607 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/data,
hostContext=/solr, hostPort=51197}
[junit4] 2> 1685607 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@4e0e2f2a
[junit4] 2> 1685607 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001'
[junit4] 2> 1685607 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1685607 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1685608 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/solr.xml
[junit4] 2> 1685612 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/.
[junit4] 2> 1685612 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer New CoreContainer 6728116
[junit4] 2> 1685613 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001]
[junit4] 2> 1685613 WARN
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/lib
[junit4] 2> 1685613 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1685614 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1685615 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1685615 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1685615 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1685615 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1685615 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/.
[junit4] 2> 1685616 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
[junit4] 2> 1685616 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1
[junit4] 2> 1685617 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1685617 INFO (coreLoadExecutor-1880-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1'
[junit4] 2> 1685618 INFO (coreLoadExecutor-1880-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1685618 INFO (coreLoadExecutor-1880-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1685618 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4] 2> 1685618 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1685625 INFO (coreLoadExecutor-1880-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1685628 INFO (coreLoadExecutor-1880-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 1685635 INFO (coreLoadExecutor-1880-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1685637 INFO (coreLoadExecutor-1880-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1685640 INFO (coreLoadExecutor-1880-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1685641 INFO (coreLoadExecutor-1880-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-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1'
[junit4] 2> 1685642 INFO (coreLoadExecutor-1880-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1
[junit4] 2> 1685642 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1685642 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/]
[junit4] 2> 1685642 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1685642 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data
[junit4] 2> 1685643 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/index/
[junit4] 2> 1685643 WARN (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1685643 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/index
[junit4] 2> 1685643 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.49172648095620985]
[junit4] 2> 1685643 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@1ebdbc97
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@523ef885),segFN=segments_1,generation=1}
[junit4] 2> 1685644 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1685644 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-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/
[junit4] 2> 1685646 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1685648 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1685649 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1685649 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1685650 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1685656 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1685656 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
[junit4] 2> 1685657 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1685658 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1685658 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1685659 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.2470703125,
noCFSRatio=0.7747642103148132]
[junit4] 2> 1685659 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@1ebdbc97
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@523ef885),segFN=segments_1,generation=1}
[junit4] 2> 1685659 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1685659 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@22ad4e13[collection1] main]
[junit4] 2> 1685659 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/conf
[junit4] 2> 1685659 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/conf}
[junit4] 2> 1685659 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/conf
[junit4] 2> 1685660 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1685660 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following
config files: schema.xml,xslt/dummy.xsl
[junit4] 2> 1685660 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1685660 INFO
(searcherExecutor-1881-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@22ad4e13[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1685660 INFO (coreLoadExecutor-1880-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1686120 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/collection1
[junit4] 2> 1686125 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1686127 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@439b20ac{/solr,null,AVAILABLE}
[junit4] 2> 1686128 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@6747acd6{HTTP/1.1}{127.0.0.1:55573}
[junit4] 2> 1686128 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.Server Started @1689931ms
[junit4] 2> 1686128 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/collection1/data,
hostContext=/solr, hostPort=55573}
[junit4] 2> 1686129 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@4e0e2f2a
[junit4] 2> 1686129 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002'
[junit4] 2> 1686129 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1686129 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1686129 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/solr.xml
[junit4] 2> 1686134 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/.
[junit4] 2> 1686134 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer New CoreContainer 331014814
[junit4] 2> 1686134 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002]
[junit4] 2> 1686134 WARN
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/lib
[junit4] 2> 1686135 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1686136 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1686136 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1686136 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1686136 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1686137 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1686137 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/.
[junit4] 2> 1686138 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
[junit4] 2> 1686138 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1
[junit4] 2> 1686138 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1686138 INFO (coreLoadExecutor-1890-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/collection1'
[junit4] 2> 1686139 INFO (coreLoadExecutor-1890-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1686139 INFO (coreLoadExecutor-1890-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1686144 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4] 2> 1686144 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1686145 INFO (coreLoadExecutor-1890-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1686148 INFO (coreLoadExecutor-1890-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 1686155 INFO (coreLoadExecutor-1890-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1686158 INFO (coreLoadExecutor-1890-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1686160 INFO (coreLoadExecutor-1890-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1686161 INFO (coreLoadExecutor-1890-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-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/collection1'
[junit4] 2> 1686161 INFO (coreLoadExecutor-1890-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1
[junit4] 2> 1686161 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1686162 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data/]
[junit4] 2> 1686162 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1686162 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data
[junit4] 2> 1686162 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data/index/
[junit4] 2> 1686162 WARN (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1686163 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data/index
[junit4] 2> 1686163 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.49172648095620985]
[junit4] 2> 1686163 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@58da12ba
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@526f1e3b),segFN=segments_1,generation=1}
[junit4] 2> 1686163 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1686163 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-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data/
[junit4] 2> 1686167 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1686168 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1686169 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1686169 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1686170 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1686171 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1686171 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
[junit4] 2> 1686172 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1686172 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1686172 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1686172 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.2470703125,
noCFSRatio=0.7747642103148132]
[junit4] 2> 1686172 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@58da12ba
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@526f1e3b),segFN=segments_1,generation=1}
[junit4] 2> 1686172 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1686173 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6c7d6edf[collection1] main]
[junit4] 2> 1686173 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/collection1/conf
[junit4] 2> 1686173 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/collection1/conf}
[junit4] 2> 1686173 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/collection1/conf
[junit4] 2> 1686173 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1686175 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of
1000ms
[junit4] 2> 1686175 INFO
(searcherExecutor-1891-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6c7d6edf[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1686175 INFO (coreLoadExecutor-1890-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1686474 INFO (qtp589720765-52416) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 1686645 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@6747acd6{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 1686645 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=331014814
[junit4] 2> 1686653 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4149511d
[junit4] 2> 1686653 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 1686654 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1686654 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has
reached 0 - closing IndexWriter
[junit4] 2> 1686654 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1686655 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on
request.
[junit4] 2> 1686655 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.CachingDirectoryFactory Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 1686655 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data/index
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data/index;done=false>>]
[junit4] 2> 1686656 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data/index
[junit4] 2> 1686656 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data;done=false>>]
[junit4] 2> 1686656 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-002/./collection1/data
[junit4] 2> 1686660 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@439b20ac{/solr,null,UNAVAILABLE}
[junit4] 2> 1686662 INFO (qtp589720765-52418) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1686663 INFO (qtp589720765-52418) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 1
[junit4] 2> 1686665 INFO (qtp589720765-52419) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1686666 INFO (qtp589720765-52419) [ x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@1ebdbc97
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@523ef885),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@1ebdbc97
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@523ef885),segFN=segments_2,generation=2}
[junit4] 2> 1686666 INFO (qtp589720765-52419) [ x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 1686667 INFO (qtp589720765-52419) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2ca63392[collection1] main]
[junit4] 2> 1686667 INFO (qtp589720765-52419) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1686667 INFO
(searcherExecutor-1881-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2ca63392[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1686667 INFO (qtp589720765-52419) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 2
[junit4] 2> 1686672 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@65ad608d{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 1686672 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=6728116
[junit4] 2> 1686673 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@409ea6a
[junit4] 2> 1686673 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ 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> 1686674 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1686674 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has
reached 0 - closing IndexWriter
[junit4] 2> 1686674 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1686675 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on
request.
[junit4] 2> 1686675 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.CachingDirectoryFactory Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 1686675 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data;done=false>>]
[junit4] 2> 1686675 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data
[junit4] 2> 1686676 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/index
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/index;done=false>>]
[junit4] 2> 1686676 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/index
[junit4] 2> 1686679 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ x:collection1] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@75e58e66{/solr,null,UNAVAILABLE}
[junit4] 2> 1686685 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1686687 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@39e11e17{/solr,null,AVAILABLE}
[junit4] 2> 1686687 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@3c4b787a{HTTP/1.1}{127.0.0.1:40816}
[junit4] 2> 1686688 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.e.j.s.Server Started @1690490ms
[junit4] 2> 1686688 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/data,
hostContext=/solr, hostPort=40816}
[junit4] 2> 1686688 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@4e0e2f2a
[junit4] 2> 1686688 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001'
[junit4] 2> 1686688 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1686688 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1686688 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/solr.xml
[junit4] 2> 1686693 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/.
[junit4] 2> 1686693 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer New CoreContainer 1972809607
[junit4] 2> 1686693 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001]
[junit4] 2> 1686694 WARN
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/lib
[junit4] 2> 1686700 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1686701 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1686701 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1686701 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1686701 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1686701 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1686702 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/.
[junit4] 2> 1686703 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
[junit4] 2> 1686703 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1
[junit4] 2> 1686703 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1686703 INFO (coreLoadExecutor-1901-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1'
[junit4] 2> 1686705 INFO (coreLoadExecutor-1901-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1686706 INFO (coreLoadExecutor-1901-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1686704 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0
[junit4] 2> 1686708 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[DA26A59BBD8A5178])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1686713 INFO (coreLoadExecutor-1901-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1686716 INFO (coreLoadExecutor-1901-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 1686731 INFO (coreLoadExecutor-1901-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1686733 INFO (coreLoadExecutor-1901-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1686736 INFO (coreLoadExecutor-1901-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1686738 INFO (coreLoadExecutor-1901-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-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1'
[junit4] 2> 1686738 INFO (coreLoadExecutor-1901-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1
[junit4] 2> 1686738 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
[junit4] 2> 1686739 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/]
[junit4] 2> 1686739 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1686739 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/data
[junit4] 2> 1686739 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/index/
[junit4] 2> 1686740 WARN (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1686740 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/data/index
[junit4] 2> 1686740 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1412351384,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1686746 INFO (coreLoadExecutor-1901-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-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@43e510be;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 1686746 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1686747 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-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/./collection1/data/
[junit4] 2> 1686749 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1686752 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1686753 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1686754 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1686755 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1686756 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1686756 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
[junit4] 2> 1686757 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1686757 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1686757 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1686757 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@206f898
[junit4] 2> 1686758 INFO (coreLoadExecutor-1901-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-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@43e510be;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 1686758 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1686758 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3f83b30c[collection1] main]
[junit4] 2> 1686758 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/conf
[junit4] 2> 1686758 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/conf}
[junit4] 2> 1686758 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DA26A59BBD8A5178-001/solr-instance-001/collection1/conf
[junit4] 2> 1686758 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1686759 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following
config files: schema.xml
[junit4] 2> 1686759 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1686759 INFO
(searcherExecutor-1902-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3f83b30c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1686759 INFO (coreLoadExecutor-1901-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1687213 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0]} 0 1
[junit4] 2> 1687215 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[1]} 0 0
[junit4] 2> 1687218 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[2]} 0 0
[junit4] 2> 1687220 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[3]} 0 0
[junit4] 2> 1687222 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[4]} 0 0
[junit4] 2> 1687224 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[5]} 0 0
[junit4] 2> 1687225 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[6]} 0 0
[junit4] 2> 1687228 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[7]} 0 0
[junit4] 2> 1687230 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[8]} 0 0
[junit4] 2> 1687233 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[9]} 0 0
[junit4] 2> 1687234 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[10]} 0 0
[junit4] 2> 1687236 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[11]} 0 0
[junit4] 2> 1687238 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[12]} 0 0
[junit4] 2> 1687240 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[13]} 0 0
[junit4] 2> 1687241 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[14]} 0 0
[junit4] 2> 1687243 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[15]} 0 0
[junit4] 2> 1687245 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[16]} 0 0
[junit4] 2> 1687246 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[17]} 0 0
[junit4] 2> 1687248 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[18]} 0 0
[junit4] 2> 1687250 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[19]} 0 0
[junit4] 2> 1687251 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[20]} 0 0
[junit4] 2> 1687253 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[21]} 0 0
[junit4] 2> 1687255 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[22]} 0 0
[junit4] 2> 1687256 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[23]} 0 0
[junit4] 2> 1687258 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[24]} 0 0
[junit4] 2> 1687260 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[25]} 0 0
[junit4] 2> 1687261 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[26]} 0 0
[junit4] 2> 1687263 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[27]} 0 0
[junit4] 2> 1687265 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[28]} 0 0
[junit4] 2> 1687266 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[29]} 0 0
[junit4] 2> 1687269 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[30]} 0 0
[junit4] 2> 1687271 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[31]} 0 0
[junit4] 2> 1687273 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[32]} 0 0
[junit4] 2> 1687275 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[33]} 0 0
[junit4] 2> 1687277 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[34]} 0 0
[junit4] 2> 1687278 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[35]} 0 0
[junit4] 2> 1687280 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[36]} 0 0
[junit4] 2> 1687282 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[37]} 0 0
[junit4] 2> 1687283 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[38]} 0 0
[junit4] 2> 1687285 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[39]} 0 0
[junit4] 2> 1687287 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[40]} 0 0
[junit4] 2> 1687288 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[41]} 0 0
[junit4] 2> 1687290 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[42]} 0 0
[junit4] 2> 1687292 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[43]} 0 0
[junit4] 2> 1687294 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[44]} 0 0
[junit4] 2> 1687295 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[45]} 0 0
[junit4] 2> 1687297 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[46]} 0 0
[junit4] 2> 1687300 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[47]} 0 0
[junit4] 2> 1687301 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[48]} 0 0
[junit4] 2> 1687303 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[49]} 0 0
[junit4] 2> 1687308 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[50]} 0 0
[junit4] 2> 1687311 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[51]} 0 0
[junit4] 2> 1687313 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[52]} 0 0
[junit4] 2> 1687315 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[53]} 0 0
[junit4] 2> 1687317 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[54]} 0 0
[junit4] 2> 1687318 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[55]} 0 0
[junit4] 2> 1687320 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[56]} 0 0
[junit4] 2> 1687323 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[57]} 0 0
[junit4] 2> 1687325 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[58]} 0 0
[junit4] 2> 1687327 INFO (qtp1448542044-52459) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[59]} 0 0
[junit4] 2> 1687333 INFO (qtp1448542044-52455) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[60]} 0 0
[junit4] 2> 1687334 INFO (qtp1448542044-52456) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[61]} 0 0
[junit4] 2> 1687336 INFO (qtp1448542044-52457) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[62]} 0 0
[junit4] 2> 1687338 INFO (qtp1448542044-52458) [ x:collection1]
o.a.s.u.p.Lo
[...truncated too long message...]
e/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_DA26A59BBD8A5178-001/shard-2-002/cores/collection1/data
[junit4] 2> 5612089 INFO
(TEST-CloudMLTQParserTest.test-seed#[DA26A59BBD8A5178]) [n:127.0.0.1:47027_hv_n
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.Overseer Overseer
(id=95277648466935821-127.0.0.1:47027_hv_n-n_0000000002) closing
[junit4] 2> 5612090 INFO
(OverseerStateUpdate-95277648466935821-127.0.0.1:47027_hv_n-n_0000000002)
[n:127.0.0.1:47027_hv_n ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:47027_hv_n
[junit4] 2> 5612090 INFO
(zkCallback-3779-thread-1-processing-n:127.0.0.1:47027_hv_n)
[n:127.0.0.1:47027_hv_n ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [1])
[junit4] 2> 5612091 WARN
(zkCallback-3779-thread-1-processing-n:127.0.0.1:47027_hv_n)
[n:127.0.0.1:47027_hv_n ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 5612092 INFO
(TEST-CloudMLTQParserTest.test-seed#[DA26A59BBD8A5178]) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@7a286455{SSL-http/1.1}{127.0.0.1:0}
[junit4] 2> 5612092 INFO
(TEST-CloudMLTQParserTest.test-seed#[DA26A59BBD8A5178]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@29b9be3a{/hv_n,null,UNAVAILABLE}
[junit4] 2> 5612094 INFO
(TEST-CloudMLTQParserTest.test-seed#[DA26A59BBD8A5178]) [n:127.0.0.1:47027_hv_n
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:32815 32815
[junit4] 2> 5612295 INFO (Thread-25581) [n:127.0.0.1:37803_hv_n
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:32815 32815
[junit4] 2> 5612297 WARN (Thread-25581) [n:127.0.0.1:37803_hv_n
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 3 /solr/security.json
[junit4] 2> 3 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2> 2 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/live_nodes
[junit4] 2> 4 /solr/collections
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=CloudMLTQParserTest
-Dtests.method=test -Dtests.seed=DA26A59BBD8A5178 -Dtests.multiplier=2
-Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=pl -Dtests.timezone=Asia/Hebron -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 11.4s J2 | CloudMLTQParserTest.test <<<
[junit4] > Throwable #1: arrays first differed at element [1];
expected:<13> but was:<22>
[junit4] > at
__randomizedtesting.SeedInfo.seed([DA26A59BBD8A5178:52729A4113763C80]:0)
[junit4] > at
org.apache.solr.search.mlt.CloudMLTQParserTest.test(CloudMLTQParserTest.java:113)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 5612299 INFO
(SUITE-CloudMLTQParserTest-seed#[DA26A59BBD8A5178]-worker)
[n:127.0.0.1:47027_hv_n c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_DA26A59BBD8A5178-001
[junit4] 2> Jan 26, 2016 3:19:11 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are:
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=24371, maxDocsPerChunk=411, blockSize=9),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=24371, blockSize=9)), sim=ClassicSimilarity, locale=pl,
timezone=Asia/Hebron
[junit4] 2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation
1.8.0_66 (64-bit)/cpus=4,threads=1,free=343553800,total=527958016
[junit4] 2> NOTE: All tests run in this JVM: [TestUtils,
DebugComponentTest, ShardSplitTest, CleanupOldIndexTest,
UnloadDistributedZkTest, SimpleMLTQParserTest, HardAutoCommitTest,
CdcrRequestHandlerTest, TestReload, TestHdfsUpdateLog, TestTolerantSearch,
TestIndexingPerformance, TestSolrXml, FullSolrCloudDistribCmdsTest,
CustomCollectionTest, SolrTestCaseJ4Test, TestNamedUpdateProcessors,
CheckHdfsIndexTest, TermVectorComponentDistributedTest,
TestManagedSchemaDynamicFieldResource, TestHighFrequencyDictionaryFactory,
TestMinMaxOnMultiValuedField, TestIntervalFaceting, AtomicUpdatesTest,
TestClassNameShortening, HdfsCollectionsAPIDistributedZkTest, SuggesterTest,
SegmentsInfoRequestHandlerTest, ScriptEngineTest, TestPostingsSolrHighlighter,
LukeRequestHandlerTest, SimpleFacetsTest, CircularListTest, TestGroupingSearch,
FieldAnalysisRequestHandlerTest, HighlighterConfigTest, DateMathParserTest,
DirectUpdateHandlerOptimizeTest, DataDrivenBlockJoinTest,
TestHashQParserPlugin, BadComponentTest, TestSolrDeletionPolicy1,
RollingRestartTest, TestSolrConfigHandlerConcurrent, SpatialHeatmapFacetsTest,
OverseerStatusTest, TestFieldResource, TestCustomSort, TestSolrQueryResponse,
DistributedQueryComponentOptimizationTest, TestReversedWildcardFilterFactory,
TestLeaderInitiatedRecoveryThread, TestJmxIntegration,
TestManagedStopFilterFactory, BigEndianAscendingWordDeserializerTest,
TestObjectReleaseTracker, TestCustomDocTransformer, TestInitParams,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, RegexBoostProcessorTest,
TestCoreDiscovery, TestSchemaSimilarityResource, TestSolrQueryParser,
TestNonDefinedSimilarityFactory, TestFuzzyAnalyzedSuggestions, RecoveryZkTest,
TestDynamicLoading, TestSort, TestMissingGroups, TestReRankQParserPlugin,
SampleTest, TestDynamicFieldCollectionResource, TestQueryWrapperFilter,
StressHdfsTest, TestCollationField, BasicAuthIntegrationTest,
DistributedFacetPivotSmallTest, TestUseDocValuesAsStored,
TestShardHandlerFactory, BadIndexSchemaTest, TestElisionMultitermQuery,
LeaderElectionTest, TestAuthenticationFramework, ChangedSchemaMergeTest,
HdfsThreadLeakTest, TestSolrIndexConfig,
DistribDocExpirationUpdateProcessorTest, NoCacheHeaderTest,
DirectUpdateHandlerTest, AutoCommitTest, DeleteReplicaTest, TestStressRecovery,
ZkStateReaderTest, ZkStateWriterTest, CachingDirectoryFactoryTest,
TestReqParamsAPI, TestRestoreCore, TestSQLHandler,
TestTrackingShardHandlerFactory, SmileWriterTest, TestChildDocTransformer,
TestRawResponseWriter, TestManagedResource, TestManagedResourceStorage,
TestCopyFieldCollectionResource, TestDynamicFieldResource,
TestManagedSchemaFieldResource, TestSerializedLuceneMatchVersion,
BadCopyFieldTest, DateRangeFieldTest, TestCloudManagedSchema,
TestCloudSchemaless, TestCollationFieldDocValues, TestManagedSchema,
AnalyticsMergeStrategyTest, AnalyticsQueryTest, MergeStrategyTest,
RankQueryTest, TestAddFieldRealTimeGet, TestFieldSortValues,
TestFilteredDocIdSet, TestRandomCollapseQParserPlugin, TestSearcherReuse,
TestSimpleQParserPlugin, TestSmileRequest, TestSolr4Spatial2,
TestStressUserVersions, TestXmlQParser, TestOrdValues,
TestSortByMinMaxFunction, BlockJoinFacetSimpleTest, TestScoreJoinQPScore,
TestJsonRequest, CloudMLTQParserTest]
[junit4] Completed [560/577 (3!)] on J2 in 30.72s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 70 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:747:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:684:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:59:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:524:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1424:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:981:
There were test failures: 577 suites (8 ignored), 2316 tests, 1 suite-level
error, 2 failures, 33 ignored (18 assumptions) [seed: DA26A59BBD8A5178]
Total time: 226 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of 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]