Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/238/
3 tests failed.
FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest.test
Error Message:
Timed out waiting for replica core_node16 (1545028336885) to replicate from
leader core_node4 (0)
Stack Trace:
java.lang.AssertionError: Timed out waiting for replica core_node16
(1545028336885) to replicate from leader core_node4 (0)
at
__randomizedtesting.SeedInfo.seed([B94CBB37570DFA37:311884EDF9F197CF]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForReplicationFromReplicas(AbstractFullDistribZkTestBase.java:2271)
at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest.test(ChaosMonkeyNothingIsSafeWithPullReplicasTest.java:278)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1070)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testNodeAddedTriggerRestoreState
Error Message:
Two TriggerAction instances should have been created by now
Stack Trace:
java.lang.AssertionError: Two TriggerAction instances should have been created
by now
at
__randomizedtesting.SeedInfo.seed([B94CBB37570DFA37:317132486DCD1B9A]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testNodeAddedTriggerRestoreState(TestSimTriggerIntegration.java:394)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest.test
Error Message:
Timeout waiting to see state for collection=recoverytest
:DocCollection(recoverytest//collections/recoverytest/state.json/8)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{
"dataDir":"hdfs://lucene2-us-west.apache.org:42965/data/recoverytest/core_node3/data/",
"base_url":"https://127.0.0.1:38709/solr",
"node_name":"127.0.0.1:38709_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://lucene2-us-west.apache.org:42965/data/recoverytest/core_node3/data/tlog",
"core":"recoverytest_shard1_replica_n1",
"shared_storage":"true", "state":"down"}, "core_node4":{
"dataDir":"hdfs://lucene2-us-west.apache.org:42965/data/recoverytest/core_node4/data/",
"base_url":"https://127.0.0.1:39959/solr",
"node_name":"127.0.0.1:39959_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://lucene2-us-west.apache.org:42965/data/recoverytest/core_node4/data/tlog",
"core":"recoverytest_shard1_replica_n2",
"shared_storage":"true", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"2",
"tlogReplicas":"0"}
Stack Trace:
java.util.concurrent.TimeoutException: Timeout waiting to see state for
collection=recoverytest
:DocCollection(recoverytest//collections/recoverytest/state.json/8)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"dataDir":"hdfs://lucene2-us-west.apache.org:42965/data/recoverytest/core_node3/data/",
"base_url":"https://127.0.0.1:38709/solr",
"node_name":"127.0.0.1:38709_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://lucene2-us-west.apache.org:42965/data/recoverytest/core_node3/data/tlog",
"core":"recoverytest_shard1_replica_n1",
"shared_storage":"true",
"state":"down"},
"core_node4":{
"dataDir":"hdfs://lucene2-us-west.apache.org:42965/data/recoverytest/core_node4/data/",
"base_url":"https://127.0.0.1:39959/solr",
"node_name":"127.0.0.1:39959_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://lucene2-us-west.apache.org:42965/data/recoverytest/core_node4/data/tlog",
"core":"recoverytest_shard1_replica_n2",
"shared_storage":"true",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([B94CBB37570DFA37:311884EDF9F197CF]:0)
at
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1523)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:450)
at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:123)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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 12716 lines...]
[junit4] Suite:
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest
[junit4] 2> 280683 INFO
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[B94CBB37570DFA37]-worker)
[ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/init-core-data-001
[junit4] 2> 280684 WARN
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[B94CBB37570DFA37]-worker)
[ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
[junit4] 2> 280684 INFO
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[B94CBB37570DFA37]-worker)
[ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 280685 INFO
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[B94CBB37570DFA37]-worker)
[ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 280685 INFO
(SUITE-ChaosMonkeyNothingIsSafeWithPullReplicasTest-seed#[B94CBB37570DFA37]-worker)
[ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system
property: /yvhu/a
[junit4] 2> 280689 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ChaosMonkeyNothingIsSafeWithPullReplicasTest Starting
ChaosMonkey test with 2 shards and 8 nodes
[junit4] 2> 280712 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 280720 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 280720 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 280820 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer start zk server on port:38666
[junit4] 2> 280820 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38666
[junit4] 2> 280820 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38666
[junit4] 2> 280884 INFO (zkConnectionManagerCallback-334-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 280904 INFO (zkConnectionManagerCallback-336-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 280922 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 280925 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 280927 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 280928 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 280933 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 280948 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 280951 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 280952 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 280954 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 280955 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 280957 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 280958 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless
explicitly asked otherwise
[junit4] 2> 281091 WARN
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 281093 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 281093 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number
1 ...
[junit4] 2> 281093 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 281122 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 281122 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 281122 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 281124 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@42aa8707{/yvhu/a,null,AVAILABLE}
[junit4] 2> 281129 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@7f6c226e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38710}
[junit4] 2> 281130 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.e.j.s.Server Started @281178ms
[junit4] 2> 281130 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/tempDir-001/control/data,
hostContext=/yvhu/a, hostPort=38710,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/control-001/cores}
[junit4] 2> 281130 ERROR
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 281131 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 281131 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.0.0
[junit4] 2> 281131 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 281131 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 281131 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-12-17T06:30:42.158Z
[junit4] 2> 281164 INFO (zkConnectionManagerCallback-338-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 281170 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 281170 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/control-001/solr.xml
[junit4] 2> 281174 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 281174 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 281175 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 281720 WARN
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@14ebe363[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 281727 WARN
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for SslContextFactory@14d840e4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 281728 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38666/solr
[junit4] 2> 281730 INFO (zkConnectionManagerCallback-344-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 281743 INFO (zkConnectionManagerCallback-346-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 281925 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:38710_yvhu%2Fa
[junit4] 2> 281928 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.c.Overseer Overseer
(id=73851028797390852-127.0.0.1:38710_yvhu%2Fa-n_0000000000) starting
[junit4] 2> 282016 INFO (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 282019 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:38666/solr ready
[junit4] 2> 282094 INFO
(OverseerStateUpdate-73851028797390852-127.0.0.1:38710_yvhu%2Fa-n_0000000000)
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:38710_yvhu%2Fa
[junit4] 2> 282094 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38710_yvhu%2Fa
[junit4] 2> 282101 INFO
(OverseerStateUpdate-73851028797390852-127.0.0.1:38710_yvhu%2Fa-n_0000000000)
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 282119 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 282140 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 282192 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 282217 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 282217 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 282220 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/control-001/cores
[junit4] 2> 282363 INFO (zkConnectionManagerCallback-359-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 282366 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 282367 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:38666/solr ready
[junit4] 2> 282377 INFO (qtp223545957-1067) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38710_yvhu%252Fa&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 282409 INFO
(OverseerThreadFactory-444-thread-1-processing-n:127.0.0.1:38710_yvhu%2Fa)
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.c.a.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 282514 INFO
(OverseerAutoScalingTriggerThread-73851028797390852-127.0.0.1:38710_yvhu%2Fa-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:38710_yvhu%2Fa]
[junit4] 2> 282621 INFO (qtp223545957-1069) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=33
[junit4] 2> 282624 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=1
[junit4] 2> 282626 INFO (qtp223545957-1066) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 282637 INFO (qtp223545957-1068) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=1
[junit4] 2> 282640 INFO (qtp223545957-1069) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 282689 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
x:control_collection_shard1_replica_n1] 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> 282691 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 283721 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 283766 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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> 283987 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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> 284009 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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> 284010 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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@22fed3bf
[junit4] 2> 284017 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 284022 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=614120077,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 284065 WARN (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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> 284171 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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> 284171 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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> 284173 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms;
[junit4] 2> 284174 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 284175 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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=24, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 284179 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7f2b8db9[control_collection_shard1_replica_n1] main]
[junit4] 2> 284182 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 284183 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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> 284183 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 284185 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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 1620079537251418112
[junit4] 2> 284192 INFO
(searcherExecutor-449-thread-1-processing-n:127.0.0.1:38710_yvhu%2Fa
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:38710_yvhu%2Fa 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@7f2b8db9[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 284229 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 284245 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/control_collection/leaders/shard1
[junit4] 2> 284255 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 284255 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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> 284255 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:38710/yvhu/a/control_collection_shard1_replica_n1/
[junit4] 2> 284258 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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> 284258 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:38710/yvhu/a/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 284261 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/73851028797390852-core_node2-n_0000000000
[junit4] 2> 284266 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:38710/yvhu/a/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 284370 INFO (zkCallback-345-thread-1) [ ]
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> 284372 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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> 284378 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
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=1689
[junit4] 2> 284394 INFO (zkCallback-345-thread-2) [ ]
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> 284416 INFO
(OverseerCollectionConfigSetProcessor-73851028797390852-127.0.0.1:38710_yvhu%2Fa-n_0000000000)
[n:127.0.0.1:38710_yvhu%2Fa ] 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> 284416 INFO (qtp223545957-1067) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 45 seconds. Check all shard replicas
[junit4] 2> 284494 INFO (zkCallback-345-thread-2) [ ]
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> 284495 INFO (zkCallback-345-thread-3) [ ]
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> 284495 INFO (zkCallback-345-thread-1) [ ]
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> 284498 INFO (qtp223545957-1067) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38710_yvhu%252Fa&wt=javabin&version=2}
status=0 QTime=2121
[junit4] 2> 284536 INFO (zkConnectionManagerCallback-364-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 284538 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 284544 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:38666/solr ready
[junit4] 2> 284546 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause
connection loss:false
[junit4] 2> 284552 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 284568 INFO
(OverseerThreadFactory-444-thread-2-processing-n:127.0.0.1:38710_yvhu%2Fa)
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.c.a.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 284787 WARN
(OverseerThreadFactory-444-thread-2-processing-n:127.0.0.1:38710_yvhu%2Fa)
[n:127.0.0.1:38710_yvhu%2Fa ] o.a.s.c.a.c.CreateCollectionCmd It is unusual
to create a collection (collection1) without cores.
[junit4] 2> 284796 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 45 seconds. Check all shard replicas
[junit4] 2> 284797 INFO (qtp223545957-1070) [n:127.0.0.1:38710_yvhu%2Fa
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=245
[junit4] 2> 284812 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=1 numOtherReplicas=6
[junit4] 2> 284931 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-1-001
of type NRT
[junit4] 2> 284948 WARN (closeThreadPool-365-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 284950 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 284950 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 284950 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 285030 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 285030 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 285030 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 285040 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@21b29e98{/yvhu/a,null,AVAILABLE}
[junit4] 2> 285041 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@463f0229{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:45095}
[junit4] 2> 285041 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.Server Started @285090ms
[junit4] 2> 285041 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/yvhu/a, hostPort=45095,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-1-001/cores}
[junit4] 2> 285042 ERROR (closeThreadPool-365-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 285042 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 285042 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 285042 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 285042 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 285042 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-12-17T06:30:46.069Z
[junit4] 2> 285050 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-2-001
of type NRT
[junit4] 2> 285053 WARN (closeThreadPool-365-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 285053 INFO (zkConnectionManagerCallback-367-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285054 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 285054 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-1-001/solr.xml
[junit4] 2> 285055 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 285055 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 285055 INFO (closeThreadPool-365-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 285058 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 285058 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 285060 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 285061 INFO (closeThreadPool-365-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 285061 INFO (closeThreadPool-365-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 285061 INFO (closeThreadPool-365-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 285062 INFO (closeThreadPool-365-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@75fbe11a{/yvhu/a,null,AVAILABLE}
[junit4] 2> 285062 INFO (closeThreadPool-365-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@33383232{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:42258}
[junit4] 2> 285062 INFO (closeThreadPool-365-thread-2) [ ]
o.e.j.s.Server Started @285111ms
[junit4] 2> 285062 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/yvhu/a, hostPort=42258,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-2-001/cores}
[junit4] 2> 285063 ERROR (closeThreadPool-365-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 285063 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 285064 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 285064 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 285064 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 285064 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-12-17T06:30:46.091Z
[junit4] 2> 285176 INFO (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285177 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 285177 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-2-001/solr.xml
[junit4] 2> 285185 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 285185 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 285186 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 285367 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-3-001
of type NRT
[junit4] 2> 285396 WARN (closeThreadPool-365-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 285397 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 285397 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 285397 INFO (closeThreadPool-365-thread-3) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 285460 INFO (closeThreadPool-365-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 285460 INFO (closeThreadPool-365-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 285460 INFO (closeThreadPool-365-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 285466 INFO (closeThreadPool-365-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7989ea58{/yvhu/a,null,AVAILABLE}
[junit4] 2> 285467 INFO (closeThreadPool-365-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@649458a6{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:34916}
[junit4] 2> 285467 INFO (closeThreadPool-365-thread-3) [ ]
o.e.j.s.Server Started @285516ms
[junit4] 2> 285467 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/yvhu/a, hostPort=34916,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-3-001/cores}
[junit4] 2> 285467 WARN (closeThreadPool-365-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@26adb239[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 285467 ERROR (closeThreadPool-365-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 285467 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 285468 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 285468 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 285468 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 285468 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-12-17T06:30:46.495Z
[junit4] 2> 285502 WARN (closeThreadPool-365-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@203cd42a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 285503 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38666/solr
[junit4] 2> 285508 INFO (zkConnectionManagerCallback-373-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285549 WARN (closeThreadPool-365-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@5204feb3[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 285556 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 285556 INFO (zkConnectionManagerCallback-377-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285556 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-3-001/solr.xml
[junit4] 2> 285560 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 285560 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 285561 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 285571 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-4-001
of type NRT
[junit4] 2> 285583 WARN (closeThreadPool-365-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@7980907d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 285584 INFO (closeThreadPool-365-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38666/solr
[junit4] 2> 285596 WARN (closeThreadPool-365-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 285596 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 285596 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 285597 INFO (closeThreadPool-365-thread-4) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 285612 INFO (zkConnectionManagerCallback-385-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285621 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 285627 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.c.ZkController Publish
node=127.0.0.1:45095_yvhu%2Fa as DOWN
[junit4] 2> 285628 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 285628 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45095_yvhu%2Fa
[junit4] 2> 285630 INFO (zkCallback-345-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 285632 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 285640 INFO (closeThreadPool-365-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 285640 INFO (closeThreadPool-365-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 285640 INFO (closeThreadPool-365-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 285640 INFO (zkCallback-363-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 285648 INFO (zkConnectionManagerCallback-383-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285648 INFO (closeThreadPool-365-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@39bd2e51{/yvhu/a,null,AVAILABLE}
[junit4] 2> 285653 INFO (closeThreadPool-365-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7c79ed34{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:36862}
[junit4] 2> 285653 INFO (closeThreadPool-365-thread-4) [ ]
o.e.j.s.Server Started @285702ms
[junit4] 2> 285653 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/tempDir-001/jetty4,
solrconfig=solrconfig.xml, hostContext=/yvhu/a, hostPort=36862,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-4-001/cores}
[junit4] 2> 285654 ERROR (closeThreadPool-365-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 285654 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 285654 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 285654 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 285654 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 285654 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-12-17T06:30:46.681Z
[junit4] 2> 285662 INFO (zkCallback-384-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 285669 WARN (closeThreadPool-365-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@591a1657[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 285682 INFO (zkConnectionManagerCallback-390-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285698 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 285698 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-4-001/solr.xml
[junit4] 2> 285707 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 285707 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 285709 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 285716 INFO (zkConnectionManagerCallback-392-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285720 WARN (closeThreadPool-365-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@62fe3205[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 285721 INFO (closeThreadPool-365-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38666/solr
[junit4] 2> 285725 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 285730 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.c.ZkController Publish
node=127.0.0.1:42258_yvhu%2Fa as DOWN
[junit4] 2> 285732 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 285732 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42258_yvhu%2Fa
[junit4] 2> 285736 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 285736 INFO (zkCallback-345-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 285736 INFO (zkCallback-363-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 285740 INFO (zkConnectionManagerCallback-398-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285741 INFO (zkCallback-384-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 285748 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (3)
[junit4] 2> 285749 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:38666/solr ready
[junit4] 2> 285760 INFO (zkCallback-391-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 285771 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 285772 INFO (zkConnectionManagerCallback-404-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285786 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-5-001
of type NRT
[junit4] 2> 285788 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 285796 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 285796 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 285797 INFO (closeThreadPool-365-thread-1)
[n:127.0.0.1:45095_yvhu%2Fa ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-1-001/cores
[junit4] 2> 285812 INFO (zkConnectionManagerCallback-410-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285813 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (3)
[junit4] 2> 285815 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:38666/solr ready
[junit4] 2> 285815 WARN (closeThreadPool-365-thread-5) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 285815 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 285815 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 285815 INFO (closeThreadPool-365-thread-5) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 285824 INFO (zkConnectionManagerCallback-412-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285849 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (3)
[junit4] 2> 285856 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 285876 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.c.ZkController Publish
node=127.0.0.1:34916_yvhu%2Fa as DOWN
[junit4] 2> 285877 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 285877 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34916_yvhu%2Fa
[junit4] 2> 285879 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 285879 INFO (zkCallback-384-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 285879 INFO (zkCallback-363-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 285880 INFO (zkCallback-345-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 285987 INFO (zkCallback-411-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 285987 INFO (zkCallback-391-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 285987 INFO (zkCallback-397-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 285994 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 286000 INFO (closeThreadPool-365-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 286001 INFO (closeThreadPool-365-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 286001 INFO (closeThreadPool-365-thread-5) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 286001 INFO (closeThreadPool-365-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5d1c3b0{/yvhu/a,null,AVAILABLE}
[junit4] 2> 286002 INFO (closeThreadPool-365-thread-5) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@e3b6531{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:40513}
[junit4] 2> 286002 INFO (closeThreadPool-365-thread-5) [ ]
o.e.j.s.Server Started @286051ms
[junit4] 2> 286002 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/tempDir-001/jetty5,
solrconfig=solrconfig.xml, hostContext=/yvhu/a, hostPort=40513,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-5-001/cores}
[junit4] 2> 286002 ERROR (closeThreadPool-365-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 286002 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 286003 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 286003 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 286003 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 286003 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-12-17T06:30:47.030Z
[junit4] 2> 286004 INFO (zkCallback-409-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 286010 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 286011 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 286016 INFO (closeThreadPool-365-thread-2)
[n:127.0.0.1:42258_yvhu%2Fa ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-2-001/cores
[junit4] 2> 286044 INFO (zkConnectionManagerCallback-417-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 286061 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 286061 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-5-001/solr.xml
[junit4] 2> 286065 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 286065 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 286066 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 286079 INFO (zkConnectionManagerCallback-422-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 286081 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (4)
[junit4] 2> 286085 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:38666/solr ready
[junit4] 2> 286085 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-6-001
of type NRT
[junit4] 2> 286086 WARN (closeThreadPool-365-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 286108 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 286148 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 286148 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 286148 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 286162 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 286176 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 286176 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf
[junit4] 2> 286177 INFO (closeThreadPool-365-thread-3)
[n:127.0.0.1:34916_yvhu%2Fa ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-3-001/cores
[junit4] 2> 286220 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 286220 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 286220 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 286221 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3bd7b754{/yvhu/a,null,AVAILABLE}
[junit4] 2> 286222 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4b6a2c1e{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:37612}
[junit4] 2> 286222 INFO (closeThreadPool-365-thread-1) [ ]
o.e.j.s.Server Started @286271ms
[junit4] 2> 286222 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/tempDir-001/jetty6,
solrconfig=solrconfig.xml, hostContext=/yvhu/a, hostPort=37612,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-6-001/cores}
[junit4] 2> 286223 ERROR (closeThreadPool-365-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 286223 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 286228 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 286228 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 286228 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 286228 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-12-17T06:30:47.255Z
[junit4] 2> 286231 WARN (closeThreadPool-365-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@42fd736[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 286264 WARN (closeThreadPool-365-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@359122b9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 286265 INFO (zkConnectionManagerCallback-426-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 286265 INFO (closeThreadPool-365-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38666/solr
[junit4] 2> 286272 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 286272 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-6-001/solr.xml
[junit4] 2> 286278 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 286278 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 286279 INFO (closeThreadPool-365-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@22fed3bf, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 286281 WARN (closeThreadPool-365-thread-5) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@d6b2067[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 286342 INFO
(TEST-ChaosMonkeyNothingIsSafeWithPullReplicasTest.test-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 7 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_B94CBB37570DFA37-001/shard-7-001
of type PULL
[junit4] 2> 286344 WARN (closeThreadPool-365-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 286365 WARN (closeThreadPool-365-thread-5) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@ab5b534[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 286366 INFO (closeThreadPool-365-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38666/solr
[junit4
[...truncated too long message...]
eption: java.io.IOException: already closed
[junit4] 2> at
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:654)
~[test/:?]
[junit4] 2> at
org.apache.solr.cloud.autoscaling.SystemLogListener.onEvent(SystemLogListener.java:118)
~[java/:?]
[junit4] 2> at
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:801)
~[java/:?]
[junit4] 2> at
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:768)
~[java/:?]
[junit4] 2> at
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:321)
~[java/:?]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
~[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_191]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> Caused by: java.util.concurrent.ExecutionException:
java.io.IOException: already closed
[junit4] 2> at
java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_191]
[junit4] 2> at
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:652)
~[test/:?]
[junit4] 2> ... 10 more
[junit4] 2> Caused by: java.io.IOException: already closed
[junit4] 2> at
org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.ensureNotClosed(SimClusterStateProvider.java:2201)
~[test/:?]
[junit4] 2> at
org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.simUpdate(SimClusterStateProvider.java:1418)
~[test/:?]
[junit4] 2> at
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:739)
~[test/:?]
[junit4] 2> at
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.lambda$request$15(SimCloudManager.java:651)
~[test/:?]
[junit4] 2> ... 5 more
[junit4] 2> 2227588 DEBUG
(TEST-TestSimTriggerIntegration.testNodeMarkersRegistration-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
[junit4] 2> 2227588 DEBUG (AutoscalingActionExecutor-6162-thread-1) [ ]
o.a.s.c.a.ScheduledTriggers -- processing took 921 ms for event
id=613b02fc21e767Tblp5n4r3uvrud6gmm54sn4nly
[junit4] 2> 2227588 DEBUG
(TEST-TestSimTriggerIntegration.testNodeMarkersRegistration-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread
pool executor
[junit4] 2> 2227588 DEBUG
(TEST-TestSimTriggerIntegration.testNodeMarkersRegistration-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
[junit4] 2> 2227588 DEBUG
(TEST-TestSimTriggerIntegration.testNodeMarkersRegistration-seed#[B94CBB37570DFA37])
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed
explicitly
[junit4] 2> 2227589 INFO
(TEST-TestSimTriggerIntegration.testNodeMarkersRegistration-seed#[B94CBB37570DFA37])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testNodeMarkersRegistration
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestSimTriggerIntegration_B94CBB37570DFA37-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7e452cdd),
locale=nn-NO, timezone=America/Anchorage
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=178492064,total=525860864
[junit4] 2> NOTE: All tests run in this JVM: [TestPostingsSolrHighlighter,
HdfsChaosMonkeyNothingIsSafeTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, AnalyticsQueryTest,
DistributedFacetPivotSmallAdvancedTest, HighlighterConfigTest,
TestRuleBasedAuthorizationPlugin, ZkCLITest, TestLRUStatsCache,
SignatureUpdateProcessorFactoryTest, SolrPluginUtilsTest,
TestMergePolicyConfig, NoCacheHeaderTest, SuggesterTest,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestHttpShardHandlerFactory,
TestTolerantUpdateProcessorCloud, TestSubQueryTransformerDistrib,
SignificantTermsQParserPluginTest, OutputWriterTest,
MetricTriggerIntegrationTest, TestLeaderElectionWithEmptyReplica,
MigrateRouteKeyTest, TestQueryTypes, TestXIncludeConfig, SimpleMLTQParserTest,
TransactionLogTest, TestCollectionAPIs, TestScoreJoinQPScore,
AddBlockUpdateTest, AutoScalingHandlerTest, DistributedTermsComponentTest,
RootFieldTest, TestManagedSchema, MaxSizeAutoCommitTest,
TestQuerySenderNoQuery, DocValuesNotIndexedTest, TestSchemaNameResource,
TestConfigReload, SolrXmlInZkTest, RegexBytesRefFilterTest, TestWithCollection,
SpatialHeatmapFacetsTest, CollectionsAPIAsyncDistributedZkTest,
TestReRankQParserPlugin, SchemaApiFailureTest, TestMiniSolrCloudClusterSSL,
SpatialRPTFieldTypeTest, PreAnalyzedFieldTest, TestEmbeddedSolrServerSchemaAPI,
CircularListTest, FieldAnalysisRequestHandlerTest, TestClusterStateMutator,
CdcrBootstrapTest, ManagedSchemaRoundRobinCloudTest,
WordBreakSolrSpellCheckerTest, TestIndexingPerformance,
TriLevelCompositeIdRoutingTest, OrderedExecutorTest, TestWriterPerf,
ScheduledTriggerIntegrationTest, BigEndianAscendingWordSerializerTest,
TriggerCooldownIntegrationTest, TestFastLRUCache, RecoveryZkTest,
TriggerSetPropertiesIntegrationTest, TestPushWriter,
TestMinMaxOnMultiValuedField, TestRandomCollapseQParserPlugin,
TestLegacyNumericUtils, DistanceUnitsTest, TestSchemaVersionResource,
OverseerRolesTest, TestNumericTerms32, SolrCoreTest, ImplicitSnitchTest,
BinaryUpdateRequestHandlerTest, BadCopyFieldTest,
PeerSyncWithIndexFingerprintCachingTest, TestBulkSchemaConcurrent,
TimeRoutedAliasUpdateProcessorTest, CustomCollectionTest,
BlockJoinFacetRandomTest, TestSmileRequest, ShardRoutingCustomTest,
StatsReloadRaceTest, TestSolrQueryParser, TestExportWriter, DateFieldTest,
TestCSVResponseWriter, PreAnalyzedUpdateProcessorTest,
TestSimDistribStateManager, HdfsRecoverLeaseTest, MultiThreadedOCPTest,
ExternalFileFieldSortTest, VersionInfoTest, TestTrie,
CoreAdminRequestStatusTest, TestNumericRangeQuery32, TestSimTriggerIntegration]
[junit4] Completed [286/838 (3!)] on J2 in 7.93s, 11 tests, 1 failure, 3
skipped <<< FAILURES!
[...truncated 2333 lines...]
[javac] Compiling 191 source files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/classes/test
[javac]
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/solrj/src/test/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClientBadInputTest.java:31:
error: cannot find symbol
[javac] import static
org.junit.internal.matchers.StringContains.containsString;
[javac] ^
[javac] symbol: class StringContains
[javac] location: package org.junit.internal.matchers
[javac]
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/solrj/src/test/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClientBadInputTest.java:31:
error: static import only from classes and interfaces
[javac] import static
org.junit.internal.matchers.StringContains.containsString;
[javac] ^
[javac]
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/solrj/src/test/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClientBadInputTest.java:96:
error: cannot find symbol
[javac] assertThat(thrown.getMessage(),
containsString(expectedString));
[javac] ^
[javac] symbol: method containsString(String)
[javac] location: class ConcurrentUpdateHttp2SolrClientBadInputTest
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:642:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:577:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/build.xml:59:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build.xml:280:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/common-build.xml:558:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:903:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:915:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/common-build.xml:2056:
Compile failed; see the compiler error output for details.
Total time: 173 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]