[jira] [Updated] (HBASE-21197) TestServerCrashProcedureWithReplicas fails intermittently

2018-09-16 Thread ramkrishna.s.vasudevan (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ramkrishna.s.vasudevan updated HBASE-21197:
---
Assignee: ramkrishna.s.vasudevan
  Status: Patch Available  (was: Open)

Attaching the patch to see if the TestServerCrashProcedureWithReplicas runs. 

> TestServerCrashProcedureWithReplicas fails intermittently
> -
>
> Key: HBASE-21197
> URL: https://issues.apache.org/jira/browse/HBASE-21197
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Mingliang Liu
>Assignee: ramkrishna.s.vasudevan
>Priority: Major
> Attachments: HBASE-21102_addendum.patch
>
>
> Example failure reports are: 
> [https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/] and 
> [https://builds.apache.org/job/PreCommit-HBASE-Build/14381/testReport/] 
> Failing test methods are:
> - {{testRecoveryAndDoubleExecutionOnRsWithMeta}}
> - {{testRecoveryAndDoubleExecutionOnRsWithoutMeta}}
> - {{testCrashTargetRs}}.
> Specially, the exception trace is:
> {code:java}
> java.lang.AssertionError: Crashed replica regions should not be assigned to 
> same region server
>   at 
> org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-21197) TestServerCrashProcedureWithReplicas fails intermittently

2018-09-16 Thread ramkrishna.s.vasudevan (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ramkrishna.s.vasudevan updated HBASE-21197:
---
Attachment: HBASE-21102_addendum.patch

> TestServerCrashProcedureWithReplicas fails intermittently
> -
>
> Key: HBASE-21197
> URL: https://issues.apache.org/jira/browse/HBASE-21197
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Mingliang Liu
>Priority: Major
> Attachments: HBASE-21102_addendum.patch
>
>
> Example failure reports are: 
> [https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/] and 
> [https://builds.apache.org/job/PreCommit-HBASE-Build/14381/testReport/] 
> Failing test methods are:
> - {{testRecoveryAndDoubleExecutionOnRsWithMeta}}
> - {{testRecoveryAndDoubleExecutionOnRsWithoutMeta}}
> - {{testCrashTargetRs}}.
> Specially, the exception trace is:
> {code:java}
> java.lang.AssertionError: Crashed replica regions should not be assigned to 
> same region server
>   at 
> org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-21197) TestServerCrashProcedureWithReplicas fails intermittently

2018-09-13 Thread Mingliang Liu (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mingliang Liu updated HBASE-21197:
--
Description: 
Example failure reports are: 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/] and 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14381/testReport/] 

Failing test methods are:
- {{testRecoveryAndDoubleExecutionOnRsWithMeta}}
- {{testRecoveryAndDoubleExecutionOnRsWithoutMeta}}
- {{testCrashTargetRs}}.

Specially, the exception trace is:
{code:java}
java.lang.AssertionError: Crashed replica regions should not be assigned to 
same region server
at 
org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}

  was:
Example failure reports are: 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/] and 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14381/testReport/] 

Failing test methods are: {{testRecoveryAndDoubleExecutionOnRsWithMeta}}, 
{{testRecoveryAndDoubleExecutionOnRsWithoutMeta}} and {{testCrashTargetRs}}.

Specially, the exception trace is:
{code:java}
java.lang.AssertionError: Crashed replica regions should not be assigned to 
same region server
at 
org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}


> TestServerCrashProcedureWithReplicas fails intermittently
> -
>
> Key: HBASE-21197
> URL: https://issues.apache.org/jira/browse/HBASE-21197
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Mingliang Liu
>Priority: Major
>
> Example failure reports are: 
> [https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/] and 
> [https://builds.apache.org/job/PreCommit-HBASE-Build/14381/testReport/] 
> Failing test methods are:
> - {{testRecoveryAndDoubleExecutionOnRsWithMeta}}
> - {{testRecoveryAndDoubleExecutionOnRsWithoutMeta}}
> - {{testCrashTargetRs}}.
> Specially, the exception trace is:
> {code:java}
> java.lang.AssertionError: Crashed replica regions should not be assigned to 
> same region server
>   at 
> org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-21197) TestServerCrashProcedureWithReplicas fails intermittently

2018-09-13 Thread Mingliang Liu (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mingliang Liu updated HBASE-21197:
--
Description: 
Example failure reports are: 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/] and 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14381/testReport/] 

Failing test methods are: {{testRecoveryAndDoubleExecutionOnRsWithMeta}}, 
{{testRecoveryAndDoubleExecutionOnRsWithoutMeta}} and {{testCrashTargetRs}}.

Specially, the exception trace is:
{code:java}
java.lang.AssertionError: Crashed replica regions should not be assigned to 
same region server
at 
org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}

  was:
An example failure report is like: 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/]

Failing test methods are: {{testRecoveryAndDoubleExecutionOnRsWithMeta}}, 
{{testRecoveryAndDoubleExecutionOnRsWithoutMeta}} and {{testCrashTargetRs}}.

Specially, the exception trace is:
{code:java}
java.lang.AssertionError: Crashed replica regions should not be assigned to 
same region server
at 
org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}


> TestServerCrashProcedureWithReplicas fails intermittently
> -
>
> Key: HBASE-21197
> URL: https://issues.apache.org/jira/browse/HBASE-21197
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Mingliang Liu
>Priority: Major
>
> Example failure reports are: 
> [https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/] and 
> [https://builds.apache.org/job/PreCommit-HBASE-Build/14381/testReport/] 
> Failing test methods are: {{testRecoveryAndDoubleExecutionOnRsWithMeta}}, 
> {{testRecoveryAndDoubleExecutionOnRsWithoutMeta}} and {{testCrashTargetRs}}.
> Specially, the exception trace is:
> {code:java}
> java.lang.AssertionError: Crashed replica regions should not be assigned to 
> same region server
>   at 
> org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-21197) TestServerCrashProcedureWithReplicas fails intermittently

2018-09-13 Thread Mingliang Liu (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-21197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mingliang Liu updated HBASE-21197:
--
Description: 
An example failure report is like: 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/]

Failing test methods are: {{testRecoveryAndDoubleExecutionOnRsWithMeta}}, 
{{testRecoveryAndDoubleExecutionOnRsWithoutMeta}} and {{testCrashTargetRs}}.

Specially, the exception trace is:
{code:java}
java.lang.AssertionError: Crashed replica regions should not be assigned to 
same region server
at 
org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}

  was:
An example failure report is like: 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/]

Specially, the exception trace is:
{code:java}
java.lang.AssertionError: Crashed replica regions should not be assigned to 
same region server
at 
org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}


> TestServerCrashProcedureWithReplicas fails intermittently
> -
>
> Key: HBASE-21197
> URL: https://issues.apache.org/jira/browse/HBASE-21197
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Mingliang Liu
>Priority: Major
>
> An example failure report is like: 
> [https://builds.apache.org/job/PreCommit-HBASE-Build/14396/testReport/]
> Failing test methods are: {{testRecoveryAndDoubleExecutionOnRsWithMeta}}, 
> {{testRecoveryAndDoubleExecutionOnRsWithoutMeta}} and {{testCrashTargetRs}}.
> Specially, the exception trace is:
> {code:java}
> java.lang.AssertionError: Crashed replica regions should not be assigned to 
> same region server
>   at 
> org.apache.hadoop.hbase.master.procedure.TestServerCrashProcedureWithReplicas.assertReplicaDistributed(TestServerCrashProcedureWithReplicas.java:68){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)