Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4939/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
5 tests failed.
FAILED:
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test
Error Message:
Node 127.0.0.1:65140_solr has 3 replicas. Expected num replicas : 2. state:
DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/11)={
"pullReplicas":0, "replicationFactor":1, "shards":{ "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{"core_node62":{
"core":"backuprestore_restored_shard2_replica_n61",
"base_url":"http://127.0.0.1:65140/solr",
"node_name":"127.0.0.1:65140_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542804977102376356"}, "shard1_1":{
"range":"c0000000-ffffffff", "state":"active",
"replicas":{"core_node64":{
"core":"backuprestore_restored_shard1_1_replica_n63",
"base_url":"http://127.0.0.1:65140/solr",
"node_name":"127.0.0.1:65140_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542804977102438283"}, "shard1_0":{
"range":"80000000-bfffffff", "state":"active",
"replicas":{"core_node66":{
"core":"backuprestore_restored_shard1_0_replica_n65",
"base_url":"http://127.0.0.1:65140/solr",
"node_name":"127.0.0.1:65140_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542804977102516030"}}, "router":{
"name":"compositeId", "field":"shard_s"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":1, "tlogReplicas":0}
Stack Trace:
java.lang.AssertionError: Node 127.0.0.1:65140_solr has 3 replicas. Expected
num replicas : 2. state:
DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/11)={
"pullReplicas":0,
"replicationFactor":1,
"shards":{
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node62":{
"core":"backuprestore_restored_shard2_replica_n61",
"base_url":"http://127.0.0.1:65140/solr",
"node_name":"127.0.0.1:65140_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542804977102376356"},
"shard1_1":{
"range":"c0000000-ffffffff",
"state":"active",
"replicas":{"core_node64":{
"core":"backuprestore_restored_shard1_1_replica_n63",
"base_url":"http://127.0.0.1:65140/solr",
"node_name":"127.0.0.1:65140_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542804977102438283"},
"shard1_0":{
"range":"80000000-bfffffff",
"state":"active",
"replicas":{"core_node66":{
"core":"backuprestore_restored_shard1_0_replica_n65",
"base_url":"http://127.0.0.1:65140/solr",
"node_name":"127.0.0.1:65140_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542804977102516030"}},
"router":{
"name":"compositeId",
"field":"shard_s"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":1,
"tlogReplicas":0}
at
__randomizedtesting.SeedInfo.seed([DFD90DF4AD7ED7E1:578D322E0382BA19]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.lambda$testBackupAndRestore$1(AbstractCloudBackupRestoreTestCase.java:339)
at java.util.HashMap.forEach(HashMap.java:1289)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:338)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:144)
at
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test(TestLocalFSCloudBackupRestore.java:64)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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.api.collections.TestLocalFSCloudBackupRestore.test
Error Message:
Node 127.0.0.1:65198_solr has 3 replicas. Expected num replicas : 2. state:
DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/10)={
"pullReplicas":0, "replicationFactor":1, "shards":{ "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{"core_node62":{
"core":"backuprestore_restored_shard2_replica_n61",
"base_url":"http://127.0.0.1:65198/solr",
"node_name":"127.0.0.1:65198_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542804991312587597"}, "shard1_1":{
"range":"c0000000-ffffffff", "state":"active",
"replicas":{"core_node64":{
"core":"backuprestore_restored_shard1_1_replica_n63",
"base_url":"http://127.0.0.1:65198/solr",
"node_name":"127.0.0.1:65198_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542804991312637454"}, "shard1_0":{
"range":"80000000-bfffffff", "state":"active",
"replicas":{"core_node66":{
"core":"backuprestore_restored_shard1_0_replica_n65",
"base_url":"http://127.0.0.1:65198/solr",
"node_name":"127.0.0.1:65198_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542804991312682465"}}, "router":{
"name":"compositeId", "field":"shard_s"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":1, "tlogReplicas":0}
Stack Trace:
java.lang.AssertionError: Node 127.0.0.1:65198_solr has 3 replicas. Expected
num replicas : 2. state:
DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/10)={
"pullReplicas":0,
"replicationFactor":1,
"shards":{
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node62":{
"core":"backuprestore_restored_shard2_replica_n61",
"base_url":"http://127.0.0.1:65198/solr",
"node_name":"127.0.0.1:65198_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542804991312587597"},
"shard1_1":{
"range":"c0000000-ffffffff",
"state":"active",
"replicas":{"core_node64":{
"core":"backuprestore_restored_shard1_1_replica_n63",
"base_url":"http://127.0.0.1:65198/solr",
"node_name":"127.0.0.1:65198_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542804991312637454"},
"shard1_0":{
"range":"80000000-bfffffff",
"state":"active",
"replicas":{"core_node66":{
"core":"backuprestore_restored_shard1_0_replica_n65",
"base_url":"http://127.0.0.1:65198/solr",
"node_name":"127.0.0.1:65198_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542804991312682465"}},
"router":{
"name":"compositeId",
"field":"shard_s"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":1,
"tlogReplicas":0}
at
__randomizedtesting.SeedInfo.seed([DFD90DF4AD7ED7E1:578D322E0382BA19]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.lambda$testBackupAndRestore$1(AbstractCloudBackupRestoreTestCase.java:339)
at java.util.HashMap.forEach(HashMap.java:1289)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:338)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:144)
at
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test(TestLocalFSCloudBackupRestore.java:64)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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.api.collections.TestLocalFSCloudBackupRestore.test
Error Message:
Node 127.0.0.1:65208_solr has 3 replicas. Expected num replicas : 2. state:
DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/10)={
"pullReplicas":0, "replicationFactor":1, "shards":{ "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{"core_node62":{
"core":"backuprestore_restored_shard2_replica_n61",
"base_url":"http://127.0.0.1:65208/solr",
"node_name":"127.0.0.1:65208_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542804991822638047"}, "shard1_1":{
"range":"c0000000-ffffffff", "state":"active",
"replicas":{"core_node64":{
"core":"backuprestore_restored_shard1_1_replica_n63",
"base_url":"http://127.0.0.1:65208/solr",
"node_name":"127.0.0.1:65208_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542804991822671158"}, "shard1_0":{
"range":"80000000-bfffffff", "state":"active",
"replicas":{"core_node66":{
"core":"backuprestore_restored_shard1_0_replica_n65",
"base_url":"http://127.0.0.1:65208/solr",
"node_name":"127.0.0.1:65208_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542804991822718038"}}, "router":{
"name":"compositeId", "field":"shard_s"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":1, "tlogReplicas":0}
Stack Trace:
java.lang.AssertionError: Node 127.0.0.1:65208_solr has 3 replicas. Expected
num replicas : 2. state:
DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/10)={
"pullReplicas":0,
"replicationFactor":1,
"shards":{
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node62":{
"core":"backuprestore_restored_shard2_replica_n61",
"base_url":"http://127.0.0.1:65208/solr",
"node_name":"127.0.0.1:65208_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542804991822638047"},
"shard1_1":{
"range":"c0000000-ffffffff",
"state":"active",
"replicas":{"core_node64":{
"core":"backuprestore_restored_shard1_1_replica_n63",
"base_url":"http://127.0.0.1:65208/solr",
"node_name":"127.0.0.1:65208_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542804991822671158"},
"shard1_0":{
"range":"80000000-bfffffff",
"state":"active",
"replicas":{"core_node66":{
"core":"backuprestore_restored_shard1_0_replica_n65",
"base_url":"http://127.0.0.1:65208/solr",
"node_name":"127.0.0.1:65208_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542804991822718038"}},
"router":{
"name":"compositeId",
"field":"shard_s"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":1,
"tlogReplicas":0}
at
__randomizedtesting.SeedInfo.seed([DFD90DF4AD7ED7E1:578D322E0382BA19]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.lambda$testBackupAndRestore$1(AbstractCloudBackupRestoreTestCase.java:339)
at java.util.HashMap.forEach(HashMap.java:1289)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:338)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:144)
at
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test(TestLocalFSCloudBackupRestore.java:64)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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.api.collections.TestLocalFSCloudBackupRestore.test
Error Message:
Node 127.0.0.1:65261_solr has 3 replicas. Expected num replicas : 2. state:
DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/10)={
"pullReplicas":0, "replicationFactor":1, "shards":{ "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{"core_node62":{
"core":"backuprestore_restored_shard2_replica_n61",
"base_url":"http://127.0.0.1:65261/solr",
"node_name":"127.0.0.1:65261_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542805005160997500"}, "shard1_1":{
"range":"c0000000-ffffffff", "state":"active",
"replicas":{"core_node64":{
"core":"backuprestore_restored_shard1_1_replica_n63",
"base_url":"http://127.0.0.1:65261/solr",
"node_name":"127.0.0.1:65261_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542805005161041978"}, "shard1_0":{
"range":"80000000-bfffffff", "state":"active",
"replicas":{"core_node66":{
"core":"backuprestore_restored_shard1_0_replica_n65",
"base_url":"http://127.0.0.1:65261/solr",
"node_name":"127.0.0.1:65261_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542805005161075810"}}, "router":{
"name":"compositeId", "field":"shard_s"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":1, "tlogReplicas":0}
Stack Trace:
java.lang.AssertionError: Node 127.0.0.1:65261_solr has 3 replicas. Expected
num replicas : 2. state:
DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/10)={
"pullReplicas":0,
"replicationFactor":1,
"shards":{
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node62":{
"core":"backuprestore_restored_shard2_replica_n61",
"base_url":"http://127.0.0.1:65261/solr",
"node_name":"127.0.0.1:65261_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542805005160997500"},
"shard1_1":{
"range":"c0000000-ffffffff",
"state":"active",
"replicas":{"core_node64":{
"core":"backuprestore_restored_shard1_1_replica_n63",
"base_url":"http://127.0.0.1:65261/solr",
"node_name":"127.0.0.1:65261_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542805005161041978"},
"shard1_0":{
"range":"80000000-bfffffff",
"state":"active",
"replicas":{"core_node66":{
"core":"backuprestore_restored_shard1_0_replica_n65",
"base_url":"http://127.0.0.1:65261/solr",
"node_name":"127.0.0.1:65261_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542805005161075810"}},
"router":{
"name":"compositeId",
"field":"shard_s"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":1,
"tlogReplicas":0}
at
__randomizedtesting.SeedInfo.seed([DFD90DF4AD7ED7E1:578D322E0382BA19]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.lambda$testBackupAndRestore$1(AbstractCloudBackupRestoreTestCase.java:339)
at java.util.HashMap.forEach(HashMap.java:1289)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:338)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:144)
at
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test(TestLocalFSCloudBackupRestore.java:64)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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.api.collections.TestLocalFSCloudBackupRestore.test
Error Message:
Node 127.0.0.1:59451_solr has 3 replicas. Expected num replicas : 2. state:
DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/10)={
"pullReplicas":0, "replicationFactor":1, "shards":{ "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{"core_node62":{
"core":"backuprestore_restored_shard2_replica_n61",
"base_url":"http://127.0.0.1:59451/solr",
"node_name":"127.0.0.1:59451_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542802396446213643"}, "shard1_1":{
"range":"c0000000-ffffffff", "state":"active",
"replicas":{"core_node64":{
"core":"backuprestore_restored_shard1_1_replica_n63",
"base_url":"http://127.0.0.1:59451/solr",
"node_name":"127.0.0.1:59451_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542802396446242500"}, "shard1_0":{
"range":"80000000-bfffffff", "state":"active",
"replicas":{"core_node66":{
"core":"backuprestore_restored_shard1_0_replica_n65",
"base_url":"http://127.0.0.1:59451/solr",
"node_name":"127.0.0.1:59451_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"}},
"stateTimestamp":"1542802396446259851"}}, "router":{
"name":"compositeId", "field":"shard_s"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":1, "tlogReplicas":0}
Stack Trace:
java.lang.AssertionError: Node 127.0.0.1:59451_solr has 3 replicas. Expected
num replicas : 2. state:
DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/10)={
"pullReplicas":0,
"replicationFactor":1,
"shards":{
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node62":{
"core":"backuprestore_restored_shard2_replica_n61",
"base_url":"http://127.0.0.1:59451/solr",
"node_name":"127.0.0.1:59451_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542802396446213643"},
"shard1_1":{
"range":"c0000000-ffffffff",
"state":"active",
"replicas":{"core_node64":{
"core":"backuprestore_restored_shard1_1_replica_n63",
"base_url":"http://127.0.0.1:59451/solr",
"node_name":"127.0.0.1:59451_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542802396446242500"},
"shard1_0":{
"range":"80000000-bfffffff",
"state":"active",
"replicas":{"core_node66":{
"core":"backuprestore_restored_shard1_0_replica_n65",
"base_url":"http://127.0.0.1:59451/solr",
"node_name":"127.0.0.1:59451_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}},
"stateTimestamp":"1542802396446259851"}},
"router":{
"name":"compositeId",
"field":"shard_s"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":1,
"tlogReplicas":0}
at
__randomizedtesting.SeedInfo.seed([DFD90DF4AD7ED7E1:578D322E0382BA19]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.lambda$testBackupAndRestore$1(AbstractCloudBackupRestoreTestCase.java:339)
at java.util.HashMap.forEach(HashMap.java:1289)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:338)
at
org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:144)
at
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test(TestLocalFSCloudBackupRestore.java:64)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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 14245 lines...]
[junit4] Suite:
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore
[junit4] 2> 2957353 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[DFD90DF4AD7ED7E1]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-001/init-core-data-001
[junit4] 2> 2957354 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[DFD90DF4AD7ED7E1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2957355 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[DFD90DF4AD7ED7E1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 2957356 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[DFD90DF4AD7ED7E1]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-001/tempDir-001
[junit4] 2> 2957356 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[DFD90DF4AD7ED7E1]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2957357 INFO (Thread-5050) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2957357 INFO (Thread-5050) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2957360 ERROR (Thread-5050) [ ] 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> 2957457 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[DFD90DF4AD7ED7E1]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:59448
[junit4] 2> 2957470 INFO (zkConnectionManagerCallback-10634-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2957474 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x10053614e780000, likely client has closed socket
[junit4] 2> 2957476 INFO (jetty-launcher-10631-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 2957476 INFO (jetty-launcher-10631-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 2957478 INFO (jetty-launcher-10631-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2957478 INFO (jetty-launcher-10631-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2957478 INFO (jetty-launcher-10631-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2957479 INFO (jetty-launcher-10631-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2957479 INFO (jetty-launcher-10631-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2957479 INFO (jetty-launcher-10631-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2957480 INFO (jetty-launcher-10631-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@700b78b7{/solr,null,AVAILABLE}
[junit4] 2> 2957480 INFO (jetty-launcher-10631-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@141f3faa{/solr,null,AVAILABLE}
[junit4] 2> 2957480 INFO (jetty-launcher-10631-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@17e23dc5{HTTP/1.1,[http/1.1]}{127.0.0.1:59450}
[junit4] 2> 2957480 INFO (jetty-launcher-10631-thread-1) [ ]
o.e.j.s.Server Started @2957569ms
[junit4] 2> 2957480 INFO (jetty-launcher-10631-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=59450}
[junit4] 2> 2957480 ERROR (jetty-launcher-10631-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2957480 INFO (jetty-launcher-10631-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@766bc575{HTTP/1.1,[http/1.1]}{127.0.0.1:59451}
[junit4] 2> 2957480 INFO (jetty-launcher-10631-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2957480 INFO (jetty-launcher-10631-thread-2) [ ]
o.e.j.s.Server Started @2957569ms
[junit4] 2> 2957480 INFO (jetty-launcher-10631-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=59451}
[junit4] 2> 2957480 ERROR (jetty-launcher-10631-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2957480 INFO (jetty-launcher-10631-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2957481 INFO (jetty-launcher-10631-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 2957481 INFO (jetty-launcher-10631-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2957481 INFO (jetty-launcher-10631-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2957481 INFO (jetty-launcher-10631-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-21T12:13:02.843Z
[junit4] 2> 2957481 INFO (jetty-launcher-10631-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 2957481 INFO (jetty-launcher-10631-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2957481 INFO (jetty-launcher-10631-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2957481 INFO (jetty-launcher-10631-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-21T12:13:02.843Z
[junit4] 2> 2957484 INFO (zkConnectionManagerCallback-10637-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2957486 INFO (zkConnectionManagerCallback-10638-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2957487 INFO (jetty-launcher-10631-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2957494 INFO (jetty-launcher-10631-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2957528 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x10053614e780001, likely client has closed socket
[junit4] 2> 2957544 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x10053614e780002, likely client has closed socket
[junit4] 2> 2957657 INFO (jetty-launcher-10631-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59448/solr
[junit4] 2> 2957659 INFO (zkConnectionManagerCallback-10642-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2957662 INFO (zkConnectionManagerCallback-10644-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2957843 INFO (jetty-launcher-10631-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59448/solr
[junit4] 2> 2957844 INFO (zkConnectionManagerCallback-10650-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2957847 INFO (zkConnectionManagerCallback-10652-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2957930 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:59451_solr
[junit4] 2> 2957941 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.c.Overseer Overseer
(id=72149271431348228-127.0.0.1:59451_solr-n_0000000000) starting
[junit4] 2> 2957956 INFO (jetty-launcher-10631-thread-1)
[n:127.0.0.1:59450_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59450_solr
[junit4] 2> 2957958 INFO (zkCallback-10651-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2957959 INFO (zkCallback-10643-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2957960 INFO (zkConnectionManagerCallback-10659-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2957962 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2957963 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:59448/solr ready
[junit4] 2> 2957964 INFO
(OverseerStateUpdate-72149271431348228-127.0.0.1:59451_solr-n_0000000000)
[n:127.0.0.1:59451_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:59451_solr
[junit4] 2> 2957968 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 2957968 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59451_solr
[junit4] 2> 2957970 INFO (zkCallback-10658-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2957970 INFO (zkCallback-10651-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2957971 INFO (zkCallback-10643-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2958088 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2958089 INFO (zkConnectionManagerCallback-10665-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2958090 INFO (jetty-launcher-10631-thread-1)
[n:127.0.0.1:59450_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2958092 INFO (jetty-launcher-10631-thread-1)
[n:127.0.0.1:59450_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:59448/solr ready
[junit4] 2> 2958092 INFO (jetty-launcher-10631-thread-1)
[n:127.0.0.1:59450_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2958137 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59451.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13363104
[junit4] 2> 2958137 INFO (jetty-launcher-10631-thread-1)
[n:127.0.0.1:59450_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59450.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13363104
[junit4] 2> 2958143 INFO (jetty-launcher-10631-thread-1)
[n:127.0.0.1:59450_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59450.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13363104
[junit4] 2> 2958143 INFO (jetty-launcher-10631-thread-1)
[n:127.0.0.1:59450_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59450.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13363104
[junit4] 2> 2958144 INFO (jetty-launcher-10631-thread-1)
[n:127.0.0.1:59450_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-001/tempDir-001/node1/.
[junit4] 2> 2958205 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59451.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13363104
[junit4] 2> 2958205 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59451.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13363104
[junit4] 2> 2958206 INFO (jetty-launcher-10631-thread-2)
[n:127.0.0.1:59451_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-001/tempDir-001/node2/.
[junit4] 2> 2958236 INFO (zkConnectionManagerCallback-10668-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2958241 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x10053614e780009, likely client has closed socket
[junit4] 2> 2958247 INFO (zkConnectionManagerCallback-10673-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2958250 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[DFD90DF4AD7ED7E1]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2958253 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[DFD90DF4AD7ED7E1]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59448/solr ready
[junit4] 2> 2958291 INFO
(TEST-TestLocalFSCloudBackupRestore.test-seed#[DFD90DF4AD7ED7E1]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 2958293 INFO (qtp675758619-31672) [n:127.0.0.1:59451_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&version=2&pullReplicas=0&property.customKey=customValue&maxShardsPerNode=2&router.field=shard_s&autoAddReplicas=true&name=backuprestore&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin
and sendToOCPQueue=true
[junit4] 2> 2958328 INFO
(OverseerThreadFactory-11668-thread-1-processing-n:127.0.0.1:59451_solr)
[n:127.0.0.1:59451_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
backuprestore
[junit4] 2> 2958449 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=1
[junit4] 2> 2958451 INFO (qtp1926561018-31679) [n:127.0.0.1:59450_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2958464 INFO
(OverseerStateUpdate-72149271431348228-127.0.0.1:59451_solr-n_0000000000)
[n:127.0.0.1:59451_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"backuprestore",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"backuprestore_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:59450/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2958479 INFO
(OverseerStateUpdate-72149271431348228-127.0.0.1:59451_solr-n_0000000000)
[n:127.0.0.1:59451_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"backuprestore",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"backuprestore_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:59451/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2958684 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
x:backuprestore_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node4&name=backuprestore_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
[junit4] 2> 2958688 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
x:backuprestore_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node3&name=backuprestore_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
[junit4] 2> 2958689 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
x:backuprestore_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 2959776 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2959780 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2959783 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.s.IndexSchema [backuprestore_shard2_replica_n2] Schema name=minimal
[junit4] 2> 2959788 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 2959788 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica_n2' using
configuration from collection backuprestore, trusted=true
[junit4] 2> 2959788 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59451.solr.core.backuprestore.shard2.replica_n2' (registry
'solr.core.backuprestore.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13363104
[junit4] 2> 2959789 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.SolrCore [[backuprestore_shard2_replica_n2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-001/tempDir-001/node2/backuprestore_shard2_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-001/tempDir-001/node2/./backuprestore_shard2_replica_n2/data/]
[junit4] 2> 2959790 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.s.IndexSchema [backuprestore_shard1_replica_n1] Schema name=minimal
[junit4] 2> 2959792 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 2959792 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica_n1' using
configuration from collection backuprestore, trusted=true
[junit4] 2> 2959792 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59450.solr.core.backuprestore.shard1.replica_n1' (registry
'solr.core.backuprestore.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13363104
[junit4] 2> 2959792 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.SolrCore [[backuprestore_shard1_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-001/tempDir-001/node1/backuprestore_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-001/tempDir-001/node1/./backuprestore_shard1_replica_n1/data/]
[junit4] 2> 2959874 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2959874 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2959875 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2959875 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2959875 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2959876 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2959876 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2959876 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2959880 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@ea0717[backuprestore_shard2_replica_n2] main]
[junit4] 2> 2959882 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@312fce67[backuprestore_shard1_replica_n1] main]
[junit4] 2> 2959885 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2959888 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2959888 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2959889 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2959889 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1617745553916952576
[junit4] 2> 2959890 INFO
(searcherExecutor-11678-thread-1-processing-n:127.0.0.1:59450_solr
x:backuprestore_shard1_replica_n1 c:backuprestore s:shard1 r:core_node3)
[n:127.0.0.1:59450_solr c:backuprestore s:shard1 r:core_node3
x:backuprestore_shard1_replica_n1] o.a.s.c.SolrCore
[backuprestore_shard1_replica_n1] Registered new searcher
Searcher@312fce67[backuprestore_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2959890 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2960048 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/backuprestore/terms/shard1 to Terms{values={core_node3=0},
version=0}
[junit4] 2> 2960058 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2960060 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1617745554096259072
[junit4] 2> 2960060 INFO
(searcherExecutor-11677-thread-1-processing-n:127.0.0.1:59451_solr
x:backuprestore_shard2_replica_n2 c:backuprestore s:shard2 r:core_node4)
[n:127.0.0.1:59451_solr c:backuprestore s:shard2 r:core_node4
x:backuprestore_shard2_replica_n2] o.a.s.c.SolrCore
[backuprestore_shard2_replica_n2] Registered new searcher
Searcher@ea0717[backuprestore_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2960077 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2960077 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2960078 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:59450/solr/backuprestore_shard1_replica_n1/
[junit4] 2> 2960078 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2960079 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:59450/solr/backuprestore_shard1_replica_n1/ has no replicas
[junit4] 2> 2960084 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/backuprestore/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 2960087 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:59450/solr/backuprestore_shard1_replica_n1/ shard1
[junit4] 2> 2960092 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2960092 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2960092 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:59451/solr/backuprestore_shard2_replica_n2/
[junit4] 2> 2960093 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2960095 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.SyncStrategy
http://127.0.0.1:59451/solr/backuprestore_shard2_replica_n2/ has no replicas
[junit4] 2> 2960106 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:59451/solr/backuprestore_shard2_replica_n2/ shard2
[junit4] 2> 2960221 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2960238 INFO (qtp1926561018-31669) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node3&name=backuprestore_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
status=0 QTime=1552
[junit4] 2> 2960239 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2960250 INFO (qtp675758619-31667) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=backuprestore&version=2&replicaType=NRT&property.customKey=customValue&coreNodeName=core_node4&name=backuprestore_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin}
status=0 QTime=1565
[junit4] 2> 2960258 INFO (qtp675758619-31672) [n:127.0.0.1:59451_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 2960338 INFO
(OverseerCollectionConfigSetProcessor-72149271431348228-127.0.0.1:59451_solr-n_0000000000)
[n:127.0.0.1:59451_solr ] 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> 2960350 INFO (zkCallback-10651-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/backuprestore/state.json] for collection [backuprestore] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2960350 INFO (zkCallback-10643-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/backuprestore/state.json] for collection [backuprestore] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2961260 INFO (qtp675758619-31672) [n:127.0.0.1:59451_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&version=2&pullReplicas=0&property.customKey=customValue&maxShardsPerNode=2&router.field=shard_s&autoAddReplicas=true&name=backuprestore&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin}
status=0 QTime=2967
[junit4] 2> 2961269 INFO (qtp675758619-31671) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/backuprestore/terms/shard2 to Terms{values={core_node4=1},
version=1}
[junit4] 2> 2961269 INFO (qtp675758619-31671) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard2_replica_n2]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0
(1617745555357696000), 1 (1617745555359793152), 2 (1617745555359793153), 3
(1617745555359793154), 4 (1617745555359793155), 5 (1617745555359793156), 6
(1617745555359793157), 7 (1617745555359793158), 8 (1617745555359793159), 9
(1617745555359793160), ... (55 adds)]} 0 6
[junit4] 2> 2961278 INFO (qtp1926561018-31681) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1617745555373424640,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2961279 INFO (qtp1926561018-31681) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 2961280 INFO (qtp675758619-31674) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1617745555375521792,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2961280 INFO (qtp675758619-31674) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@e21dc54
commitCommandVersion:1617745555375521792
[junit4] 2> 2961289 INFO (qtp1926561018-31681) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2961290 INFO (qtp1926561018-31681) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:59450/solr/backuprestore_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 12
[junit4] 2> 2961678 INFO (qtp675758619-31674) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@68d22d03[backuprestore_shard2_replica_n2] main]
[junit4] 2> 2961678 INFO (qtp675758619-31674) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2961679 INFO
(searcherExecutor-11677-thread-1-processing-n:127.0.0.1:59451_solr
x:backuprestore_shard2_replica_n2 c:backuprestore s:shard2 r:core_node4)
[n:127.0.0.1:59451_solr c:backuprestore s:shard2 r:core_node4
x:backuprestore_shard2_replica_n2] o.a.s.c.SolrCore
[backuprestore_shard2_replica_n2] Registered new searcher
Searcher@68d22d03[backuprestore_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C55)))}
[junit4] 2> 2961679 INFO (qtp675758619-31674) [n:127.0.0.1:59451_solr
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard2_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:59450/solr/backuprestore_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 399
[junit4] 2> 2961680 INFO (qtp1926561018-31678) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [backuprestore_shard1_replica_n1]
webapp=/solr path=/update
params={_stateVer_=backuprestore:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 408
[junit4] 2> 2961680 INFO
(TEST-TestLocalFSCloudBackupRestore.test-seed#[DFD90DF4AD7ED7E1]) [ ]
o.a.s.c.a.c.AbstractCloudBackupRestoreTestCase Indexed 55 docs to collection:
backuprestore
[junit4] 2> 2961681 INFO (qtp675758619-31671) [n:127.0.0.1:59451_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :splitshard with
params
action=SPLITSHARD&collection=backuprestore&shard=shard1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2961689 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace&wt=javabin&version=2&group=solr.node}
status=0 QTime=0
[junit4] 2> 2961689 INFO (qtp1926561018-31678) [n:127.0.0.1:59450_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.backuprestore.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 2961694 INFO
(OverseerThreadFactory-11668-thread-2-processing-n:127.0.0.1:59451_solr)
[n:127.0.0.1:59451_solr c:backuprestore s:shard1 ] o.a.s.c.a.c.SplitShardCmd
numSubShards set at: 2
[junit4] 2> 2961802 INFO (zkCallback-10651-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/backuprestore/state.json] for collection [backuprestore] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2961802 INFO (zkCallback-10643-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/backuprestore/state.json] for collection [backuprestore] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2962704 INFO (qtp675758619-31674) [n:127.0.0.1:59451_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.backuprestore.shard2.replica_n2:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 2962706 INFO (qtp675758619-31670) [n:127.0.0.1:59451_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2962707 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.backuprestore.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 2962708 INFO (qtp1926561018-31678) [n:127.0.0.1:59450_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2962710 INFO
(OverseerThreadFactory-11668-thread-2-processing-n:127.0.0.1:59451_solr)
[n:127.0.0.1:59451_solr c:backuprestore s:shard1 ] o.a.s.c.a.c.AddReplicaCmd
Node Identified 127.0.0.1:59450_solr for creating new replica of shard shard1_0
for collection backuprestore
[junit4] 2> 2962712 INFO
(OverseerStateUpdate-72149271431348228-127.0.0.1:59451_solr-n_0000000000)
[n:127.0.0.1:59451_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"addreplica",
[junit4] 2> "collection":"backuprestore",
[junit4] 2> "shard":"shard1_0",
[junit4] 2> "core":"backuprestore_shard1_0_replica_n5",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:59450/solr",
[junit4] 2> "node_name":"127.0.0.1:59450_solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 2962816 INFO (zkCallback-10643-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/backuprestore/state.json] for collection [backuprestore] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2962816 INFO (zkCallback-10651-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/backuprestore/state.json] for collection [backuprestore] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2962915 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
x:backuprestore_shard1_0_replica_n5] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&name=backuprestore_shard1_0_replica_n5&action=CREATE&collection=backuprestore&shard=shard1_0&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2962944 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2962953 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.s.IndexSchema [backuprestore_shard1_0_replica_n5] Schema name=minimal
[junit4] 2> 2962958 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 2962958 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_0_replica_n5'
using configuration from collection backuprestore, trusted=true
[junit4] 2> 2962959 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59450.solr.core.backuprestore.shard1_0.replica_n5' (registry
'solr.core.backuprestore.shard1_0.replica_n5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@13363104
[junit4] 2> 2962959 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.c.SolrCore [[backuprestore_shard1_0_replica_n5] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-001/tempDir-001/node1/backuprestore_shard1_0_replica_n5],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-001/tempDir-001/node1/./backuprestore_shard1_0_replica_n5/data/]
[junit4] 2> 2963028 INFO (zkCallback-10643-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/backuprestore/state.json] for collection [backuprestore] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2963028 INFO (zkCallback-10651-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/backuprestore/state.json] for collection [backuprestore] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2963056 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2963056 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2963058 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2963058 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2963059 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@32e853ff[backuprestore_shard1_0_replica_n5] main]
[junit4] 2> 2963061 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2963062 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2963062 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2963063 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1617745557245132800
[junit4] 2> 2963063 INFO
(searcherExecutor-11687-thread-1-processing-n:127.0.0.1:59450_solr
x:backuprestore_shard1_0_replica_n5 c:backuprestore s:shard1_0 r:core_node7)
[n:127.0.0.1:59450_solr c:backuprestore s:shard1_0 r:core_node7
x:backuprestore_shard1_0_replica_n5] o.a.s.c.SolrCore
[backuprestore_shard1_0_replica_n5] Registered new searcher
Searcher@32e853ff[backuprestore_shard1_0_replica_n5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2963064 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 2963068 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/backuprestore/terms/shard1_0 to Terms{values={core_node7=0},
version=0}
[junit4] 2> 2963074 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2963074 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2963074 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:59450/solr/backuprestore_shard1_0_replica_n5/
[junit4] 2> 2963074 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2963074 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.c.SyncStrategy
http://127.0.0.1:59450/solr/backuprestore_shard1_0_replica_n5/ has no replicas
[junit4] 2> 2963080 INFO (qtp1926561018-31677) [n:127.0.0.1:59450_solr
c:backuprestore s:shard1_0 r:core_node7 x:backuprestore_shard1_0_replica_n5]
o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59450/
[...truncated too long message...]
61, domain = solr.core.backuprestore_restored.shard1_1.replica_n63, service url
= null, agent id = null] for registry
solr.core.backuprestore_restored.shard1_1.replica_n63 /
com.codahale.metrics.MetricRegistry@4ea5b3ff
[junit4] 2> 74595 INFO (coreCloseExecutor-181-thread-2)
[n:127.0.0.1:65262_solr c:backuprestore s:shard1_0 r:core_node7
x:backuprestore_shard1_0_replica_n5] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.backuprestore.shard1_0.leader,
tag=4cd4a7ae
[junit4] 2> 74595 INFO (coreCloseExecutor-181-thread-3)
[n:127.0.0.1:65262_solr c:backuprestore s:shard1_1 r:core_node8
x:backuprestore_shard1_1_replica_n6] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.backuprestore.shard1_1.replica_n6, tag=3de1585e
[junit4] 2> 74595 INFO (coreCloseExecutor-181-thread-3)
[n:127.0.0.1:65262_solr c:backuprestore s:shard1_1 r:core_node8
x:backuprestore_shard1_1_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6a5a31ac: rootName =
solr_65262, domain = solr.core.backuprestore.shard1_1.replica_n6, service url =
null, agent id = null] for registry solr.core.backuprestore.shard1_1.replica_n6
/ com.codahale.metrics.MetricRegistry@11b0577
[junit4] 2> 74605 INFO (coreCloseExecutor-180-thread-3)
[n:127.0.0.1:65261_solr c:backuprestore_restored s:shard1_1 r:core_node64
x:backuprestore_restored_shard1_1_replica_n63] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.backuprestore_restored.shard1_1.leader, tag=56b167e4
[junit4] 2> 74606 INFO (coreCloseExecutor-180-thread-4)
[n:127.0.0.1:65261_solr c:backuprestore_restored s:shard1_0 r:core_node66
x:backuprestore_restored_shard1_0_replica_n65] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.backuprestore_restored.shard1_0.replica_n65, tag=20c0a8a4
[junit4] 2> 74606 INFO (coreCloseExecutor-180-thread-4)
[n:127.0.0.1:65261_solr c:backuprestore_restored s:shard1_0 r:core_node66
x:backuprestore_restored_shard1_0_replica_n65] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@229ee07f:
rootName = solr_65261, domain =
solr.core.backuprestore_restored.shard1_0.replica_n65, service url = null,
agent id = null] for registry
solr.core.backuprestore_restored.shard1_0.replica_n65 /
com.codahale.metrics.MetricRegistry@5c69d12a
[junit4] 2> 74617 INFO (coreCloseExecutor-181-thread-3)
[n:127.0.0.1:65262_solr c:backuprestore s:shard1_1 r:core_node8
x:backuprestore_shard1_1_replica_n6] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.backuprestore.shard1_1.leader,
tag=3de1585e
[junit4] 2> 74622 INFO (coreCloseExecutor-180-thread-4)
[n:127.0.0.1:65261_solr c:backuprestore_restored s:shard1_0 r:core_node66
x:backuprestore_restored_shard1_0_replica_n65] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.backuprestore_restored.shard1_0.leader, tag=20c0a8a4
[junit4] 2> 74627 INFO (jetty-closer-88-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7ec66b93{/solr,null,UNAVAILABLE}
[junit4] 2> 74627 INFO (jetty-closer-88-thread-2) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 74632 INFO (jetty-closer-88-thread-1) [ ] o.a.s.c.Overseer
Overseer (id=72149442516484102-127.0.0.1:65261_solr-n_0000000000) closing
[junit4] 2> 74632 INFO
(OverseerStateUpdate-72149442516484102-127.0.0.1:65261_solr-n_0000000000)
[n:127.0.0.1:65261_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:65261_solr
[junit4] 2> 74633 INFO (zkCallback-107-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/backuprestore_restored/state.json] for collection
[backuprestore_restored] has occurred - updating... (live nodes size: [0])
[junit4] 2> 74634 WARN
(OverseerAutoScalingTriggerThread-72149442516484102-127.0.0.1:65261_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 74636 INFO (jetty-closer-88-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@72855bae{/solr,null,UNAVAILABLE}
[junit4] 2> 74636 INFO (jetty-closer-88-thread-1) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 74638 ERROR
(SUITE-TestLocalFSCloudBackupRestore-seed#[DFD90DF4AD7ED7E1]-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> 74638 INFO
(SUITE-TestLocalFSCloudBackupRestore-seed#[DFD90DF4AD7ED7E1]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:65259 65259
[junit4] 2> 74675 INFO (Thread-43) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:65259 65259
[junit4] 2> 74819 WARN (Thread-43) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 3 /solr/collections/backuprestore/terms/shard1_0
[junit4] 2> 3
/solr/collections/backuprestore_restored/terms/shard1_0
[junit4] 2> 3
/solr/collections/backuprestore_restored/terms/shard1_1
[junit4] 2> 3 /solr/collections/backuprestore/terms/shard1_1
[junit4] 2> 3 /solr/collections/backuprestore/terms/shard2
[junit4] 2> 3
/solr/collections/backuprestore_restored/terms/shard2
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/configs/conf1
[junit4] 2> 2 /solr/collections/backuprestore/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 2 /solr/collections/backuprestore/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestLocalFSCloudBackupRestore_DFD90DF4AD7ED7E1-003
[junit4] 2> Nov 21, 2018 12:56:46 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{shard_s=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=Direct)},
docValues:{}, maxPointsInLeafNode=1342, maxMBSortInHeap=7.36303601115232,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@db1768e),
locale=fi, timezone=Europe/Tirane
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_172
(64-bit)/cpus=3,threads=1,free=37240160,total=140873728
[junit4] 2> NOTE: All tests run in this JVM:
[TestLocalFSCloudBackupRestore, TestLocalFSCloudBackupRestore,
TestLocalFSCloudBackupRestore]
[junit4] Completed [5/5 (5!)] on J0 in 13.51s, 1 test, 1 failure <<<
FAILURES!
[junit4]
[junit4]
[junit4] Tests with failures [seed: DFD90DF4AD7ED7E1]:
[junit4] -
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test
[junit4] -
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test
[junit4] -
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test
[junit4] -
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test
[junit4] -
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test
[junit4]
[junit4]
[junit4] JVM J0: 1.31 .. 75.99 = 74.68s
[junit4] JVM J1: 1.55 .. 63.16 = 61.60s
[junit4] Execution time total: 1 minute 16 seconds
[junit4] Tests summary: 5 suites, 5 tests, 5 failures
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1567:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1092:
There were test failures: 5 suites, 5 tests, 5 failures [seed:
DFD90DF4AD7ED7E1]
Total time: 1 minute 20 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 5/5 failed:
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=08dd681f0febcf73af94b47ea742294bf4dd8701,
workspace=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX
[WARNINGS] Computing warning deltas based on reference build #4938
Recording test results
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]