Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2258/
2 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([448EC2C7DED1B926:CFA911169FD712A2]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:913)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:428)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:748)
FAILED:
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
Error Message:
Document mismatch on target after sync expected:<2000> but was:<1901>
Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync
expected:<2000> but was:<1901>
at
__randomizedtesting.SeedInfo.seed([448EC2C7DED1B926:90CB899E39870ADD]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:292)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:748)
Build Log:
[...truncated 12089 lines...]
[junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4] 2> 357292 INFO
(SUITE-ShardSplitTest-seed#[448EC2C7DED1B926]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/init-core-data-001
[junit4] 2> 357292 WARN
(SUITE-ShardSplitTest-seed#[448EC2C7DED1B926]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 357292 INFO
(SUITE-ShardSplitTest-seed#[448EC2C7DED1B926]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 357294 INFO
(SUITE-ShardSplitTest-seed#[448EC2C7DED1B926]-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> 357294 INFO
(SUITE-ShardSplitTest-seed#[448EC2C7DED1B926]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 357296 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.ZkTestServer
STARTING ZK TEST SERVER
[junit4] 2> 357296 INFO (Thread-226) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 357296 INFO (Thread-226) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 357297 ERROR (Thread-226) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 357396 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.ZkTestServer
start zk server on port:39042
[junit4] 2> 357398 INFO (zkConnectionManagerCallback-421-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 357402 INFO (zkConnectionManagerCallback-423-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 357425 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 357426 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 357435 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 357436 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 357437 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 357438 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 357438 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 357439 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 357440 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 357441 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 357441 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 357460 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 357460 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x160fcc286020001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 357754 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 357767 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@72d1d52b{/,null,AVAILABLE}
[junit4] 2> 357768 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@680a30b3{HTTP/1.1,[http/1.1]}{127.0.0.1:35185}
[junit4] 2> 357768 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.e.j.s.Server
Started @367199ms
[junit4] 2> 357769 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=35185,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/control-001/cores}
[junit4] 2> 357769 ERROR
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 357769 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 357769 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 357769 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 357769 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-16T02:18:15.386Z
[junit4] 2> 357784 INFO (zkConnectionManagerCallback-425-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 357785 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 357785 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/control-001/solr.xml
[junit4] 2> 357796 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 357796 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 357797 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 357812 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:39042/solr
[junit4] 2> 357813 INFO (zkConnectionManagerCallback-429-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 357815 INFO
(zkConnectionManagerCallback-431-thread-1-processing-n:127.0.0.1:35185_)
[n:127.0.0.1:35185_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 358009 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:35185_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 358010 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:35185_ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35185_
[junit4] 2> 358010 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:35185_ ]
o.a.s.c.Overseer Overseer (id=99357104204283908-127.0.0.1:35185_-n_0000000000)
starting
[junit4] 2> 358059 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:35185_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35185_
[junit4] 2> 358076 INFO
(OverseerStateUpdate-99357104204283908-127.0.0.1:35185_-n_0000000000)
[n:127.0.0.1:35185_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 358272 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:35185_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 358303 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:35185_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 358303 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:35185_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 358304 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:35185_ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/control-001/cores
[junit4] 2> 358363 INFO (zkConnectionManagerCallback-437-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 358364 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 358364 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39042/solr ready
[junit4] 2> 358399 INFO (qtp575047345-1344) [n:127.0.0.1:35185_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35185_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 358436 INFO
(OverseerThreadFactory-412-thread-1-processing-n:127.0.0.1:35185_)
[n:127.0.0.1:35185_ ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 358541 INFO (qtp575047345-1346) [n:127.0.0.1:35185_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 358541 INFO (qtp575047345-1346) [n:127.0.0.1:35185_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 358644 INFO
(zkCallback-430-thread-1-processing-n:127.0.0.1:35185_) [n:127.0.0.1:35185_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 359606 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 359678 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 360063 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 360120 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 360129 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 360154 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 360154 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 360157 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=73.462890625,
floorSegmentMB=1.6728515625, forceMergeDeletesPctAllowed=12.22560260530883,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 360177 WARN (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
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> 360331 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 360331 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 360332 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 360332 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 360333 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=17.9404296875,
floorSegmentMB=0.916015625, forceMergeDeletesPctAllowed=25.628124242071326,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 360351 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2b81dab2[control_collection_shard1_replica_n1] main]
[junit4] 2> 360352 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 360353 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 360353 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 360353 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1589713670472990720
[junit4] 2> 360393 INFO
(searcherExecutor-415-thread-1-processing-n:127.0.0.1:35185_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:35185_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@2b81dab2[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 360394 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 360394 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 360394 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:35185/control_collection_shard1_replica_n1/
[junit4] 2> 360395 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 360395 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:35185/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 360395 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 360427 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:35185/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 360529 INFO
(zkCallback-430-thread-2-processing-n:127.0.0.1:35185_) [n:127.0.0.1:35185_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 360578 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 360580 INFO (qtp575047345-1346) [n:127.0.0.1:35185_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2039
[junit4] 2> 360583 INFO (qtp575047345-1344) [n:127.0.0.1:35185_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 360681 INFO
(zkCallback-430-thread-2-processing-n:127.0.0.1:35185_) [n:127.0.0.1:35185_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 361583 INFO (qtp575047345-1344) [n:127.0.0.1:35185_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35185_&wt=javabin&version=2}
status=0 QTime=3184
[junit4] 2> 361595 INFO (zkConnectionManagerCallback-441-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 361595 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 361596 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39042/solr ready
[junit4] 2> 361596 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.ChaosMonkey
monkey: init - expire sessions:false cause connection loss:false
[junit4] 2> 361597 INFO (qtp575047345-1341) [n:127.0.0.1:35185_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 361599 INFO
(OverseerThreadFactory-412-thread-2-processing-n:127.0.0.1:35185_)
[n:127.0.0.1:35185_ ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 361599 INFO
(OverseerCollectionConfigSetProcessor-99357104204283908-127.0.0.1:35185_-n_0000000000)
[n:127.0.0.1:35185_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 361599 WARN
(OverseerThreadFactory-412-thread-2-processing-n:127.0.0.1:35185_)
[n:127.0.0.1:35185_ ] o.a.s.c.CreateCollectionCmd It is unusual to create a
collection (collection1) without cores.
[junit4] 2> 361802 INFO (qtp575047345-1341) [n:127.0.0.1:35185_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 361803 INFO (qtp575047345-1341) [n:127.0.0.1:35185_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=205
[junit4] 2> 361906 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-1-001
of type NRT
[junit4] 2> 361906 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 361907 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@69309a3{/,null,AVAILABLE}
[junit4] 2> 361908 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5fca6066{HTTP/1.1,[http/1.1]}{127.0.0.1:43613}
[junit4] 2> 361908 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.e.j.s.Server
Started @371339ms
[junit4] 2> 361908 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=43613,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-1-001/cores}
[junit4] 2> 361908 ERROR
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 361908 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 361908 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 361908 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 361908 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-16T02:18:19.525Z
[junit4] 2> 361910 INFO (zkConnectionManagerCallback-443-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 361910 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 361910 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-1-001/solr.xml
[junit4] 2> 361926 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 361926 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 361927 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 361929 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:39042/solr
[junit4] 2> 361930 INFO (zkConnectionManagerCallback-447-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 361948 INFO
(zkConnectionManagerCallback-449-thread-1-processing-n:127.0.0.1:43613_)
[n:127.0.0.1:43613_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 361984 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:43613_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 361985 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:43613_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 361987 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:43613_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43613_
[junit4] 2> 361987 INFO
(zkCallback-430-thread-2-processing-n:127.0.0.1:35185_) [n:127.0.0.1:35185_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 362004 INFO (zkCallback-440-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 362005 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 362109 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:43613_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 362120 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:43613_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 362120 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:43613_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 362122 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:43613_ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-1-001/cores
[junit4] 2> 362150 INFO (qtp575047345-1342) [n:127.0.0.1:35185_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:43613_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 362151 INFO
(OverseerCollectionConfigSetProcessor-99357104204283908-127.0.0.1:35185_-n_0000000000)
[n:127.0.0.1:35185_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 362152 INFO
(OverseerThreadFactory-412-thread-3-processing-n:127.0.0.1:35185_)
[n:127.0.0.1:35185_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43613_
for creating new replica
[junit4] 2> 362155 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 362156 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 362258 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 363197 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 363256 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
[collection1_shard2_replica_n41] Schema name=test
[junit4] 2> 363658 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 363712 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from
collection collection1, trusted=true
[junit4] 2> 363713 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n41' (registry
'solr.core.collection1.shard2.replica_n41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 363713 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 363713 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[[collection1_shard2_replica_n41] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-1-001/cores/collection1_shard2_replica_n41],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
[junit4] 2> 363740 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=73.462890625,
floorSegmentMB=1.6728515625, forceMergeDeletesPctAllowed=12.22560260530883,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 363875 WARN (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
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> 364095 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 364095 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 364096 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 364096 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 364097 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=17.9404296875,
floorSegmentMB=0.916015625, forceMergeDeletesPctAllowed=25.628124242071326,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 364118 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@22ddfe12[collection1_shard2_replica_n41] main]
[junit4] 2> 364162 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 364183 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 364183 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 364183 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1589713674489036800
[junit4] 2> 364220 INFO
(searcherExecutor-426-thread-1-processing-n:127.0.0.1:43613_
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[collection1_shard2_replica_n41] Registered new searcher
Searcher@22ddfe12[collection1_shard2_replica_n41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 364257 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 364257 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 364257 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:43613/collection1_shard2_replica_n41/
[junit4] 2> 364257 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 364257 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
http://127.0.0.1:43613/collection1_shard2_replica_n41/ has no replicas
[junit4] 2> 364257 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 364261 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43613/collection1_shard2_replica_n41/ shard2
[junit4] 2> 364262 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 364311 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 364312 INFO (qtp1444522290-1392) [n:127.0.0.1:43613_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2157
[junit4] 2> 364332 INFO (qtp575047345-1342) [n:127.0.0.1:35185_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:43613_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=2182
[junit4] 2> 364432 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 364746 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-2-001
of type NRT
[junit4] 2> 364747 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 364748 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@68c04799{/,null,AVAILABLE}
[junit4] 2> 364749 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3a4fcd41{HTTP/1.1,[http/1.1]}{127.0.0.1:37060}
[junit4] 2> 364749 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.e.j.s.Server
Started @374179ms
[junit4] 2> 364749 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=37060,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-2-001/cores}
[junit4] 2> 364749 ERROR
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 364749 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 364749 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 364749 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 364749 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-16T02:18:22.366Z
[junit4] 2> 364786 INFO (zkConnectionManagerCallback-453-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 364806 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 364806 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-2-001/solr.xml
[junit4] 2> 364810 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 364810 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 364823 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 364825 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:39042/solr
[junit4] 2> 364830 INFO (zkConnectionManagerCallback-457-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 364840 INFO
(zkConnectionManagerCallback-459-thread-1-processing-n:127.0.0.1:37060_)
[n:127.0.0.1:37060_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 364852 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:37060_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 364853 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:37060_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 364855 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:37060_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37060_
[junit4] 2> 364883 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 364883 INFO
(zkCallback-430-thread-2-processing-n:127.0.0.1:35185_) [n:127.0.0.1:35185_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 364885 INFO (zkCallback-440-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 364968 INFO
(zkCallback-458-thread-1-processing-n:127.0.0.1:37060_) [n:127.0.0.1:37060_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 365109 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:37060_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 365145 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:37060_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 365145 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:37060_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 365162 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:37060_ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-2-001/cores
[junit4] 2> 365284 INFO (qtp575047345-1346) [n:127.0.0.1:35185_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:37060_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 365301 INFO
(OverseerCollectionConfigSetProcessor-99357104204283908-127.0.0.1:35185_-n_0000000000)
[n:127.0.0.1:35185_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 365302 INFO
(OverseerThreadFactory-412-thread-4-processing-n:127.0.0.1:35185_)
[n:127.0.0.1:35185_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:37060_
for creating new replica
[junit4] 2> 365338 INFO (qtp365295878-1424) [n:127.0.0.1:37060_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 365339 INFO (qtp365295878-1424) [n:127.0.0.1:37060_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 365442 INFO
(zkCallback-458-thread-1-processing-n:127.0.0.1:37060_) [n:127.0.0.1:37060_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 365442 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 366403 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 366453 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema
[collection1_shard1_replica_n43] Schema name=test
[junit4] 2> 366724 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 366802 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from
collection collection1, trusted=true
[junit4] 2> 366802 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n43' (registry
'solr.core.collection1.shard1.replica_n43') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 366803 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 366803 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[[collection1_shard1_replica_n43] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-2-001/cores/collection1_shard1_replica_n43],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
[junit4] 2> 366805 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=73.462890625,
floorSegmentMB=1.6728515625, forceMergeDeletesPctAllowed=12.22560260530883,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 366840 WARN (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
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> 366985 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 366985 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 366998 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 366998 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 366999 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=17.9404296875,
floorSegmentMB=0.916015625, forceMergeDeletesPctAllowed=25.628124242071326,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 366999 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2c6258c0[collection1_shard1_replica_n43] main]
[junit4] 2> 367000 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 367000 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 367001 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 367019 INFO
(searcherExecutor-437-thread-1-processing-n:127.0.0.1:37060_
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[collection1_shard1_replica_n43] Registered new searcher
Searcher@2c6258c0[collection1_shard1_replica_n43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 367019 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1589713677462798336
[junit4] 2> 367036 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 367036 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 367036 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:37060/collection1_shard1_replica_n43/
[junit4] 2> 367036 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 367036 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
http://127.0.0.1:37060/collection1_shard1_replica_n43/ has no replicas
[junit4] 2> 367036 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 367038 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37060/collection1_shard1_replica_n43/ shard1
[junit4] 2> 367142 INFO
(zkCallback-458-thread-1-processing-n:127.0.0.1:37060_) [n:127.0.0.1:37060_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 367142 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 367157 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 367158 INFO (qtp365295878-1424) [n:127.0.0.1:37060_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1819
[junit4] 2> 367173 INFO (qtp575047345-1346) [n:127.0.0.1:35185_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:37060_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1888
[junit4] 2> 367274 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 367274 INFO
(zkCallback-458-thread-1-processing-n:127.0.0.1:37060_) [n:127.0.0.1:37060_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 367322 INFO
(OverseerCollectionConfigSetProcessor-99357104204283908-127.0.0.1:35185_-n_0000000000)
[n:127.0.0.1:35185_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 367699 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-3-001
of type NRT
[junit4] 2> 367701 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 367736 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2db2c4f4{/,null,AVAILABLE}
[junit4] 2> 367736 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7c3786fb{HTTP/1.1,[http/1.1]}{127.0.0.1:41841}
[junit4] 2> 367736 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.e.j.s.Server
Started @377167ms
[junit4] 2> 367736 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=41841,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-3-001/cores}
[junit4] 2> 367736 ERROR
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 367738 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 367738 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 367738 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 367738 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-16T02:18:25.355Z
[junit4] 2> 367755 INFO (zkConnectionManagerCallback-463-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 367756 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 367756 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-3-001/solr.xml
[junit4] 2> 367772 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 367772 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 367773 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.SolrXmlConfig
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 367820 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:39042/solr
[junit4] 2> 367825 INFO (zkConnectionManagerCallback-467-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 367839 INFO
(zkConnectionManagerCallback-469-thread-1-processing-n:127.0.0.1:41841_)
[n:127.0.0.1:41841_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 367843 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:41841_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 367881 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:41841_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 367883 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:41841_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41841_
[junit4] 2> 367917 INFO (zkCallback-440-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 367918 INFO
(zkCallback-468-thread-1-processing-n:127.0.0.1:41841_) [n:127.0.0.1:41841_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 367933 INFO
(zkCallback-458-thread-1-processing-n:127.0.0.1:37060_) [n:127.0.0.1:37060_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 367933 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 367933 INFO
(zkCallback-430-thread-1-processing-n:127.0.0.1:35185_) [n:127.0.0.1:35185_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 368170 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:41841_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 368202 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:41841_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 368202 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:41841_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 368203 INFO
(TEST-ShardSplitTest.test-seed#[448EC2C7DED1B926]) [n:127.0.0.1:41841_ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-3-001/cores
[junit4] 2> 368378 INFO (qtp575047345-1344) [n:127.0.0.1:35185_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:41841_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 368517 INFO
(OverseerThreadFactory-412-thread-5-processing-n:127.0.0.1:35185_)
[n:127.0.0.1:35185_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:41841_
for creating new replica
[junit4] 2> 368570 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 368570 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 368759 INFO
(zkCallback-468-thread-1-processing-n:127.0.0.1:41841_) [n:127.0.0.1:41841_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 368762 INFO
(zkCallback-458-thread-1-processing-n:127.0.0.1:37060_) [n:127.0.0.1:37060_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 368770 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 369636 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 369690 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema
[collection1_shard2_replica_n45] Schema name=test
[junit4] 2> 370147 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 370211 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from
collection collection1, trusted=true
[junit4] 2> 370211 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n45' (registry
'solr.core.collection1.shard2.replica_n45') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@679667ff
[junit4] 2> 370211 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 370211 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
[[collection1_shard2_replica_n45] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-3-001/cores/collection1_shard2_replica_n45],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_448EC2C7DED1B926-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
[junit4] 2> 370246 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=73.462890625,
floorSegmentMB=1.6728515625, forceMergeDeletesPctAllowed=12.22560260530883,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 370424 WARN (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
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> 370783 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 370783 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 370784 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 370784 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 370785 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=17.9404296875,
floorSegmentMB=0.916015625, forceMergeDeletesPctAllowed=25.628124242071326,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 370857 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@53d66a91[collection1_shard2_replica_n45] main]
[junit4] 2> 370858 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 370859 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 370859 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 370946 INFO
(searcherExecutor-448-thread-1-processing-n:127.0.0.1:41841_
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
[collection1_shard2_replica_n45] Registered new searcher
Searcher@53d66a91[collection1_shard2_replica_n45]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 370946 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1589713681580556288
[junit4] 2> 370949 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_n45
[junit4] 2> 371039 INFO (qtp2118808650-1455) [n:127.0.0.1:41841_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2469
[junit4] 2> 371040 INFO
(updateExecutor-464-thread-1-processing-n:127.0.0.1:41841_
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:41841_
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 371043 INFO
(recoveryExecutor-465-thread-1-processing-n:127.0.0.1:41841_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41841_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 371063 INFO
(recoveryExecutor-465-thread-1-processing-n:127.0.0.1:41841_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41841_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 371063 INFO
(recoveryExecutor-465-thread-1-processing-n:127.0.0.1:41841_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41841_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_n45]
[junit4] 2> 371063 INFO
(recoveryExecutor-465-thread-1-processing-n:127.0.0.1:41841_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41841_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 371063 INFO
(recoveryExecutor-465-thread-1-processing-n:127.0.0.1:41841_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41841_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard2_replica_n45] as recovering, leader is
[http://127.0.0.1:43613/collection1_shard2_replica_n41/] and I am
[http://127.0.0.1:41841/collection1_shard2_replica_n45/]
[junit4] 2> 371066 INFO
(recoveryExecutor-465-thread-1-processing-n:127.0.0.1:41841_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41841_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:43613]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:41841_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 371112 INFO (qtp1444522290-1394) [n:127.0.0.1:43613_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 371115 INFO (qtp1444522290-1394) [n:127.0.0.1:43613_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_n41,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:41841_,
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps:
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:41841","node_name":"127.0.0.1:41841_","state":"down","type":"NRT"}
[junit4] 2> 371128 INFO
(zkCallback-458-thread-1-processing-n:127.0.0.1:37060_) [n:127.0.0.1:37060_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 371128 INFO
(zkCallback-468-thread-1-processing-n:127.0.0.1:41841_) [n:127.0.0.1:41841_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 371130 INFO (qtp575047345-1344) [n:127.0.0.1:35185_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:41841_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=2752
[junit4] 2> 371200 INFO
(zkCallback-448-thread-1-processing-n:127.0.0.1:43613_) [n:127.0.0.1:43613_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 372146 INFO (qtp1444522290-1394) [n:127.0.0.1:43613_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_n41,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:41841_,
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps:
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:41841","node_name":"127.0.0.1:41841_","state":"recovering","type":"NRT"}
[junit4] 2> 372146 INFO (qtp1444522290-1394) [n:127.0.0.1:43613_ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 372146 INFO (qtp1444522290-1394) [n:127.0.0.1:43613_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:41841_&onlyIfLeaderActive=true&core=collection1_shard2_repli
[...truncated too long message...]
) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster, tag=null
[junit4] 2> 3805212 INFO
(zkCallback-4333-thread-5-processing-n:127.0.0.1:46756_solr)
[n:127.0.0.1:46756_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (0)
[junit4] 2> 3805212 INFO (coreCloseExecutor-6764-thread-1)
[n:127.0.0.1:46756_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore
[cdcr-target_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6d854d2b
[junit4] 2> 3805212 INFO (coreCloseExecutor-6764-thread-1)
[n:127.0.0.1:46756_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.cdcr-target.shard1.replica_n1, tag=1837452587
[junit4] 2> 3805212 INFO (coreCloseExecutor-6764-thread-1)
[n:127.0.0.1:46756_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7fc2757a: rootName =
solr_46756, domain = solr.core.cdcr-target.shard1.replica_n1, service url =
null, agent id = null] for registry solr.core.cdcr-target.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@67fd4d95
[junit4] 2> 3805217 INFO
(zkCallback-4333-thread-5-processing-n:127.0.0.1:46756_solr)
[n:127.0.0.1:46756_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [0])
[junit4] 2> 3805217 INFO
(zkCallback-4333-thread-4-processing-n:127.0.0.1:46756_solr)
[n:127.0.0.1:46756_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/cdcr-target/state.json] for collection [cdcr-target] has
occurred - updating... (live nodes size: [0])
[junit4] 2> 3805219 INFO (coreCloseExecutor-6764-thread-1)
[n:127.0.0.1:46756_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.cdcr-target.shard1.leader, tag=1837452587
[junit4] 2> 3805219 INFO (coreCloseExecutor-6764-thread-1)
[n:127.0.0.1:46756_solr c:cdcr-target s:shard1 r:core_node2
x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Solr core is being
closed - shutting down CDCR handler @ cdcr-target:shard1
[junit4] 2> 3805220 INFO (jetty-closer-4324-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=99357321572712451-127.0.0.1:46756_solr-n_0000000000) closing
[junit4] 2> 3805220 INFO
(OverseerStateUpdate-99357321572712451-127.0.0.1:46756_solr-n_0000000000)
[n:127.0.0.1:46756_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:46756_solr
[junit4] 2> 3805220 WARN
(OverseerAutoScalingTriggerThread-99357321572712451-127.0.0.1:46756_solr-n_0000000000)
[n:127.0.0.1:46756_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 3805226 INFO (jetty-closer-4324-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@39284b69{/solr,null,UNAVAILABLE}
[junit4] 2> 3805227 ERROR
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[448EC2C7DED1B926])
[ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so
ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 3805227 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[448EC2C7DED1B926])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42197 42197
[junit4] 2> 3805441 INFO (Thread-3168) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:42197 42197
[junit4] 2> 3805442 WARN (Thread-3168) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/collections/cdcr-target/state.json
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 2 /solr/collections/cdcr-target/cdcr/state/process
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> 3805442 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[448EC2C7DED1B926])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testBootstrapWithContinousIndexingOnSourceCluster
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=CdcrBootstrapTest
-Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster
-Dtests.seed=448EC2C7DED1B926 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=ar-YE -Dtests.timezone=America/Menominee -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 131s J2 |
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
[junit4] > Throwable #1: java.lang.AssertionError: Document mismatch on
target after sync expected:<2000> but was:<1901>
[junit4] > at
__randomizedtesting.SeedInfo.seed([448EC2C7DED1B926:90CB899E39870ADD]:0)
[junit4] > at
org.apache.solr.cloud.cdcr.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:292)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_448EC2C7DED1B926-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{_version_=Lucene50(blocksize=128),
xyz=PostingsFormat(name=LuceneVarGapDocFreqInterval),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{}, maxPointsInLeafNode=405, maxMBSortInHeap=5.112279509145714,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@64b14f59),
locale=ar-YE, timezone=America/Menominee
[junit4] 2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=1,free=309776528,total=519045120
[junit4] 2> NOTE: All tests run in this JVM: [CopyFieldTest,
TestCustomStream, CursorMarkTest, ReturnFieldsTest, TestRealTimeGet,
TestInPlaceUpdatesStandalone, SuggesterTest, SimplePostToolTest, RankQueryTest,
TestSolrCoreSnapshots, TestFieldCacheSort, LeaderElectionTest,
PeerSyncWithIndexFingerprintCachingTest, SolrMetricReporterTest,
NodeAddedTriggerTest, LegacyCloudClusterPropTest,
TestNonDefinedSimilarityFactory, ShardSplitTest,
DistributedExpandComponentTest, TestSolrConfigHandler, ImplicitSnitchTest,
TlogReplayBufferedWhileIndexingTest, TestSolrCloudWithKerberosAlt,
TestScoreJoinQPScore, TestDeleteCollectionOnDownNodes, TestGroupingSearch,
FullHLLTest, ZkNodePropsTest, HdfsChaosMonkeySafeLeaderTest, OverseerTest,
FullSolrCloudDistribCmdsTest, TestSystemIdResolver, TestSolrConfigHandlerCloud,
DeleteNodeTest, TestLeaderElectionZkExpiry,
ClassificationUpdateProcessorFactoryTest, TestManagedResource,
TestConfigSetsAPIExclusivity, TestSimDistributedQueue, TestSolrDeletionPolicy2,
ConfigSetsAPITest, UnloadDistributedZkTest, MetricsConfigTest,
TestExactStatsCache, ConfigureRecoveryStrategyTest, RegexBytesRefFilterTest,
TestPKIAuthenticationPlugin, PluginInfoTest, PeerSyncReplicationTest,
UniqFieldsUpdateProcessorFactoryTest, LeaderFailureAfterFreshStartTest,
TestAuthenticationFramework, TestCSVResponseWriter,
TestSizeLimitedDistributedMap, TestExpandComponent, NumberUtilsTest,
TestGeoJSONResponseWriter, CoreAdminCreateDiscoverTest,
FieldAnalysisRequestHandlerTest, TestSchemaResource, TestInfoStreamLogging,
TestZkAclsWithHadoopAuth, DisMaxRequestHandlerTest, TestCollectionAPI,
ParsingFieldUpdateProcessorsTest, TestZkChroot, SolrTestCaseJ4Test,
FileBasedSpellCheckerTest, TestSolrCoreParser, TestHashPartitioner,
TestExtendedDismaxParser, OverseerRolesTest, TestLRUCache,
TestDistributedMissingSort, TestExecutePlanAction,
ChaosMonkeyNothingIsSafeTest, TestEmbeddedSolrServerConstructors,
TestValueSourceCache, ReplicaListTransformerTest, TemplateUpdateProcessorTest,
TestExclusionRuleCollectionAccess, TestDynamicFieldResource, TestPrepRecovery,
XmlUpdateRequestHandlerTest, SystemInfoHandlerTest,
WrapperMergePolicyFactoryTest, TestManagedSynonymFilterFactory, TestLFUCache,
TestReplicaProperties, TestLMDirichletSimilarityFactory, MultiThreadedOCPTest,
AutoScalingHandlerTest, AnalysisErrorHandlingTest,
OverriddenZkACLAndCredentialsProvidersTest, TestTrie, TestCoreAdminApis,
TestReloadAndDeleteDocs, CoreAdminHandlerTest, BlobRepositoryCloudTest,
TestHighFrequencyDictionaryFactory, TestManagedSchemaThreadSafety,
TestGraphTermsQParserPlugin, ConnectionReuseTest, BlockJoinFacetRandomTest,
TestFieldCacheWithThreads, CdcrReplicationHandlerTest,
TestTolerantUpdateProcessorCloud, HttpPartitionTest, TestIntervalFaceting,
TestMacros, SolrSlf4jReporterTest, TestElisionMultitermQuery,
TestLegacyFieldReuse, DeleteStatusTest, TestExceedMaxTermLength,
TestBlendedInfixSuggestions, TestIndexSearcher,
CollectionsAPIAsyncDistributedZkTest, RollingRestartTest,
TestStressInPlaceUpdates, TestClusterStateMutator, TestCustomSort,
ScriptEngineTest, HdfsAutoAddReplicasIntegrationTest,
ManagedSchemaRoundRobinCloudTest, TestCollectionsAPIViaSolrCloudCluster,
TestCryptoKeys, TestLeaderInitiatedRecoveryThread,
TestPullReplicaErrorHandling, TestTlogReplica, HttpTriggerListenerTest,
MetricTriggerTest, TestComputePlanAction, TestNodeAddedTrigger,
TestTriggerIntegration, CdcrBootstrapTest]
[junit4] Completed [631/768 (2!)] on J2 in 160.90s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 48547 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]