Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2114/
6 tests failed.
FAILED: org.apache.solr.cloud.ShardSplitTest.test
Error Message:
Could not load collection from ZK: routeFieldColl
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
routeFieldColl
at
__randomizedtesting.SeedInfo.seed([B84BCE15B927B69B:301FF1CF17DBDB63]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:690)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:908)
at
org.apache.solr.cloud.ShardSplitTest.splitByRouteFieldTest(ShardSplitTest.java:736)
at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/routeFieldColl/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1182)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1168)
... 49 more
FAILED: org.apache.solr.cloud.TestHdfsCloudBackupRestore.test
Error Message:
expected:<COMPLETED> but was:<RUNNING>
Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<RUNNING>
at
__randomizedtesting.SeedInfo.seed([B84BCE15B927B69B:301FF1CF17DBDB63]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:277)
at
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration
Error Message:
Path /autoscaling/nodeLost/127.0.0.1:34415_solr exists
Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeLost/127.0.0.1:34415_solr exists
at
__randomizedtesting.SeedInfo.seed([B84BCE15B927B69B:A0F14619B7127B74]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertFalse(Assert.java:68)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:856)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication
Error Message:
Index: 0, Size: 0
Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at
__randomizedtesting.SeedInfo.seed([B84BCE15B927B69B:AC0395409A200B85]:0)
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.BasicDistributedZkTest.test
Error Message:
Error from server at http://127.0.0.1:39198/collection1: No registered leader
was found after waiting for 4000ms , collection: collection1 slice: shard1 saw
state=DocCollection(collection1//collections/collection1/state.json/18)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node44":{ "core":"collection1_shard1_replica_t43",
"base_url":"http://127.0.0.1:35847", "node_name":"127.0.0.1:35847_",
"state":"down", "type":"TLOG"}, "core_node48":{
"core":"collection1_shard1_replica_t47",
"base_url":"http://127.0.0.1:44402", "node_name":"127.0.0.1:44402_",
"state":"down", "type":"TLOG"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{
"core_node42":{ "core":"collection1_shard2_replica_t41",
"base_url":"http://127.0.0.1:38212", "node_name":"127.0.0.1:38212_",
"state":"active", "type":"TLOG", "leader":"true"},
"core_node46":{ "core":"collection1_shard2_replica_t45",
"base_url":"http://127.0.0.1:39198",
"node_name":"127.0.0.1:39198_", "state":"active",
"type":"TLOG"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"1", "tlogReplicas":"0"} with
live_nodes=[127.0.0.1:36912_, 127.0.0.1:38212_, 127.0.0.1:44402_,
127.0.0.1:39198_]
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:39198/collection1: No registered leader was
found after waiting for 4000ms , collection: collection1 slice: shard1 saw
state=DocCollection(collection1//collections/collection1/state.json/18)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node44":{
"core":"collection1_shard1_replica_t43",
"base_url":"http://127.0.0.1:35847",
"node_name":"127.0.0.1:35847_",
"state":"down",
"type":"TLOG"},
"core_node48":{
"core":"collection1_shard1_replica_t47",
"base_url":"http://127.0.0.1:44402",
"node_name":"127.0.0.1:44402_",
"state":"down",
"type":"TLOG"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node42":{
"core":"collection1_shard2_replica_t41",
"base_url":"http://127.0.0.1:38212",
"node_name":"127.0.0.1:38212_",
"state":"active",
"type":"TLOG",
"leader":"true"},
"core_node46":{
"core":"collection1_shard2_replica_t45",
"base_url":"http://127.0.0.1:39198",
"node_name":"127.0.0.1:39198_",
"state":"active",
"type":"TLOG"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"0"} with live_nodes=[127.0.0.1:36912_, 127.0.0.1:38212_,
127.0.0.1:44402_, 127.0.0.1:39198_]
at
__randomizedtesting.SeedInfo.seed([B84BCE15B927B69B:301FF1CF17DBDB63]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
at
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:507)
at
org.apache.solr.cloud.BasicDistributedZkTest.testUpdateProcessorsRunOnlyOnce(BasicDistributedZkTest.java:683)
at
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:377)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes
Error Message:
expected:<2> but was:<3>
Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
at
__randomizedtesting.SeedInfo.seed([B84BCE15B927B69B:A44AB398CC82C808]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestTlogReplica.assertCopyOverOldUpdates(TestTlogReplica.java:909)
at
org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes(TestTlogReplica.java:501)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12719 lines...]
[junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4] 2> 3754785 INFO
(SUITE-BasicDistributedZkTest-seed#[B84BCE15B927B69B]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/init-core-data-001
[junit4] 2> 3754786 WARN
(SUITE-BasicDistributedZkTest-seed#[B84BCE15B927B69B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 3754803 INFO
(SUITE-BasicDistributedZkTest-seed#[B84BCE15B927B69B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 3754804 INFO
(SUITE-BasicDistributedZkTest-seed#[B84BCE15B927B69B]-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> 3754804 INFO
(SUITE-BasicDistributedZkTest-seed#[B84BCE15B927B69B]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 3754806 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3754839 INFO (Thread-2157) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3754839 INFO (Thread-2157) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 3754912 ERROR (Thread-2157) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 3754949 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.ZkTestServer start zk server on port:39255
[junit4] 2> 3755244 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 3755245 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 3755258 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 3755259 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 3755259 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 3755260 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 3755261 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 3755261 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 3755295 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 3755295 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 3755296 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 3755306 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 3756678 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 3756811 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@47cc450c{/,null,AVAILABLE}
[junit4] 2> 3756812 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2d5ad49e{HTTP/1.1,[http/1.1]}{127.0.0.1:36912}
[junit4] 2> 3756812 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.Server Started @3775626ms
[junit4] 2> 3756812 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/tempDir-001/control/data,
hostContext=/, hostPort=36912,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/control-001/cores}
[junit4] 2> 3756812 ERROR
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3756812 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 3756812 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3756812 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3756812 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-06T13:04:52.800Z
[junit4] 2> 3756847 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3756848 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/control-001/solr.xml
[junit4] 2> 3756851 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3756851 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3756864 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3756922 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39255/solr
[junit4] 2> 3759630 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:36912_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3759630 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:36912_
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36912_
[junit4] 2> 3759630 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:36912_
] o.a.s.c.Overseer Overseer
(id=98782091074863108-127.0.0.1:36912_-n_0000000000) starting
[junit4] 2> 3759657 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:36912_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36912_
[junit4] 2> 3759701 INFO
(OverseerStateUpdate-98782091074863108-127.0.0.1:36912_-n_0000000000)
[n:127.0.0.1:36912_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3759953 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:36912_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3759990 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:36912_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3760002 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:36912_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3760004 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:36912_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/control-001/cores
[junit4] 2> 3760079 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3760096 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39255/solr ready
[junit4] 2> 3760098 INFO (qtp1501889536-11665) [n:127.0.0.1:36912_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36912_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3760177 INFO
(OverseerThreadFactory-4429-thread-1-processing-n:127.0.0.1:36912_)
[n:127.0.0.1:36912_ ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 3760459 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_ ]
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> 3760459 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 3760841 INFO
(zkCallback-2876-thread-1-processing-n:127.0.0.1:36912_) [n:127.0.0.1:36912_
] 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> 3761871 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 3761996 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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> 3763302 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 3763615 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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> 3763615 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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@16df48a8
[junit4] 2> 3763616 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 3763616 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 3763667 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=36.27734375,
floorSegmentMB=1.91796875, forceMergeDeletesPctAllowed=5.751706430825443,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3763742 WARN (qtp1501889536-11669) [n:127.0.0.1:36912_
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> 3764047 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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> 3764047 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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> 3764065 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3764065 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3764066 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=30.798828125,
floorSegmentMB=1.7646484375, forceMergeDeletesPctAllowed=24.473627875811104,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3764066 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@607ec79c[control_collection_shard1_replica_n1] main]
[junit4] 2> 3764068 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 3764069 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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> 3764069 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3764071 INFO
(searcherExecutor-4432-thread-1-processing-n:127.0.0.1:36912_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:36912_ 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@607ec79c[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3764071 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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 1580513466839465984
[junit4] 2> 3764230 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3764230 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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> 3764230 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:36912/control_collection_shard1_replica_n1/
[junit4] 2> 3764231 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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> 3764231 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:36912/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 3764231 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 3764232 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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:36912/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 3764392 INFO
(zkCallback-2876-thread-1-processing-n:127.0.0.1:36912_) [n:127.0.0.1:36912_
] 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> 3764412 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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> 3764530 INFO (qtp1501889536-11669) [n:127.0.0.1:36912_
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=4071
[junit4] 2> 3764838 INFO (qtp1501889536-11665) [n:127.0.0.1:36912_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 3765001 INFO
(zkCallback-2876-thread-1-processing-n:127.0.0.1:36912_) [n:127.0.0.1:36912_
] 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> 3765844 INFO (qtp1501889536-11665) [n:127.0.0.1:36912_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36912_&wt=javabin&version=2}
status=0 QTime=5746
[junit4] 2> 3766109 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3766109 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39255/solr ready
[junit4] 2> 3766109 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 3766110 INFO (qtp1501889536-11668) [n:127.0.0.1:36912_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3766129 INFO
(OverseerThreadFactory-4429-thread-2-processing-n:127.0.0.1:36912_)
[n:127.0.0.1:36912_ ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 3766134 INFO
(OverseerCollectionConfigSetProcessor-98782091074863108-127.0.0.1:36912_-n_0000000000)
[n:127.0.0.1:36912_ ] 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> 3766202 WARN
(OverseerThreadFactory-4429-thread-2-processing-n:127.0.0.1:36912_)
[n:127.0.0.1:36912_ ] o.a.s.c.CreateCollectionCmd It is unusual to create a
collection (collection1) without cores.
[junit4] 2> 3766536 INFO (qtp1501889536-11668) [n:127.0.0.1:36912_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 3766537 INFO (qtp1501889536-11668) [n:127.0.0.1:36912_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=426
[junit4] 2> 3766537 INFO
(OverseerCollectionConfigSetProcessor-98782091074863108-127.0.0.1:36912_-n_0000000000)
[n:127.0.0.1:36912_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 3767666 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-1-001
of type TLOG
[junit4] 2> 3767667 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 3767668 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1c40be6d{/,null,AVAILABLE}
[junit4] 2> 3767668 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4fb8cce5{HTTP/1.1,[http/1.1]}{127.0.0.1:38212}
[junit4] 2> 3767668 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.Server Started @3786482ms
[junit4] 2> 3767668 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=38212,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-1-001/cores}
[junit4] 2> 3767668 ERROR
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3767668 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 3767668 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3767668 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3767669 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-06T13:05:03.657Z
[junit4] 2> 3767711 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3767711 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-1-001/solr.xml
[junit4] 2> 3767714 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3767714 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3767772 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3767825 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39255/solr
[junit4] 2> 3768022 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:38212_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3768039 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:38212_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3768041 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:38212_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38212_
[junit4] 2> 3768056 INFO
(zkCallback-2876-thread-1-processing-n:127.0.0.1:36912_) [n:127.0.0.1:36912_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3768166 INFO (zkCallback-2883-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3768169 INFO
(zkCallback-2888-thread-1-processing-n:127.0.0.1:38212_) [n:127.0.0.1:38212_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3768784 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:38212_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3768916 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:38212_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3768916 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:38212_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3768917 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:38212_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-1-001/cores
[junit4] 2> 3769172 INFO (qtp1501889536-11672) [n:127.0.0.1:36912_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:38212_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3769187 INFO
(OverseerThreadFactory-4429-thread-3-processing-n:127.0.0.1:36912_)
[n:127.0.0.1:36912_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:38212_
for creating new replica
[junit4] 2> 3769228 INFO (qtp175025974-11715) [n:127.0.0.1:38212_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 3769228 INFO (qtp175025974-11715) [n:127.0.0.1:38212_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 3769246 INFO
(zkCallback-2888-thread-1-processing-n:127.0.0.1:38212_) [n:127.0.0.1:38212_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3770341 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 3770466 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
[collection1_shard2_replica_t41] Schema name=test
[junit4] 2> 3771343 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 3771399 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from
collection collection1, trusted=true
[junit4] 2> 3771399 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t41' (registry
'solr.core.collection1.shard2.replica_t41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3771399 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 3771399 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[[collection1_shard2_replica_t41] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-1-001/cores/collection1_shard2_replica_t41],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
[junit4] 2> 3771434 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=36.27734375,
floorSegmentMB=1.91796875, forceMergeDeletesPctAllowed=5.751706430825443,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3771436 WARN (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
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> 3772014 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 3772014 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3772015 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 3772015 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 3772016 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=30.798828125,
floorSegmentMB=1.7646484375, forceMergeDeletesPctAllowed=24.473627875811104,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3772016 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@8824b4a[collection1_shard2_replica_t41] main]
[junit4] 2> 3772018 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 3772018 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3772019 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3772019 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1580513475173548032
[junit4] 2> 3772075 INFO
(searcherExecutor-4443-thread-1-processing-n:127.0.0.1:38212_
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[collection1_shard2_replica_t41] Registered new searcher
Searcher@8824b4a[collection1_shard2_replica_t41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3772092 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3772092 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3772092 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:38212/collection1_shard2_replica_t41/
[junit4] 2> 3772092 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 3772092 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
http://127.0.0.1:38212/collection1_shard2_replica_t41/ has no replicas
[junit4] 2> 3772092 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 3772092 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
collection1_shard2_replica_t41 stopping background replication from leader
[junit4] 2> 3772094 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:38212/collection1_shard2_replica_t41/ shard2
[junit4] 2> 3772108 INFO
(zkCallback-2888-thread-1-processing-n:127.0.0.1:38212_) [n:127.0.0.1:38212_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3772144 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 3772146 INFO (qtp175025974-11715) [n:127.0.0.1:38212_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2917
[junit4] 2> 3772147 INFO (qtp1501889536-11672) [n:127.0.0.1:36912_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:38212_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=2975
[junit4] 2> 3772254 INFO
(zkCallback-2888-thread-1-processing-n:127.0.0.1:38212_) [n:127.0.0.1:38212_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3772789 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-2-001
of type TLOG
[junit4] 2> 3772790 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 3772843 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@30f64ede{/,null,AVAILABLE}
[junit4] 2> 3772843 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7a12e9fb{HTTP/1.1,[http/1.1]}{127.0.0.1:35847}
[junit4] 2> 3772843 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.e.j.s.Server Started @3791657ms
[junit4] 2> 3772843 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=35847,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-2-001/cores}
[junit4] 2> 3772844 ERROR
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3772880 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 3772880 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3772880 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3772880 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-06T13:05:08.868Z
[junit4] 2> 3772990 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3772990 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-2-001/solr.xml
[junit4] 2> 3772993 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3772993 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3773172 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3773203 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39255/solr
[junit4] 2> 3773205 INFO
(OverseerCollectionConfigSetProcessor-98782091074863108-127.0.0.1:36912_-n_0000000000)
[n:127.0.0.1:36912_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 3773531 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:35847_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 3773532 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:35847_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3773546 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:35847_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35847_
[junit4] 2> 3773551 INFO
(zkCallback-2888-thread-1-processing-n:127.0.0.1:38212_) [n:127.0.0.1:38212_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3773559 INFO (zkCallback-2883-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3773632 INFO
(zkCallback-2876-thread-1-processing-n:127.0.0.1:36912_) [n:127.0.0.1:36912_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3773648 INFO
(zkCallback-2894-thread-1-processing-n:127.0.0.1:35847_) [n:127.0.0.1:35847_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3773950 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:35847_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3774024 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:35847_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3774025 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:35847_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3774059 INFO
(TEST-BasicDistributedZkTest.test-seed#[B84BCE15B927B69B]) [n:127.0.0.1:35847_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-2-001/cores
[junit4] 2> 3774446 INFO (qtp1987124276-11744) [n:127.0.0.1:35847_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:35847_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3774483 INFO
(OverseerThreadFactory-4429-thread-4-processing-n:127.0.0.1:36912_)
[n:127.0.0.1:36912_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35847_
for creating new replica
[junit4] 2> 3774490 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 3774490 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 3774613 INFO
(zkCallback-2888-thread-1-processing-n:127.0.0.1:38212_) [n:127.0.0.1:38212_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3774668 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 3774778 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
[collection1_shard1_replica_t43] Schema name=test
[junit4] 2> 3775647 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 3775699 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from
collection collection1, trusted=true
[junit4] 2> 3775699 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t43' (registry
'solr.core.collection1.shard1.replica_t43') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16df48a8
[junit4] 2> 3775699 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 3775700 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[[collection1_shard1_replica_t43] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-2-001/cores/collection1_shard1_replica_t43],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_B84BCE15B927B69B-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
[junit4] 2> 3775718 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=36.27734375,
floorSegmentMB=1.91796875, forceMergeDeletesPctAllowed=5.751706430825443,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3775735 WARN (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
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> 3776035 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 3776036 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3776037 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 3776037 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 3776038 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=30.798828125,
floorSegmentMB=1.7646484375, forceMergeDeletesPctAllowed=24.473627875811104,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3776038 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6b53f242[collection1_shard1_replica_t43] main]
[junit4] 2> 3776084 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 3776084 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3776085 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3776085 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1580513479437058048
[junit4] 2> 3776145 INFO
(searcherExecutor-4454-thread-1-processing-n:127.0.0.1:35847_
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[collection1_shard1_replica_t43] Registered new searcher
Searcher@6b53f242[collection1_shard1_replica_t43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3776158 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3776158 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3776158 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:35847/collection1_shard1_replica_t43/
[junit4] 2> 3776158 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 3776158 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
http://127.0.0.1:35847/collection1_shard1_replica_t43/ has no replicas
[junit4] 2> 3776158 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 3776158 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
collection1_shard1_replica_t43 stopping background replication from leader
[junit4] 2> 3776160 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:35847/collection1_shard1_replica_t43/ shard1
[junit4] 2> 3776336 INFO
(zkCallback-2894-thread-1-processing-n:127.0.0.1:35847_) [n:127.0.0.1:35847_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3776339 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 3776339 INFO
(zkCallback-2888-thread-1-processing-n:127.0.0.1:38212_) [n:127.0.0.1:38212_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3776358 INFO (qtp1987124276-11742) [n:127.0.0.1:35847_
c:collection1 s:
[...truncated too long message...]
dler Stopped o.e.j.s.ServletContextHandler@44cf2433{/solr,null,UNAVAILABLE}
[junit4] 2> 6934826 INFO (jetty-closer-5339-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 6934827 INFO (jetty-closer-5339-thread-4) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 6936233 WARN
(zkCallback-5528-thread-1-processing-n:127.0.0.1:33302_solr)
[n:127.0.0.1:33302_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 6936233 INFO (jetty-closer-5339-thread-6) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7eb43acc{/solr,null,UNAVAILABLE}
[junit4] 2> 6936303 WARN
(zkCallback-5433-thread-3-processing-n:127.0.0.1:34498_solr)
[n:127.0.0.1:34498_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 6936307 INFO (jetty-closer-5339-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7b93c0fe{/solr,null,UNAVAILABLE}
[junit4] 2> 6936343 WARN
(zkCallback-5482-thread-2-processing-n:127.0.0.1:42358_solr)
[n:127.0.0.1:42358_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 6936344 INFO (jetty-closer-5339-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@74b6165c{/solr,null,UNAVAILABLE}
[junit4] 2> 6936361 ERROR
(SUITE-TriggerIntegrationTest-seed#[B84BCE15B927B69B]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 6936361 INFO
(SUITE-TriggerIntegrationTest-seed#[B84BCE15B927B69B]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43243 43243
[junit4] 2> 6936730 INFO (Thread-5416) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:43243 43243
[junit4] 2> 6936730 WARN (Thread-5416) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 45 /solr/aliases.json
[junit4] 2> 13 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 45 /solr/clusterprops.json
[junit4] 2> 45 /solr/clusterstate.json
[junit4] 2> 5 /solr/autoscaling.json
[junit4] 2> 2
/solr/overseer_elect/election/98782291788300343-127.0.0.1:42358_solr-n_0000000009
[junit4] 2> 2
/solr/overseer_elect/election/98782291788300293-127.0.0.1:36793_solr-n_0000000001
[junit4] 2> 2
/solr/overseer_elect/election/98782291788300325-127.0.0.1:34498_solr-n_0000000006
[junit4] 2> 2
/solr/overseer_elect/election/98782291788300314-127.0.0.1:38700_solr-n_0000000004
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 45 /solr/collections
[junit4] 2> 38 /solr/live_nodes
[junit4] 2> 5 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 5 /solr/overseer/queue-work
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 3 /solr/autoscaling/events/node_added_trigger
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_B84BCE15B927B69B-001
[junit4] 2> NOTE: test params are:
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
chunkSize=7, maxDocsPerChunk=580, blockSize=486),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY,
chunkSize=7, blockSize=486)), sim=RandomSimilarity(queryNorm=true): {},
locale=th, timezone=America/Chihuahua
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=134791568,total=520617984
[junit4] 2> NOTE: All tests run in this JVM: [SolrTestCaseJ4Test,
RecoveryZkTest, SortSpecParsingTest, TestHdfsBackupRestoreCore,
SuggesterFSTTest, TestReload, QueryEqualityTest,
TestSlowCompositeReaderWrapper, TestTrie, DistributedFacetExistsSmallTest,
CheckHdfsIndexTest, SuggesterTest, SmileWriterTest, MoveReplicaTest,
TestReloadDeadlock, AtomicUpdatesTest, VersionInfoTest, CopyFieldTest,
SolrJmxReporterCloudTest, PingRequestHandlerTest, TestChildDocTransformer,
MinimalSchemaTest, TestSurroundQueryParser, TestConfigSetsAPI,
SignatureUpdateProcessorFactoryTest, TestSolrCloudWithHadoopAuthPlugin,
TestOrdValues, TestRebalanceLeaders, MultiTermTest,
TestManagedStopFilterFactory, TermVectorComponentDistributedTest,
XsltUpdateRequestHandlerTest, TestOnReconnectListenerSupport,
SortByFunctionTest, TestStressReorder, SecurityConfHandlerTest, LargeFieldTest,
UnloadDistributedZkTest, ResponseLogComponentTest, MissingSegmentRecoveryTest,
TestEmbeddedSolrServerConstructors, TestSolrDeletionPolicy2,
ShowFileRequestHandlerTest, CollectionStateFormat2Test, ConnectionReuseTest,
TestLFUCache, LeaderElectionTest, AutoScalingHandlerTest,
TestExactSharedStatsCache, TestUtils, TimeZoneUtilsTest,
TestSubQueryTransformerDistrib, TestSchemaNameResource,
TestFieldCacheVsDocValues, TestAnalyzeInfixSuggestions,
FullSolrCloudDistribCmdsTest, TestRestManager, TestJsonFacetRefinement,
GraphQueryTest, TestZkChroot, TestHttpShardHandlerFactory,
SaslZkACLProviderTest, TestAuthorizationFramework, TestIndexSearcher,
TestJmxIntegration, RulesTest, OverseerTest, RestartWhileUpdatingTest,
TestDistributedMissingSort, InfoHandlerTest, ResponseHeaderTest,
TestDocBasedVersionConstraints, TestLMJelinekMercerSimilarityFactory,
BasicAuthIntegrationTest, TestFieldResource,
OutOfBoxZkACLAndCredentialsProvidersTest,
DistributedQueryComponentCustomSortTest, TestSimpleTextCodec, PolyFieldTest,
FacetPivotSmallTest, TestJavabinTupleStreamParser, BaseCdcrDistributedZkTest,
TestRawTransformer, TestExportWriter, OverseerTaskQueueTest,
NotRequiredUniqueKeyTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest,
TestApiFramework, DistributedQueueTest, TestSolrCLIRunExample, TestRestoreCore,
SimpleCollectionCreateDeleteTest, ZkFailoverTest, TermsComponentTest,
V2ApiIntegrationTest, TestAnalyzedSuggestions, TestCoreAdminApis,
TestSuggestSpellingConverter, TestSolrFieldCacheBean, TestNoOpRegenerator,
AddBlockUpdateTest, StatsComponentTest, SolrMetricsIntegrationTest,
HdfsRestartWhileUpdatingTest, ClassificationUpdateProcessorTest,
SolrCoreMetricManagerTest, SolrCoreCheckLockOnStartupTest,
UniqFieldsUpdateProcessorFactoryTest, CdcrReplicationHandlerTest,
SolrXmlInZkTest, MetricUtilsTest, TestCloudManagedSchema, DateMathParserTest,
QueryResultKeyTest, TestCloudPseudoReturnFields,
TestSolrCloudWithDelegationTokens, TestRecovery, TestSolrConfigHandlerCloud,
AnalyticsMergeStrategyTest, TestPseudoReturnFields, SyncSliceTest,
OpenCloseCoreStressTest, ShardRoutingTest, TestRandomDVFaceting,
AutoCommitTest, ZkControllerTest, HardAutoCommitTest, SimpleFacetsTest,
TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, PeerSyncTest, TestSort,
TestLazyCores, TestExtendedDismaxParser, CoreAdminHandlerTest,
TestStressLucene, WordBreakSolrSpellCheckerTest, TestUpdate,
TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest,
DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest,
SolrInfoBeanTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest,
DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes,
RequestHandlersTest, PathHierarchyTokenizerFactoryTest,
MoreLikeThisHandlerTest, FastVectorHighlighterTest, IndexSchemaTest,
UpdateRequestProcessorFactoryTest, TestPHPSerializedResponseWriter,
CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, UpdateParamsTest,
TestQuerySenderNoQuery, TestConfig, TestSolrCoreProperties,
TestPhraseSuggestions, TestCodecSupport, TestFastWriter, ScriptEngineTest,
URLClassifyProcessorTest, PreAnalyzedFieldTest, TestSystemIdResolver,
PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest,
RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache,
TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest,
FileUtilsTest, CircularListTest, DistributedMLTComponentTest,
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch,
TestLuceneIndexBackCompat, ActionThrottleTest, AliasIntegrationTest,
CdcrBootstrapTest, ChaosMonkeySafeLeaderWithPullReplicasTest,
CollectionsAPISolrJTest, DistribCursorPagingTest, HealthCheckHandlerTest,
HttpPartitionTest, MigrateRouteKeyTest, PeerSyncReplicationTest,
TestCloudInspectUtil, TestCloudJSONFacetJoinDomain,
TestLeaderInitiatedRecoveryThread, TestLockTree, TestPullReplicaErrorHandling,
TestRandomFlRTGCloud, TestSkipOverseerOperations, TestTlogReplica,
ComputePlanActionTest, SystemLogListenerTest, TriggerIntegrationTest]
[junit4] Completed [576/745 (6!)] on J2 in 116.87s, 10 tests, 1 failure <<<
FAILURES!
[...truncated 47452 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:826:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:706:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:693:
Source checkout is dirty (unversioned/missing files) after running tests!!!
Offending files:
* lucene/licenses/morfologik-ukrainian-search-3.7.5.jar.sha1
Total time: 365 minutes 52 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]