[
https://issues.apache.org/jira/browse/SOLR-12866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16871984#comment-16871984
]
Lucene/Solr QA commented on SOLR-12866:
---------------------------------------
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} test4tests {color} | {color:green} 0m
0s{color} | {color:green} The patch appears to include 2 new or modified test
files. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 5m
10s{color} | {color:green} master passed {color} |
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 4m
17s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 4m
17s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} Release audit (RAT) {color} |
{color:green} 3m 13s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} Check forbidden APIs {color} |
{color:green} 2m 58s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} Validate source patterns {color} |
{color:green} 2m 58s{color} | {color:green} the patch passed {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 94m
4s{color} | {color:green} core in the patch passed. {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 14m
37s{color} | {color:green} solrj in the patch passed. {color} |
| {color:black}{color} | {color:black} {color} | {color:black}122m 51s{color} |
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | SOLR-12866 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12972771/SOLR-12866.patch |
| Optional Tests | compile javac unit ratsources checkforbiddenapis
validatesourcepatterns |
| uname | Linux lucene2-us-west.apache.org 4.4.0-112-generic #135-Ubuntu SMP
Fri Jan 19 11:48:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | ant |
| Personality |
/home/jenkins/jenkins-slave/workspace/PreCommit-SOLR-Build/sourcedir/dev-tools/test-patch/lucene-solr-yetus-personality.sh
|
| git revision | master / 689fa58 |
| ant | version: Apache Ant(TM) version 1.9.6 compiled on July 20 2018 |
| Default Java | LTS |
| Test Results |
https://builds.apache.org/job/PreCommit-SOLR-Build/459/testReport/ |
| modules | C: solr/core solr/solrj U: solr |
| Console output |
https://builds.apache.org/job/PreCommit-SOLR-Build/459/console |
| Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
> Reproducing TestLocalFSCloudBackupRestore and TestHdfsCloudBackupRestore
> failures
> ---------------------------------------------------------------------------------
>
> Key: SOLR-12866
> URL: https://issues.apache.org/jira/browse/SOLR-12866
> Project: Solr
> Issue Type: Task
> Reporter: Steve Rowe
> Assignee: Varun Thacker
> Priority: Major
> Attachments: SOLR-12866.patch, SOLR-12866.patch, SOLR-12866.patch,
> SOLR-12866.patch, screenshot-1.png
>
>
> From [https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/185/],
> both tests failed 10/10 iterations for me on branch_7x with the seed:
> {noformat}
> Checking out Revision 37fdcb02d87ec44293ec4942c75a3cb709c45418
> (refs/remotes/origin/branch_7x)
> [...]
> [junit4] 2> NOTE: reproduce with: ant test
> -Dtestcase=TestLocalFSCloudBackupRestore -Dtests.method=test
> -Dtests.seed=3CD4284489C09DB4 -Dtests.multiplier=2 -Dtests.slow=true
> -Dtests.badapples=true -Dtests.locale=mk-MK
> -Dtests.timezone=Pacific/Kiritimati -Dtests.asserts=true
> -Dtests.file.encoding=US-ASCII
> [junit4] FAILURE 10.8s J2 | TestLocalFSCloudBackupRestore.test <<<
> [junit4] > Throwable #1: java.lang.AssertionError: Node
> 127.0.0.1:43864_solr has 3 replicas. Expected num replicas : 2. state:
> [junit4] >
> DocCollection(backuprestore_restored//collections/backuprestore_restored/state.json/9)={
> [junit4] > "pullReplicas":0,
> [junit4] > "replicationFactor":1,
> [junit4] > "shards":{
> [junit4] > "shard2":{
> [junit4] > "range":"0-7fffffff",
> [junit4] > "state":"active",
> [junit4] > "replicas":{"core_node62":{
> [junit4] > "core":"backuprestore_restored_shard2_replica_n61",
> [junit4] > "base_url":"https://127.0.0.1:43864/solr",
> [junit4] > "node_name":"127.0.0.1:43864_solr",
> [junit4] > "state":"active",
> [junit4] > "type":"NRT",
> [junit4] > "force_set_state":"false",
> [junit4] > "leader":"true"}},
> [junit4] > "stateTimestamp":"1539459703266853250"},
> [junit4] > "shard1_1":{
> [junit4] > "range":"c0000000-ffffffff",
> [junit4] > "state":"active",
> [junit4] > "replicas":{"core_node64":{
> [junit4] >
> "core":"backuprestore_restored_shard1_1_replica_n63",
> [junit4] > "base_url":"https://127.0.0.1:43864/solr",
> [junit4] > "node_name":"127.0.0.1:43864_solr",
> [junit4] > "state":"active",
> [junit4] > "type":"NRT",
> [junit4] > "force_set_state":"false",
> [junit4] > "leader":"true"}},
> [junit4] > "stateTimestamp":"1539459703266887720"},
> [junit4] > "shard1_0":{
> [junit4] > "range":"80000000-bfffffff",
> [junit4] > "state":"active",
> [junit4] > "replicas":{"core_node66":{
> [junit4] >
> "core":"backuprestore_restored_shard1_0_replica_n65",
> [junit4] > "base_url":"https://127.0.0.1:43864/solr",
> [junit4] > "node_name":"127.0.0.1:43864_solr",
> [junit4] > "state":"active",
> [junit4] > "type":"NRT",
> [junit4] > "force_set_state":"false",
> [junit4] > "leader":"true"}},
> [junit4] > "stateTimestamp":"1539459703266910800"}},
> [junit4] > "router":{
> [junit4] > "name":"compositeId",
> [junit4] > "field":"shard_s"},
> [junit4] > "maxShardsPerNode":"-1",
> [junit4] > "autoAddReplicas":"false",
> [junit4] > "nrtReplicas":1,
> [junit4] > "tlogReplicas":0}
> [junit4] > at
> __randomizedtesting.SeedInfo.seed([3CD4284489C09DB4:B480179E273CF04C]:0)
> [junit4] > at
> org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.lambda$testBackupAndRestore$1(AbstractCloudBackupRestoreTestCase.java:339)
> [junit4] > at java.util.HashMap.forEach(HashMap.java:1289)
> [junit4] > at
> org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:338)
> [junit4] > at
> org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:144)
> [junit4] > at
> org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.test(TestLocalFSCloudBackupRestore.java:64)
> [junit4] > at java.lang.Thread.run(Thread.java:748)
> {noformat}
> {noformat}
> [junit4] 2> NOTE: reproduce with: ant test
> -Dtestcase=TestHdfsCloudBackupRestore -Dtests.method=test
> -Dtests.seed=3CD4284489C09DB4 -Dtests.multiplier=2 -Dtests.slow=true
> -Dtests.badapples=true -Dtests.locale=bg -Dtests.timezone=Africa/Khartoum
> -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
> [junit4] FAILURE 13.3s J0 | TestHdfsCloudBackupRestore.test <<<
> [junit4] > Throwable #1: java.lang.AssertionError: Node
> 127.0.0.1:38450_solr has 3 replicas. Expected num replicas : 2. state:
> [junit4] >
> DocCollection(hdfsbackuprestore_restored//collections/hdfsbackuprestore_restored/state.json/10)={
> [junit4] > "pullReplicas":0,
> [junit4] > "replicationFactor":1,
> [junit4] > "shards":{
> [junit4] > "shard2":{
> [junit4] > "range":"0-7fffffff",
> [junit4] > "state":"active",
> [junit4] > "replicas":{"core_node62":{
> [junit4] >
> "core":"hdfsbackuprestore_restored_shard2_replica_n61",
> [junit4] > "base_url":"https://127.0.0.1:38450/solr",
> [junit4] > "node_name":"127.0.0.1:38450_solr",
> [junit4] > "state":"active",
> [junit4] > "type":"NRT",
> [junit4] > "force_set_state":"false",
> [junit4] > "leader":"true"}},
> [junit4] > "stateTimestamp":"1539459705812441110"},
> [junit4] > "shard1_1":{
> [junit4] > "range":"c0000000-ffffffff",
> [junit4] > "state":"active",
> [junit4] > "replicas":{"core_node64":{
> [junit4] >
> "core":"hdfsbackuprestore_restored_shard1_1_replica_n63",
> [junit4] > "base_url":"https://127.0.0.1:38450/solr",
> [junit4] > "node_name":"127.0.0.1:38450_solr",
> [junit4] > "state":"active",
> [junit4] > "type":"NRT",
> [junit4] > "force_set_state":"false",
> [junit4] > "leader":"true"}},
> [junit4] > "stateTimestamp":"1539459705812477955"},
> [junit4] > "shard1_0":{
> [junit4] > "range":"80000000-bfffffff",
> [junit4] > "state":"active",
> [junit4] > "replicas":{"core_node66":{
> [junit4] >
> "core":"hdfsbackuprestore_restored_shard1_0_replica_n65",
> [junit4] > "base_url":"https://127.0.0.1:38450/solr",
> [junit4] > "node_name":"127.0.0.1:38450_solr",
> [junit4] > "state":"active",
> [junit4] > "type":"NRT",
> [junit4] > "force_set_state":"false",
> [junit4] > "leader":"true"}},
> [junit4] > "stateTimestamp":"1539459705812506250"}},
> [junit4] > "router":{
> [junit4] > "name":"compositeId",
> [junit4] > "field":"shard_s"},
> [junit4] > "maxShardsPerNode":"-1",
> [junit4] > "autoAddReplicas":"false",
> [junit4] > "nrtReplicas":1,
> [junit4] > "tlogReplicas":0}
> [junit4] > at
> __randomizedtesting.SeedInfo.seed([3CD4284489C09DB4:B480179E273CF04C]:0)
> [junit4] > at
> org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.lambda$testBackupAndRestore$1(AbstractCloudBackupRestoreTestCase.java:339)
> [junit4] > at java.util.HashMap.forEach(HashMap.java:1289)
> [junit4] > at
> org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:338)
> [junit4] > at
> org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:144)
> [junit4] > at
> org.apache.solr.cloud.api.collections.TestHdfsCloudBackupRestore.test(TestHdfsCloudBackupRestore.java:213)
> [junit4] > at java.lang.Thread.run(Thread.java:748)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]