Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2000/
2 tests failed.
FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest.test
Error Message:
null
Stack Trace:
java.lang.NumberFormatException: null
at
__randomizedtesting.SeedInfo.seed([71A6789FE7B5226A:F9F2474549494F92]:0)
at java.lang.Long.parseLong(Long.java:552)
at java.lang.Long.parseLong(Long.java:631)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForReplicationFromReplicas(AbstractFullDistribZkTestBase.java:2121)
at
org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest.test(ChaosMonkeySafeLeaderWithPullReplicasTest.java:209)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml
Error Message:
expected:<908> but was:<898>
Stack Trace:
java.lang.AssertionError: expected:<908> but was:<898>
at
__randomizedtesting.SeedInfo.seed([52B8E339455CF372:F95A5ACFC75AEA1F]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.client.solrj.TestSolrJErrorHandling.doThreads(TestSolrJErrorHandling.java:185)
at
org.apache.solr.client.solrj.TestSolrJErrorHandling.doIt(TestSolrJErrorHandling.java:200)
at
org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml(TestSolrJErrorHandling.java:110)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12437 lines...]
[junit4] Suite:
org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/init-core-data-001
[junit4] 2> 2580660 WARN
(SUITE-ChaosMonkeySafeLeaderWithPullReplicasTest-seed#[71A6789FE7B5226A]-worker)
[ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
[junit4] 2> 2580660 INFO
(SUITE-ChaosMonkeySafeLeaderWithPullReplicasTest-seed#[71A6789FE7B5226A]-worker)
[ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2580677 INFO
(SUITE-ChaosMonkeySafeLeaderWithPullReplicasTest-seed#[71A6789FE7B5226A]-worker)
[ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2580678 INFO
(SUITE-ChaosMonkeySafeLeaderWithPullReplicasTest-seed#[71A6789FE7B5226A]-worker)
[ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system
property: /
[junit4] 2> 2580679 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.ChaosMonkeySafeLeaderWithPullReplicasTest Starting ChaosMonkey
test with 2 shards and 8 nodes
[junit4] 2> 2580695 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2580708 INFO (Thread-3360) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2580708 INFO (Thread-3360) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2580750 ERROR (Thread-3360) [ ] 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> 2580808 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.ZkTestServer start zk server on port:39035
[junit4] 2> 2580837 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580838 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580839 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580852 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580854 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580855 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580865 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580866 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580867 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580867 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580876 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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> 2580916 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless
explicitly asked otherwise
[junit4] 2> 2581257 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2581259 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3c8ab741{/,null,AVAILABLE}
[junit4] 2> 2581260 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.AbstractConnector Started ServerConnector@4966bd61{SSL,[ssl,
http/1.1]}{127.0.0.1:35719}
[junit4] 2> 2581260 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.Server Started @2590510ms
[junit4] 2> 2581260 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=35719,
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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/control-001/cores}
[junit4] 2> 2581260 ERROR
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 2581261 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 8.0.0
[junit4] 2> 2581261 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2581261 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 2581261 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-17T17:41:25.824Z
[junit4] 2> 2581280 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2581280 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/control-001/solr.xml
[junit4] 2> 2581304 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2581320 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39035/solr
[junit4] 2> 2581533 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:35719_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2581534 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:35719_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:35719_
[junit4] 2> 2581543 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:35719_ ] o.a.s.c.Overseer Overseer
(id=98324531463585797-127.0.0.1:35719_-n_0000000000) starting
[junit4] 2> 2581568 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:35719_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35719_
[junit4] 2> 2581569 INFO
(OverseerStateUpdate-98324531463585797-127.0.0.1:35719_-n_0000000000)
[n:127.0.0.1:35719_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2581887 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:35719_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2581903 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:35719_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2581903 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:35719_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2581904 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:35719_ ] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/control-001/cores
[junit4] 2> 2581964 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2581964 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39035/solr
ready
[junit4] 2> 2582063 INFO (qtp936662716-13179) [n:127.0.0.1:35719_ ]
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:35719_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2582065 INFO
(OverseerThreadFactory-5809-thread-1-processing-n:127.0.0.1:35719_)
[n:127.0.0.1:35719_ ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 2582199 INFO (qtp936662716-13176) [n:127.0.0.1:35719_ ]
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> 2582199 INFO (qtp936662716-13176) [n:127.0.0.1:35719_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2582307 INFO
(zkCallback-2172-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_
] 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> 2583258 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2583365 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2583596 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2583636 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2583636 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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@1e10ee9f
[junit4] 2> 2583636 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2583636 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-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/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 2583639 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2583672 WARN (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2583811 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2583811 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2583812 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 2583812 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2583813 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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=20, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=29.6591796875,
floorSegmentMB=1.3681640625, forceMergeDeletesPctAllowed=12.688951212882479,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6510028444062137
[junit4] 2> 2583813 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@316cf6c9[control_collection_shard1_replica_n1] main]
[junit4] 2> 2583822 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2583822 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2583823 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2583824 INFO
(searcherExecutor-5812-thread-1-processing-n:127.0.0.1:35719_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:35719_ 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@316cf6c9[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2583824 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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 1573192506683686912
[junit4] 2> 2583837 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2583837 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2583837 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:35719/control_collection_shard1_replica_n1/
[junit4] 2> 2583838 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2583838 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:35719/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 2583838 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2583848 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:35719/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 2583950 INFO
(zkCallback-2172-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_
] 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> 2583999 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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> 2584001 INFO (qtp936662716-13176) [n:127.0.0.1:35719_
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=1801
[junit4] 2> 2584003 INFO (qtp936662716-13179) [n:127.0.0.1:35719_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 2584066 INFO
(OverseerCollectionConfigSetProcessor-98324531463585797-127.0.0.1:35719_-n_0000000000)
[n:127.0.0.1:35719_ ] 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> 2584102 INFO
(zkCallback-2172-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_
] 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> 2585003 INFO (qtp936662716-13179) [n:127.0.0.1:35719_ ]
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:35719_&wt=javabin&version=2}
status=0 QTime=2939
[junit4] 2> 2585006 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2585007 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39035/solr
ready
[junit4] 2> 2585007 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2585026 INFO (qtp936662716-13176) [n:127.0.0.1:35719_ ]
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> 2585027 INFO
(OverseerThreadFactory-5809-thread-2-processing-n:127.0.0.1:35719_)
[n:127.0.0.1:35719_ ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 2585027 WARN
(OverseerThreadFactory-5809-thread-2-processing-n:127.0.0.1:35719_)
[n:127.0.0.1:35719_ ] o.a.s.c.CreateCollectionCmd It is unusual to create a
collection (collection1) without cores.
[junit4] 2> 2585239 INFO (qtp936662716-13176) [n:127.0.0.1:35719_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 2585239 INFO (qtp936662716-13176) [n:127.0.0.1:35719_ ]
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=213
[junit4] 2> 2585553 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-1-001
of type NRT
[junit4] 2> 2585554 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2585555 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@777f2f02{/,null,AVAILABLE}
[junit4] 2> 2585555 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.AbstractConnector Started ServerConnector@59a05b1a{SSL,[ssl,
http/1.1]}{127.0.0.1:45411}
[junit4] 2> 2585555 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.Server Started @2594805ms
[junit4] 2> 2585555 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=45411,
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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-1-001/cores}
[junit4] 2> 2585556 ERROR
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 2585556 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 8.0.0
[junit4] 2> 2585556 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2585556 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 2585556 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-17T17:41:30.119Z
[junit4] 2> 2585558 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2585558 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-1-001/solr.xml
[junit4] 2> 2585562 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2585563 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39035/solr
[junit4] 2> 2585568 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:45411_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2585569 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:45411_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2585570 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:45411_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45411_
[junit4] 2> 2585571 INFO
(zkCallback-2172-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2585572 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2585572 INFO (zkCallback-2179-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2585723 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:45411_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2585727 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:45411_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2585727 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:45411_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2585728 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:45411_ ] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-1-001/cores
[junit4] 2> 2585742 INFO (qtp936662716-13179) [n:127.0.0.1:35719_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:45411_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2585743 INFO
(OverseerCollectionConfigSetProcessor-98324531463585797-127.0.0.1:35719_-n_0000000000)
[n:127.0.0.1:35719_ ] 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> 2585744 INFO
(OverseerThreadFactory-5809-thread-3-processing-n:127.0.0.1:35719_)
[n:127.0.0.1:35719_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:45411_
for creating new replica
[junit4] 2> 2585817 INFO (qtp708270268-13220) [n:127.0.0.1:45411_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2585817 INFO (qtp708270268-13220) [n:127.0.0.1:45411_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2585920 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] 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> 2586827 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2586837 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
[collection1_shard2_replica_n0] Schema name=test
[junit4] 2> 2587040 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2587063 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 2587063 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n0' (registry
'solr.core.collection1.shard2.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2587063 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2587063 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[[collection1_shard2_replica_n0] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-1-001/cores/collection1_shard2_replica_n0],
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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
[junit4] 2> 2587066 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2587105 WARN (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
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> 2587256 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2587256 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2587257 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 2587257 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2587258 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=29.6591796875,
floorSegmentMB=1.3681640625, forceMergeDeletesPctAllowed=12.688951212882479,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6510028444062137
[junit4] 2> 2587258 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@51396327[collection1_shard2_replica_n0] main]
[junit4] 2> 2587281 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2587282 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2587282 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2587282 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1573192510309662720
[junit4] 2> 2587296 INFO
(searcherExecutor-5823-thread-1-processing-n:127.0.0.1:45411_
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[collection1_shard2_replica_n0] Registered new searcher
Searcher@51396327[collection1_shard2_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2587313 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2587313 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2587313 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:45411/collection1_shard2_replica_n0/
[junit4] 2> 2587313 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2587313 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
https://127.0.0.1:45411/collection1_shard2_replica_n0/ has no replicas
[junit4] 2> 2587313 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2587315 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:45411/collection1_shard2_replica_n0/ shard2
[junit4] 2> 2587519 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] 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> 2587568 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 2587601 INFO (qtp708270268-13220) [n:127.0.0.1:45411_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1784
[junit4] 2> 2587603 INFO (qtp936662716-13179) [n:127.0.0.1:35719_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:45411_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1861
[junit4] 2> 2587739 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] 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> 2587804 INFO
(OverseerCollectionConfigSetProcessor-98324531463585797-127.0.0.1:35719_-n_0000000000)
[n:127.0.0.1:35719_ ] 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> 2587955 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-2-001
of type NRT
[junit4] 2> 2587956 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2587956 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4a9a7fbb{/,null,AVAILABLE}
[junit4] 2> 2587957 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.AbstractConnector Started ServerConnector@4265e163{SSL,[ssl,
http/1.1]}{127.0.0.1:34176}
[junit4] 2> 2587957 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.Server Started @2597207ms
[junit4] 2> 2587957 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34176,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-2-001/cores}
[junit4] 2> 2587957 ERROR
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 2587970 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 8.0.0
[junit4] 2> 2587971 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2587971 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 2587971 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-17T17:41:32.534Z
[junit4] 2> 2587973 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2587973 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-2-001/solr.xml
[junit4] 2> 2587989 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2588023 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39035/solr
[junit4] 2> 2588082 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:34176_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2588083 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:34176_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2588096 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:34176_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34176_
[junit4] 2> 2588097 INFO (zkCallback-2179-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2588121 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2588121 INFO
(zkCallback-2172-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2588153 INFO
(zkCallback-2190-thread-1-processing-n:127.0.0.1:34176_) [n:127.0.0.1:34176_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2588346 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:34176_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2588362 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:34176_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2588362 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:34176_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2588363 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:34176_ ] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-2-001/cores
[junit4] 2> 2588444 INFO (qtp936662716-13178) [n:127.0.0.1:35719_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:34176_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2588476 INFO
(OverseerThreadFactory-5809-thread-4-processing-n:127.0.0.1:35719_)
[n:127.0.0.1:35719_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34176_
for creating new replica
[junit4] 2> 2588660 INFO (qtp859200332-13249) [n:127.0.0.1:34176_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2588661 INFO (qtp859200332-13249) [n:127.0.0.1:34176_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2588800 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] 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> 2588802 INFO
(zkCallback-2190-thread-1-processing-n:127.0.0.1:34176_) [n:127.0.0.1:34176_
] 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> 2589775 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2589826 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema
[collection1_shard1_replica_n0] Schema name=test
[junit4] 2> 2590182 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2590213 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 2590213 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n0' (registry
'solr.core.collection1.shard1.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2590213 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2590222 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[[collection1_shard1_replica_n0] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-2-001/cores/collection1_shard1_replica_n0],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
[junit4] 2> 2590225 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2590430 WARN (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
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> 2590667 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2590667 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2590668 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 2590668 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2590681 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=29.6591796875,
floorSegmentMB=1.3681640625, forceMergeDeletesPctAllowed=12.688951212882479,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6510028444062137
[junit4] 2> 2590697 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3a52609a[collection1_shard1_replica_n0] main]
[junit4] 2> 2590722 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2590722 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2590723 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2590724 INFO
(searcherExecutor-5834-thread-1-processing-n:127.0.0.1:34176_
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[collection1_shard1_replica_n0] Registered new searcher
Searcher@3a52609a[collection1_shard1_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2590724 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1573192513918861312
[junit4] 2> 2590757 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2590757 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2590757 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:34176/collection1_shard1_replica_n0/
[junit4] 2> 2590757 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2590757 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
https://127.0.0.1:34176/collection1_shard1_replica_n0/ has no replicas
[junit4] 2> 2590757 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2590808 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:34176/collection1_shard1_replica_n0/ shard1
[junit4] 2> 2590811 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] 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> 2590812 INFO
(zkCallback-2190-thread-1-processing-n:127.0.0.1:34176_) [n:127.0.0.1:34176_
] 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> 2590859 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 2590879 INFO (qtp859200332-13249) [n:127.0.0.1:34176_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2218
[junit4] 2> 2590927 INFO (qtp936662716-13178) [n:127.0.0.1:35719_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:34176_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=2482
[junit4] 2> 2591013 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] 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> 2591013 INFO
(zkCallback-2190-thread-1-processing-n:127.0.0.1:34176_) [n:127.0.0.1:34176_
] 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> 2591257 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-3-001
of type NRT
[junit4] 2> 2591257 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2591275 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@18769570{/,null,AVAILABLE}
[junit4] 2> 2591275 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.AbstractConnector Started ServerConnector@37203d6b{SSL,[ssl,
http/1.1]}{127.0.0.1:32787}
[junit4] 2> 2591275 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.Server Started @2600525ms
[junit4] 2> 2591275 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=32787,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-3-001/cores}
[junit4] 2> 2591276 ERROR
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 2591276 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 8.0.0
[junit4] 2> 2591276 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2591276 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 2591276 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-17T17:41:35.839Z
[junit4] 2> 2591278 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2591278 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-3-001/solr.xml
[junit4] 2> 2591294 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2591303 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39035/solr
[junit4] 2> 2591309 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:32787_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2591310 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:32787_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2591311 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:32787_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32787_
[junit4] 2> 2591313 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2591313 INFO
(zkCallback-2190-thread-1-processing-n:127.0.0.1:34176_) [n:127.0.0.1:34176_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2591314 INFO (zkCallback-2179-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2591323 INFO
(zkCallback-2196-thread-1-processing-n:127.0.0.1:32787_) [n:127.0.0.1:32787_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2591335 INFO
(zkCallback-2172-thread-1-processing-n:127.0.0.1:35719_) [n:127.0.0.1:35719_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2591525 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:32787_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2591529 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:32787_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2591529 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:32787_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2591530 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A])
[n:127.0.0.1:32787_ ] 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.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-3-001/cores
[junit4] 2> 2591620 INFO (qtp936662716-13180) [n:127.0.0.1:35719_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:32787_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2591622 INFO
(OverseerCollectionConfigSetProcessor-98324531463585797-127.0.0.1:35719_-n_0000000000)
[n:127.0.0.1:35719_ ] 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> 2591622 INFO
(OverseerThreadFactory-5809-thread-5-processing-n:127.0.0.1:35719_)
[n:127.0.0.1:35719_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:32787_
for creating new replica
[junit4] 2> 2591767 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2591768 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2591870 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] 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> 2591870 INFO
(zkCallback-2190-thread-1-processing-n:127.0.0.1:34176_) [n:127.0.0.1:34176_
] 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> 2591870 INFO
(zkCallback-2196-thread-1-processing-n:127.0.0.1:32787_) [n:127.0.0.1:32787_
] 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> 2592795 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2592817 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema
[collection1_shard2_replica_n1] Schema name=test
[junit4] 2> 2593040 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2593072 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n1' using configuration from
collection collection1, trusted=true
[junit4] 2> 2593072 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n1' (registry
'solr.core.collection1.shard2.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1e10ee9f
[junit4] 2> 2593072 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2593073 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrCore
[[collection1_shard2_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-3-001/cores/collection1_shard2_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-3-001/cores/collection1_shard2_replica_n1/data/]
[junit4] 2> 2593075 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2593083 WARN (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_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> 2593120 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2593120 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2593121 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 2593121 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 2593122 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=29.6591796875,
floorSegmentMB=1.3681640625, forceMergeDeletesPctAllowed=12.688951212882479,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6510028444062137
[junit4] 2> 2593122 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@399ce3a7[collection1_shard2_replica_n1] main]
[junit4] 2> 2593123 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2593123 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2593124 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2593124 INFO
(searcherExecutor-5845-thread-1-processing-n:127.0.0.1:32787_
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrCore
[collection1_shard2_replica_n1] Registered new searcher
Searcher@399ce3a7[collection1_shard2_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2593124 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1573192516435443712
[junit4] 2> 2593127 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_n1
[junit4] 2> 2593127 INFO
(updateExecutor-2193-thread-1-processing-n:127.0.0.1:32787_
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:32787_
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_n1]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 2593128 INFO
(recoveryExecutor-2194-thread-1-processing-n:127.0.0.1:32787_
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:32787_ c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 2593128 INFO
(recoveryExecutor-2194-thread-1-processing-n:127.0.0.1:32787_
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:32787_ c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 2593128 INFO
(recoveryExecutor-2194-thread-1-processing-n:127.0.0.1:32787_
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:32787_ c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_n1]
[junit4] 2> 2593128 INFO (qtp2010640202-13278) [n:127.0.0.1:32787_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1361
[junit4] 2> 2593128 INFO
(recoveryExecutor-2194-thread-1-processing-n:127.0.0.1:32787_
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:32787_ c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 2593128 INFO
(recoveryExecutor-2194-thread-1-processing-n:127.0.0.1:32787_
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:32787_ c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard2_replica_n1] as recovering, leader is
[https://127.0.0.1:45411/collection1_shard2_replica_n0/] and I am
[https://127.0.0.1:32787/collection1_shard2_replica_n1/]
[junit4] 2> 2593130 INFO (qtp936662716-13180) [n:127.0.0.1:35719_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:32787_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1509
[junit4] 2> 2593130 INFO
(recoveryExecutor-2194-thread-1-processing-n:127.0.0.1:32787_
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:32787_ c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [https://127.0.0.1:45411]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard2_replica_n0&nodeName=127.0.0.1:32787_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 2593133 INFO (qtp708270268-13217) [n:127.0.0.1:45411_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 2593133 INFO (qtp708270268-13217) [n:127.0.0.1:45411_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_n0,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:32787_,
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1_shard2_replica_n1","base_url":"https://127.0.0.1:32787","node_name":"127.0.0.1:32787_","state":"down","type":"NRT"}
[junit4] 2> 2593231 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:45411_) [n:127.0.0.1:45411_
] 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> 2593231 INFO
(zkCallback-2190-thread-1-processing-n:127.0.0.1:34176_) [n:127.0.0.1:34176_
] 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> 2593231 INFO
(zkCallback-2196-thread-1-processing-n:127.0.0.1:32787_) [n:127.0.0.1:32787_
] 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> 2593235 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_71A6789FE7B5226A-001/shard-4-001
of type NRT
[junit4] 2> 2593236 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2593237 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3ee0ed5c{/,null,AVAILABLE}
[junit4] 2> 2593249 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.AbstractConnector Started ServerConnector@792c752a{SSL,[ssl,
http/1.1]}{127.0.0.1:40752}
[junit4] 2> 2593258 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.e.j.s.Server Started @2602508ms
[junit4] 2> 2593258 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[71A6789FE7B5226A]) [
] o.a.
[...truncated too long message...]
lrj.TestSolrJErrorHandling.doThreads(TestSolrJErrorHandling.java:185)
[junit4] > at
org.apache.solr.client.solrj.TestSolrJErrorHandling.doIt(TestSolrJErrorHandling.java:200)
[junit4] > at
org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml(TestSolrJErrorHandling.java:110)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 297939 INFO
(SUITE-TestSolrJErrorHandling-seed#[52B8E339455CF372]-worker) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@2a278867{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 297939 INFO
(SUITE-TestSolrJErrorHandling-seed#[52B8E339455CF372]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1234909603
[junit4] 2> 297940 INFO
(SUITE-TestSolrJErrorHandling-seed#[52B8E339455CF372]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 297941 INFO
(SUITE-TestSolrJErrorHandling-seed#[52B8E339455CF372]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 297942 INFO
(SUITE-TestSolrJErrorHandling-seed#[52B8E339455CF372]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 297955 INFO
(SUITE-TestSolrJErrorHandling-seed#[52B8E339455CF372]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@73af6748
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
now flush at close
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
start flush: applyAllDeletes=true
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
index before flush _5(8.0.0):C477/476:delGen=1 _6(8.0.0):C10/10:delGen=1
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-387-thread-1]:
startFullFlush
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-387-thread-1]:
coreCloseExecutor-387-thread-1 finishFullFlush success=true
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool
bytesUsed=0
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-387-thread-1]:
waitApply: no deletes to apply
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-387-thread-1]:
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-387-thread-1]:
now merge
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-387-thread-1]:
index: _5(8.0.0):C477/476:delGen=1 _6(8.0.0):C10/10:delGen=1
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-387-thread-1]:
no more merges pending; now return
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
waitForMerges
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
waitForMerges done
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
commit: start
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
commit: enter lock
[junit4] 2> 297972 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
commit: now prepare
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
prepareCommit: flush
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
index before flush _5(8.0.0):C477/476:delGen=1 _6(8.0.0):C10/10:delGen=1
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-387-thread-1]:
startFullFlush
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool
bytesUsed=0
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-387-thread-1]:
waitApply: no deletes to apply
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-387-thread-1]:
coreCloseExecutor-387-thread-1 finishFullFlush success=true
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
startCommit(): start
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
skip startCommit(): no changes pending
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
commit: pendingCommit == null; skip
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
commit: took 0.2 msec
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
commit: done
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
rollback
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
all running merges have aborted
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
rollback: done finish merges
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-387-thread-1]:
abort
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-387-thread-1]:
done abort success=true
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-387-thread-1]:
rollback: infos=_5(8.0.0):C477/476:delGen=1 _6(8.0.0):C10/10:delGen=1
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-387-thread-1]:
now checkpoint "_5(8.0.0):C477/476:delGen=1 _6(8.0.0):C10/10:delGen=1" [2
segments ; isCommit = false]
[junit4] 2> 297973 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-387-thread-1]:
0 msec to checkpoint
[junit4] 2> 297988 INFO (coreCloseExecutor-387-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1940875080
[junit4] 2> 298138 INFO
(SUITE-TestSolrJErrorHandling-seed#[52B8E339455CF372]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@56a6e162{/solr,null,UNAVAILABLE}
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.TestSolrJErrorHandling_52B8E339455CF372-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=279, maxMBSortInHeap=7.1492258885658835,
sim=RandomSimilarity(queryNorm=false): {}, locale=id, timezone=Europe/Vienna
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=4,threads=1,free=174923816,total=414187520
[junit4] 2> NOTE: All tests run in this JVM: [TestSpellCheckResponse,
SubtractEvaluatorTest, CloudSolrClientMultiConstructorTest,
FieldAnalysisResponseTest, TestEmbeddedSolrServer, BasicHttpSolrClientTest,
RoundEvaluatorTest, CompoundEvaluatorTest, CubedRootEvaluatorTest,
TestSuggesterResponse, NoOpResponseParserTest, TestXMLEscaping, JDBCStreamTest,
TestLBHttpSolrClient, TestJsonRecordReader, AnlysisResponseBaseTest,
CollectionAdminRequestRequiredParamsTest, AbsoluteValueEvaluatorTest,
ArrayEvaluatorTest, TestCollectionAdminRequest, SolrExampleStreamingBinaryTest,
LargeVolumeBinaryJettyTest, TestBatchUpdate, JettyWebappTest,
TermsResponseTest, QueryResponseTest, TestNamedListCodec, TestHash,
ContentStreamTest, DocumentAnalysisResponseTest, TestUpdateRequestCodec,
FacetFieldTest, GetByIdTest, TestSolrJErrorHandling]
[junit4] Completed [71/135 (1!)] on J0 in 67.93s, 4 tests, 1 failure <<<
FAILURES!
[...truncated 42573 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]