[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860923#comment-15860923
 ] 

Hudson commented on HBASE-17616:


SUCCESS: Integrated in Jenkins build HBase-1.1-JDK7 #1840 (See 
[https://builds.apache.org/job/HBase-1.1-JDK7/1840/])
HBASE-17616 Incorrect actions performed by CM (apurtell: rev 
3e28384b47eb41f12f7a483ac4442633030a7b23)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java


> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860880#comment-15860880
 ] 

Hudson commented on HBASE-17616:


SUCCESS: Integrated in Jenkins build HBase-1.1-JDK8 #1924 (See 
[https://builds.apache.org/job/HBase-1.1-JDK8/1924/])
HBASE-17616 Incorrect actions performed by CM (apurtell: rev 
3e28384b47eb41f12f7a483ac4442633030a7b23)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java


> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860830#comment-15860830
 ] 

Hudson commented on HBASE-17616:


SUCCESS: Integrated in Jenkins build HBase-1.2-JDK8 #90 (See 
[https://builds.apache.org/job/HBase-1.2-JDK8/90/])
HBASE-17616 Incorrect actions performed by CM (apurtell: rev 
7bfb930a81a3235a62c3cf145d5b699a105011fb)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java


> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860654#comment-15860654
 ] 

Hudson commented on HBASE-17616:


SUCCESS: Integrated in Jenkins build HBase-1.3-JDK7 #101 (See 
[https://builds.apache.org/job/HBase-1.3-JDK7/101/])
HBASE-17616 Incorrect actions performed by CM (apurtell: rev 
906b364dac8239c4136ece4421a4717ec95a49de)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java


> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860649#comment-15860649
 ] 

Hudson commented on HBASE-17616:


FAILURE: Integrated in Jenkins build HBase-1.3-IT #827 (See 
[https://builds.apache.org/job/HBase-1.3-IT/827/])
HBASE-17616 Incorrect actions performed by CM (apurtell: rev 
7bfb930a81a3235a62c3cf145d5b699a105011fb)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java


> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860639#comment-15860639
 ] 

Hudson commented on HBASE-17616:


SUCCESS: Integrated in Jenkins build HBase-1.2-JDK7 #97 (See 
[https://builds.apache.org/job/HBase-1.2-JDK7/97/])
HBASE-17616 Incorrect actions performed by CM (apurtell: rev 
7bfb930a81a3235a62c3cf145d5b699a105011fb)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java


> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860612#comment-15860612
 ] 

Hudson commented on HBASE-17616:


SUCCESS: Integrated in Jenkins build HBase-1.3-JDK8 #111 (See 
[https://builds.apache.org/job/HBase-1.3-JDK8/111/])
HBASE-17616 Incorrect actions performed by CM (apurtell: rev 
906b364dac8239c4136ece4421a4717ec95a49de)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java


> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860570#comment-15860570
 ] 

Hudson commented on HBASE-17616:


FAILURE: Integrated in Jenkins build HBase-1.4 #622 (See 
[https://builds.apache.org/job/HBase-1.4/622/])
HBASE-17616 Incorrect actions performed by CM (tedyu: rev 
807fcfd22f7a531aad0059859853626ac8f1530c)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java


> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860459#comment-15860459
 ] 

Hudson commented on HBASE-17616:


FAILURE: Integrated in Jenkins build HBase-1.2-IT #593 (See 
[https://builds.apache.org/job/HBase-1.2-IT/593/])
HBASE-17616 Incorrect actions performed by CM (apurtell: rev 
7bfb930a81a3235a62c3cf145d5b699a105011fb)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java


> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860428#comment-15860428
 ] 

Hudson commented on HBASE-17616:


SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2475 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/2475/])
HBASE-17616 Incorrect actions performed by CM (tedyu: rev 
06a260f107ba5ab489e7d28256ee6bc9530d3416)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java


> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15860368#comment-15860368
 ] 

Andrew Purtell commented on HBASE-17616:


Test only fix that is important for correct function of the CM. Picked back to 
all active branches.

> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.9
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is 
> because we use the cached region location that turns out to be false in 
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not 
> reload the cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HBASE-17616) Incorrect actions performed by CM

2017-02-09 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859338#comment-15859338
 ] 

Hadoop QA commented on HBASE-17616:
---

| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 15s 
{color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} hbaseanti {color} | {color:green} 0m 
0s {color} | {color:green} Patch does not have any anti-patterns. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s 
{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} test4tests {color} | {color:green} 0m 
0s {color} | {color:green} The patch appears to include 1 new or modified test 
files. {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 2m 
44s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 15s 
{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 0m 
8s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
13s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 0m 0s 
{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 8s 
{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 0m 
15s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 15s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 15s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 0m 
8s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
16s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 
0s {color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
25m 4s {color} | {color:green} Patch does not cause any errors with Hadoop 
2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 or 3.0.0-alpha2. {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 0m 0s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 8s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 0m 15s 
{color} | {color:green} hbase-it in the patch passed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 
7s {color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 30m 28s {color} 
| {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.12.3 Server=1.12.3 Image:yetus/hbase:8d52d23 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12851825/HBASE-17616.master.001.patch
 |
| JIRA Issue | HBASE-17616 |
| Optional Tests |  asflicense  javac  javadoc  unit  findbugs  hadoopcheck  
hbaseanti  checkstyle  compile  |
| uname | Linux 133c56d2da5b 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12 
13:48:03 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh
 |
| git revision | master / 712fe69 |
| Default Java | 1.8.0_121 |
|  Test Results | 
https://builds.apache.org/job/PreCommit-HBASE-Build/5648/testReport/ |
| modules | C: hbase-it U: hbase-it |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/5648/console |
| Powered by | Apache Yetus 0.3.0   http://yetus.apache.org |


This message was automatically generated.



> Incorrect actions performed by CM
> -
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Abhishek Singh Chouhan
>Assignee: Abhishek Singh Chouhan
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos 
> actions like RestartRSHolingMeta,