Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19472/
Java: 32bit/jdk1.8.0_121 -server -XX:+UseConcMarkSweepGC
3 tests failed.
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([CF42B3DC0AF087CB:4465600D4BF62C4F]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:861)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:442)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats
Error Message:
Key SEARCHER.searcher.indexVersion not found in registry solr.core.collection1
Stack Trace:
java.lang.AssertionError: Key SEARCHER.searcher.indexVersion not found in
registry solr.core.collection1
at
__randomizedtesting.SeedInfo.seed([CF42B3DC0AF087CB:DCD6E58501EF94]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:132)
at
org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults
Error Message:
mismatch: 'myid1'!='myid' @ response/docs/[0]/id
Stack Trace:
java.lang.RuntimeException: mismatch: 'myid1'!='myid' @ response/docs/[0]/id
at
__randomizedtesting.SeedInfo.seed([CF42B3DC0AF087CB:FD68B442F20EA312]:0)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:984)
at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:931)
at
org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults(TestUseDocValuesAsStored.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11691 lines...]
[junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/init-core-data-001
[junit4] 2> 177476 WARN
(SUITE-ShardSplitTest-seed#[CF42B3DC0AF087CB]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
[junit4] 2> 177476 INFO
(SUITE-ShardSplitTest-seed#[CF42B3DC0AF087CB]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 177478 INFO
(SUITE-ShardSplitTest-seed#[CF42B3DC0AF087CB]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 177478 INFO
(SUITE-ShardSplitTest-seed#[CF42B3DC0AF087CB]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 177479 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 177480 INFO (Thread-502) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 177480 INFO (Thread-502) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 177580 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.ZkTestServer start zk server on port:45122
[junit4] 2> 177591 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 177605 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 177607 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 177608 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 177608 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 177609 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 177610 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 177611 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 177612 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 177613 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 177613 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 177694 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/control-001/cores/collection1
[junit4] 2> 177695 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 177696 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@fe140a{/,null,AVAILABLE}
[junit4] 2> 177698 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@10453b4{HTTP/1.1,[http/1.1]}{127.0.0.1:33690}
[junit4] 2> 177698 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.Server Started @181196ms
[junit4] 2> 177698 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/tempDir-001/control/data,
hostContext=/, hostPort=33690,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/control-001/cores}
[junit4] 2> 177698 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 177698 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 177698 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 177698 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 177698 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-24T11:01:51.749Z
[junit4] 2> 177701 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 177701 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/control-001/solr.xml
[junit4] 2> 177706 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 177711 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45122/solr
[junit4] 2> 177726 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33690_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 177727 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33690_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:33690_
[junit4] 2> 177727 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33690_ ] o.a.s.c.Overseer Overseer
(id=97847326246961156-127.0.0.1:33690_-n_0000000000) starting
[junit4] 2> 177736 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33690_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33690_
[junit4] 2> 177737 INFO
(zkCallback-1123-thread-1-processing-n:127.0.0.1:33690_) [n:127.0.0.1:33690_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 177885 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33690_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 177888 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33690_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 177888 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33690_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 177890 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33690_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/control-001/cores
[junit4] 2> 177890 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33690_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 177890 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 177892 INFO
(OverseerStateUpdate-97847326246961156-127.0.0.1:33690_-n_0000000000)
[n:127.0.0.1:33690_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 178908 WARN
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 178909 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 178937 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 179059 WARN
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 179060 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 179070 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection, trusted=true
[junit4] 2> 179071 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.core_node1' (registry
'solr.core.control_collection.shard1.core_node1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 179075 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 179075 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/control-001/cores/collection1/data/]
[junit4] 2> 179077 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=16.0830078125,
floorSegmentMB=1.4541015625, forceMergeDeletesPctAllowed=29.97755752861518,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 179100 WARN
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 179153 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 179153 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 179154 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 179154 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 179155 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=82.1611328125,
floorSegmentMB=1.1796875, forceMergeDeletesPctAllowed=19.143431810466517,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7065818225379247
[junit4] 2> 179156 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1886b87[collection1] main]
[junit4] 2> 179156 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 179157 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 179157 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 179159 INFO
(searcherExecutor-1502-thread-1-processing-n:127.0.0.1:33690_ x:collection1
c:control_collection) [n:127.0.0.1:33690_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1886b87[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 179159 INFO
(coreLoadExecutor-1501-thread-1-processing-n:127.0.0.1:33690_)
[n:127.0.0.1:33690_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1565557221710888960
[junit4] 2> 179163 INFO
(coreZkRegister-1494-thread-1-processing-n:127.0.0.1:33690_ x:collection1
c:control_collection) [n:127.0.0.1:33690_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 179163 INFO
(coreZkRegister-1494-thread-1-processing-n:127.0.0.1:33690_ x:collection1
c:control_collection) [n:127.0.0.1:33690_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 179163 INFO
(coreZkRegister-1494-thread-1-processing-n:127.0.0.1:33690_ x:collection1
c:control_collection) [n:127.0.0.1:33690_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:33690/collection1/
[junit4] 2> 179163 INFO
(coreZkRegister-1494-thread-1-processing-n:127.0.0.1:33690_ x:collection1
c:control_collection) [n:127.0.0.1:33690_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 179163 INFO
(coreZkRegister-1494-thread-1-processing-n:127.0.0.1:33690_ x:collection1
c:control_collection) [n:127.0.0.1:33690_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:33690/collection1/ has no replicas
[junit4] 2> 179163 INFO
(coreZkRegister-1494-thread-1-processing-n:127.0.0.1:33690_ x:collection1
c:control_collection) [n:127.0.0.1:33690_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 179165 INFO
(coreZkRegister-1494-thread-1-processing-n:127.0.0.1:33690_ x:collection1
c:control_collection) [n:127.0.0.1:33690_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:33690/collection1/ shard1
[junit4] 2> 179316 INFO
(coreZkRegister-1494-thread-1-processing-n:127.0.0.1:33690_ x:collection1
c:control_collection) [n:127.0.0.1:33690_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 179409 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 179409 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45122/solr
ready
[junit4] 2> 179409 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 179482 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-1-001/cores/collection1
[junit4] 2> 179482 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-1-001
[junit4] 2> 179483 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 179492 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@361c2a{/,null,AVAILABLE}
[junit4] 2> 179492 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@3a41d6{HTTP/1.1,[http/1.1]}{127.0.0.1:40532}
[junit4] 2> 179492 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.Server Started @182990ms
[junit4] 2> 179492 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=40532,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-1-001/cores}
[junit4] 2> 179493 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 179493 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 179493 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 179493 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 179493 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-24T11:01:53.544Z
[junit4] 2> 179496 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 179496 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-1-001/solr.xml
[junit4] 2> 179503 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 179506 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45122/solr
[junit4] 2> 179513 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:40532_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 179514 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:40532_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 179515 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:40532_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40532_
[junit4] 2> 179516 INFO
(zkCallback-1123-thread-1-processing-n:127.0.0.1:33690_) [n:127.0.0.1:33690_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 179516 INFO (zkCallback-1127-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 179516 INFO
(zkCallback-1132-thread-1-processing-n:127.0.0.1:40532_) [n:127.0.0.1:40532_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 179584 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:40532_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 179589 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:40532_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 179589 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:40532_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 179592 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:40532_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-1-001/cores
[junit4] 2> 179592 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:40532_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 179592 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 179593 INFO
(OverseerStateUpdate-97847326246961156-127.0.0.1:33690_-n_0000000000)
[n:127.0.0.1:33690_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 180605 WARN
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 180605 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 180617 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 180689 WARN
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 180696 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 180704 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 180705 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry
'solr.core.collection1.shard2.core_node1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 180705 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 180705 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 180708 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=47,
maxMergedSegmentMB=16.0830078125, floorSegmentMB=1.4541015625,
forceMergeDeletesPctAllowed=29.97755752861518, segmentsPerTier=15.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 180737 WARN
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 180771 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 180771 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 180787 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 180787 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 180788 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=29,
maxMergedSegmentMB=82.1611328125, floorSegmentMB=1.1796875,
forceMergeDeletesPctAllowed=19.143431810466517, segmentsPerTier=11.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7065818225379247
[junit4] 2> 180788 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1183d47[collection1] main]
[junit4] 2> 180789 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 180789 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 180790 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 180791 INFO
(searcherExecutor-1513-thread-1-processing-n:127.0.0.1:40532_ x:collection1
c:collection1) [n:127.0.0.1:40532_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1183d47[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 180791 INFO
(coreLoadExecutor-1512-thread-1-processing-n:127.0.0.1:40532_)
[n:127.0.0.1:40532_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1565557223422164992
[junit4] 2> 180796 INFO
(coreZkRegister-1507-thread-1-processing-n:127.0.0.1:40532_ x:collection1
c:collection1) [n:127.0.0.1:40532_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 180796 INFO
(coreZkRegister-1507-thread-1-processing-n:127.0.0.1:40532_ x:collection1
c:collection1) [n:127.0.0.1:40532_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 180796 INFO
(coreZkRegister-1507-thread-1-processing-n:127.0.0.1:40532_ x:collection1
c:collection1) [n:127.0.0.1:40532_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:40532/collection1/
[junit4] 2> 180796 INFO
(coreZkRegister-1507-thread-1-processing-n:127.0.0.1:40532_ x:collection1
c:collection1) [n:127.0.0.1:40532_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 180796 INFO
(coreZkRegister-1507-thread-1-processing-n:127.0.0.1:40532_ x:collection1
c:collection1) [n:127.0.0.1:40532_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:40532/collection1/ has no
replicas
[junit4] 2> 180796 INFO
(coreZkRegister-1507-thread-1-processing-n:127.0.0.1:40532_ x:collection1
c:collection1) [n:127.0.0.1:40532_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 180797 INFO
(coreZkRegister-1507-thread-1-processing-n:127.0.0.1:40532_ x:collection1
c:collection1) [n:127.0.0.1:40532_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:40532/collection1/ shard2
[junit4] 2> 180948 INFO
(coreZkRegister-1507-thread-1-processing-n:127.0.0.1:40532_ x:collection1
c:collection1) [n:127.0.0.1:40532_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 181180 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-2-001/cores/collection1
[junit4] 2> 181180 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-2-001
[junit4] 2> 181181 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 181182 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3553fe{/,null,AVAILABLE}
[junit4] 2> 181182 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@1871a06{HTTP/1.1,[http/1.1]}{127.0.0.1:35239}
[junit4] 2> 181182 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.Server Started @184680ms
[junit4] 2> 181182 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=35239,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-2-001/cores}
[junit4] 2> 181183 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 181183 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 181183 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 181183 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 181183 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-24T11:01:55.234Z
[junit4] 2> 181186 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 181186 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-2-001/solr.xml
[junit4] 2> 181197 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 181199 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45122/solr
[junit4] 2> 181207 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:35239_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 181208 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:35239_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 181208 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:35239_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35239_
[junit4] 2> 181209 INFO (zkCallback-1127-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 181209 INFO
(zkCallback-1132-thread-1-processing-n:127.0.0.1:40532_) [n:127.0.0.1:40532_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 181210 INFO
(zkCallback-1138-thread-1-processing-n:127.0.0.1:35239_) [n:127.0.0.1:35239_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 181210 INFO
(zkCallback-1123-thread-1-processing-n:127.0.0.1:33690_) [n:127.0.0.1:33690_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 181336 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:35239_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 181341 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:35239_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 181347 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:35239_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 181350 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:35239_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-2-001/cores
[junit4] 2> 181350 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:35239_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 181350 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 181351 INFO
(OverseerStateUpdate-97847326246961156-127.0.0.1:33690_-n_0000000000)
[n:127.0.0.1:33690_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 182362 WARN
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 182362 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 182375 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 182470 WARN
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 182471 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 182487 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 182487 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr.core.collection1.shard1.core_node2' (registry
'solr.core.collection1.shard1.core_node2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 182487 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 182487 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 182490 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=47,
maxMergedSegmentMB=16.0830078125, floorSegmentMB=1.4541015625,
forceMergeDeletesPctAllowed=29.97755752861518, segmentsPerTier=15.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 182535 WARN
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 182573 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 182573 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 182574 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 182574 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 182575 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=29,
maxMergedSegmentMB=82.1611328125, floorSegmentMB=1.1796875,
forceMergeDeletesPctAllowed=19.143431810466517, segmentsPerTier=11.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7065818225379247
[junit4] 2> 182575 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1a5aea9[collection1] main]
[junit4] 2> 182576 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 182576 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 182577 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 182578 INFO
(searcherExecutor-1524-thread-1-processing-n:127.0.0.1:35239_ x:collection1
c:collection1) [n:127.0.0.1:35239_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1a5aea9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 182583 INFO
(coreLoadExecutor-1523-thread-1-processing-n:127.0.0.1:35239_)
[n:127.0.0.1:35239_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1565557225301213184
[junit4] 2> 182587 INFO
(coreZkRegister-1518-thread-1-processing-n:127.0.0.1:35239_ x:collection1
c:collection1) [n:127.0.0.1:35239_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 182587 INFO
(coreZkRegister-1518-thread-1-processing-n:127.0.0.1:35239_ x:collection1
c:collection1) [n:127.0.0.1:35239_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 182588 INFO
(coreZkRegister-1518-thread-1-processing-n:127.0.0.1:35239_ x:collection1
c:collection1) [n:127.0.0.1:35239_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:35239/collection1/
[junit4] 2> 182588 INFO
(coreZkRegister-1518-thread-1-processing-n:127.0.0.1:35239_ x:collection1
c:collection1) [n:127.0.0.1:35239_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 182588 INFO
(coreZkRegister-1518-thread-1-processing-n:127.0.0.1:35239_ x:collection1
c:collection1) [n:127.0.0.1:35239_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:35239/collection1/ has no
replicas
[junit4] 2> 182588 INFO
(coreZkRegister-1518-thread-1-processing-n:127.0.0.1:35239_ x:collection1
c:collection1) [n:127.0.0.1:35239_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 182589 INFO
(coreZkRegister-1518-thread-1-processing-n:127.0.0.1:35239_ x:collection1
c:collection1) [n:127.0.0.1:35239_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:35239/collection1/ shard1
[junit4] 2> 182740 INFO
(coreZkRegister-1518-thread-1-processing-n:127.0.0.1:35239_ x:collection1
c:collection1) [n:127.0.0.1:35239_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 182944 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-3-001/cores/collection1
[junit4] 2> 182944 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-3-001
[junit4] 2> 182945 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 182945 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@118204f{/,null,AVAILABLE}
[junit4] 2> 182946 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@46e81d{HTTP/1.1,[http/1.1]}{127.0.0.1:33611}
[junit4] 2> 182946 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.Server Started @186444ms
[junit4] 2> 182946 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=33611,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-3-001/cores}
[junit4] 2> 182946 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 182947 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 182947 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 182947 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 182947 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-24T11:01:56.998Z
[junit4] 2> 182950 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 182950 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-3-001/solr.xml
[junit4] 2> 182953 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 182957 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45122/solr
[junit4] 2> 182969 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33611_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 182970 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33611_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 182971 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33611_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33611_
[junit4] 2> 182972 INFO
(zkCallback-1138-thread-1-processing-n:127.0.0.1:35239_) [n:127.0.0.1:35239_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 182972 INFO (zkCallback-1127-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 182972 INFO
(zkCallback-1132-thread-1-processing-n:127.0.0.1:40532_) [n:127.0.0.1:40532_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 182972 INFO
(zkCallback-1144-thread-1-processing-n:127.0.0.1:33611_) [n:127.0.0.1:33611_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 182972 INFO
(zkCallback-1123-thread-1-processing-n:127.0.0.1:33690_) [n:127.0.0.1:33690_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 183060 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33611_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 183065 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33611_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 183065 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33611_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 183067 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33611_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-3-001/cores
[junit4] 2> 183067 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33611_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 183067 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 183068 INFO
(OverseerStateUpdate-97847326246961156-127.0.0.1:33690_-n_0000000000)
[n:127.0.0.1:33690_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 184077 WARN
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 184080 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 184093 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 184187 WARN
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 184188 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 184199 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 184199 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr.core.collection1.shard2.core_node3' (registry
'solr.core.collection1.shard2.core_node3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 184199 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 184199 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 184204 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=47,
maxMergedSegmentMB=16.0830078125, floorSegmentMB=1.4541015625,
forceMergeDeletesPctAllowed=29.97755752861518, segmentsPerTier=15.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 184245 WARN
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 184276 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 184276 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 184277 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 184277 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 184278 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=29,
maxMergedSegmentMB=82.1611328125, floorSegmentMB=1.1796875,
forceMergeDeletesPctAllowed=19.143431810466517, segmentsPerTier=11.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7065818225379247
[junit4] 2> 184278 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1003654[collection1] main]
[junit4] 2> 184279 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 184279 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 184280 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 184281 INFO
(searcherExecutor-1535-thread-1-processing-n:127.0.0.1:33611_ x:collection1
c:collection1) [n:127.0.0.1:33611_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1003654[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 184281 INFO
(coreLoadExecutor-1534-thread-1-processing-n:127.0.0.1:33611_)
[n:127.0.0.1:33611_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1565557227081695232
[junit4] 2> 184284 INFO
(coreZkRegister-1529-thread-1-processing-n:127.0.0.1:33611_ x:collection1
c:collection1) [n:127.0.0.1:33611_ c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 184284 INFO
(updateExecutor-1141-thread-1-processing-n:127.0.0.1:33611_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33611_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 184284 INFO
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:33611_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33611_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 184284 INFO
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:33611_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33611_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 184284 INFO
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:33611_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33611_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 184284 INFO
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:33611_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33611_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 184284 INFO
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:33611_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33611_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core
[collection1] as recovering, leader is [http://127.0.0.1:40532/collection1/]
and I am [http://127.0.0.1:33611/collection1/]
[junit4] 2> 184286 INFO
(recoveryExecutor-1142-thread-1-processing-n:127.0.0.1:33611_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:33611_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:40532]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:33611_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 184289 INFO (qtp1356096-3818) [n:127.0.0.1:40532_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 184289 INFO (qtp1356096-3818) [n:127.0.0.1:40532_ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 184289 INFO (qtp1356096-3818) [n:127.0.0.1:40532_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:33611_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:33611","node_name":"127.0.0.1:33611_","state":"down"}
[junit4] 2> 184675 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-4-001/cores/collection1
[junit4] 2> 184675 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-4-001
[junit4] 2> 184676 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 184676 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7b8477{/,null,AVAILABLE}
[junit4] 2> 184677 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@193dd9b{HTTP/1.1,[http/1.1]}{127.0.0.1:33380}
[junit4] 2> 184677 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.e.j.s.Server Started @188175ms
[junit4] 2> 184677 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/tempDir-001/jetty4,
solrconfig=solrconfig.xml, hostContext=/, hostPort=33380,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-4-001/cores}
[junit4] 2> 184677 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 184678 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 184678 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 184678 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 184678 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-24T11:01:58.729Z
[junit4] 2> 184681 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 184681 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-4-001/solr.xml
[junit4] 2> 184685 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 184687 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45122/solr
[junit4] 2> 184694 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33380_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 184696 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33380_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 184697 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33380_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33380_
[junit4] 2> 184698 INFO
(zkCallback-1123-thread-1-processing-n:127.0.0.1:33690_) [n:127.0.0.1:33690_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 184698 INFO
(zkCallback-1132-thread-1-processing-n:127.0.0.1:40532_) [n:127.0.0.1:40532_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 184698 INFO (zkCallback-1127-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 184699 INFO
(zkCallback-1151-thread-1-processing-n:127.0.0.1:33380_) [n:127.0.0.1:33380_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 184698 INFO
(zkCallback-1144-thread-1-processing-n:127.0.0.1:33611_) [n:127.0.0.1:33611_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 184698 INFO
(zkCallback-1138-thread-1-processing-n:127.0.0.1:35239_) [n:127.0.0.1:35239_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 184777 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33380_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 184781 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33380_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 184782 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33380_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13dda35
[junit4] 2> 184783 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33380_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_CF42B3DC0AF087CB-001/shard-4-001/cores
[junit4] 2> 184783 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[CF42B3DC0AF087CB])
[n:127.0.0.1:33380_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 184783 INFO
(coreLoadExecutor-1545-thread-1-processing-n:127.0.0.1:33380_)
[n:127.0.0.1:33380_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 184784 INFO
(OverseerStateUpdate-97847326246961156-127.0.0.1:33690_-n_0000000000)
[n:127.0.0.1:33690_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 185289 INFO (qtp1356096-3818) [n:127.0.0.1:40532_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:33611_, coreNodeName=core_node3, onlyIfActiveCheckResult=fal
[...truncated too long message...]
TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=*&wt=xml} hits=8 status=0 QTime=0
[junit4] 2> 1920060 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[270]} 0 0
[junit4] 2> 1920060 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1920060 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@1426858 commitCommandVersion:0
[junit4] 2> 1920115 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1673f52[collection1] main]
[junit4] 2> 1920116 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1920117 INFO (searcherExecutor-6076-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1673f52[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7f(7.0.0):c1)
Uninverting(_7g(7.0.0):c1) Uninverting(_7h(7.0.0):c1)
Uninverting(_7i(7.0.0):c1) Uninverting(_7j(7.0.0):c1)
Uninverting(_7k(7.0.0):c1) Uninverting(_7l(7.0.0):c1)
Uninverting(_7m(7.0.0):c1) Uninverting(_7n(7.0.0):c1)))}
[junit4] 2> 1920117 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 56
[junit4] 2> 1920117 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:270&fl=enum_dvo&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1920117 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:270&fl=enum_dvo,*&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1920118 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:270&fl=*dvo&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1920118 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:270&fl=*&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1920118 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:270&fl=enum_dvo,fakeFieldName&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1920119 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=*&wt=xml} hits=9 status=0 QTime=0
[junit4] 2> 1920119 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM
INDEX
[junit4] 2> 1920119 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 1920119 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1920119 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=23015338
[junit4] 2> 1920119 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 1920121 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 1920122 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 1920122 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1920122 INFO (coreCloseExecutor-6080-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1585712
[junit4] 2> 1920123 INFO (coreCloseExecutor-6080-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=22566674
[junit4] 2> 1920125 INFO
(TEST-TestUseDocValuesAsStored.testRandomSingleAndMultiValued-seed#[CF42B3DC0AF087CB])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testRandomSingleAndMultiValued
[junit4] 2> 1920126 INFO
(SUITE-TestUseDocValuesAsStored-seed#[CF42B3DC0AF087CB]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored_CF42B3DC0AF087CB-001
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=true): {}, locale=sr-Latn,
timezone=Canada/Atlantic
[junit4] 2> NOTE: Linux 4.4.0-72-generic i386/Oracle Corporation 1.8.0_121
(32-bit)/cpus=12,threads=1,free=284109632,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestXmlQParser,
TestPseudoReturnFields, HdfsRecoverLeaseTest,
PeerSyncWithIndexFingerprintCachingTest, TestCodecSupport,
QueryElevationComponentTest, DistributedFacetPivotWhiteBoxTest,
TestSlowCompositeReaderWrapper, TestLeaderElectionWithEmptyReplica,
TestJsonFacets, TestSSLRandomization, TestHighFrequencyDictionaryFactory,
TestSolrCoreProperties, PeerSyncTest, TestLMJelinekMercerSimilarityFactory,
RankQueryTest, TestSolrCloudWithSecureImpersonation,
TestSolrConfigHandlerCloud, TestClusterStateMutator, TestCollapseQParserPlugin,
TestCustomSort, TestCrossCoreJoin, NumericFieldsTest, TestRemoteStreaming,
ShardSplitTest, SyncSliceTest, DefaultValueUpdateProcessorTest,
ExitableDirectoryReaderTest, TestPathTrie, TestConfigSetsAPI,
CollectionReloadTest, CursorPagingTest, RequestLoggingTest,
TestValueSourceCache, DistanceUnitsTest, AnalysisErrorHandlingTest,
TestConfigSetProperties, TestAuthorizationFramework, HLLSerializationTest,
TestSizeLimitedDistributedMap, NotRequiredUniqueKeyTest,
SolrCoreMetricManagerTest, TestRandomFaceting, TestInfoStreamLogging,
TestFieldTypeCollectionResource, DateMathParserTest, MetricUtilsTest,
SolrCoreTest, DocumentAnalysisRequestHandlerTest, TestBulkSchemaConcurrent,
PingRequestHandlerTest, BlockJoinFacetRandomTest, TestRealTimeGet,
TestAnalyzedSuggestions, ConjunctionSolrSpellCheckerTest,
ClassificationUpdateProcessorIntegrationTest, TestRTimerTree,
TestFoldingMultitermQuery, TestDownShardTolerantSearch, PolyFieldTest,
TestRandomDVFaceting, FileBasedSpellCheckerTest, QueryEqualityTest,
TestOmitPositions, CursorMarkTest, BasicZkTest, TestHdfsBackupRestoreCore,
TestNumericTerms64, URLClassifyProcessorTest, TestCloudSchemaless,
TestCloudInspectUtil, TestJettySolrRunner, OverseerRolesTest,
TestMultiWordSynonyms, TestDynamicFieldResource, TestChildDocTransformer,
TestFunctionQuery, BasicDistributedZkTest, DistributedFacetPivotLongTailTest,
TestQuerySenderListener, JavabinLoaderTest, ReplicaListTransformerTest,
MissingSegmentRecoveryTest, SolrMetricsIntegrationTest,
TestBlendedInfixSuggestions, SuggestComponentContextFilterQueryTest,
UtilsToolTest, TestFaceting, RequiredFieldsTest,
CoreMergeIndexesAdminHandlerTest, BufferStoreTest, V2ApiIntegrationTest,
PreAnalyzedFieldTest, PropertiesRequestHandlerTest, TestJoin,
TestCustomDocTransformer, DistributedExpandComponentTest,
DistributedSuggestComponentTest, TestSchemaResource,
TestAtomicUpdateErrorCases, TestRestoreCore, TestNamedUpdateProcessors,
TestRawResponseWriter, TestRandomFlRTGCloud, TestFieldCacheSort, TestCSVLoader,
NodeMutatorTest, PathHierarchyTokenizerFactoryTest, ConfigSetsAPITest,
BaseCdcrDistributedZkTest, TestSearcherReuse, TestScoreJoinQPNoScore,
LeaderInitiatedRecoveryOnCommitTest, ReplaceNodeTest,
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest,
SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCloudDeleteByQuery,
TestCloudRecovery, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest,
SecurityConfHandlerTest, TestApiFramework, TestConfigsApi, TestCoreAdminApis,
DistributedFacetExistsSmallTest, DistributedFacetPivotSmallTest,
FacetPivotSmallTest, ShufflingReplicaListTransformerTest,
SpatialHeatmapFacetsTest, SubstringBytesRefFilterTest, TestIntervalFaceting,
TestMacroExpander, JSONWriterTest, SmileWriterTest, TestGeoJSONResponseWriter,
TestGraphMLResponseWriter, TestJavabinTupleStreamParser, TestPushWriter,
TestSolrQueryResponse, TestSubQueryTransformerDistrib, TestBulkSchemaAPI,
ManagedSchemaRoundRobinCloudTest, TestUseDocValuesAsStored]
[junit4] Completed [659/702 (3!)] on J0 in 43.84s, 6 tests, 1 error <<<
FAILURES!
[...truncated 39492 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]