[jira] [Commented] (HBASE-19837) Flakey TestRegionLoad

2018-02-05 Thread Hudson (JIRA)

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

Hudson commented on HBASE-19837:


FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4532 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/4532/])
HBASE-19837 Flakey TestRegionLoad; ADDENDUM Report more often and wait (stack: 
rev c245bd5c036dbe84deada8ff94f12a984576ffe4)
* (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestRegionLoad.java
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMetaShutdownHandler.java


> Flakey TestRegionLoad
> -
>
> Key: HBASE-19837
> URL: https://issues.apache.org/jira/browse/HBASE-19837
> Project: HBase
>  Issue Type: Sub-task
>  Components: flakey, test
>Reporter: stack
>Assignee: stack
>Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: 
> 0001-HBASE-19837-Flakey-TestRegionLoad-ADDENDUM-Report-mo.patch, 
> 0001-HBASE-19837-Flakey-TestRegionLoad.patch, HBASE-19837.branch-2.001.patch
>
>
> This one fails the most in the flakey list.



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


[jira] [Commented] (HBASE-19837) Flakey TestRegionLoad

2018-02-05 Thread stack (JIRA)

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

stack commented on HBASE-19837:
---

Pushed an addendum, see attached 
0001-HBASE-19837-Flakey-TestRegionLoad-ADDENDUM-Report-mo.patch, that still 
'waits' but it also makes the reporting interval 500ms instead of default 
3000ms. At worse should wait 1000s. If this don't fix it, need to refactor 
test. Added some debug to TestMetaShutdown too 

> Flakey TestRegionLoad
> -
>
> Key: HBASE-19837
> URL: https://issues.apache.org/jira/browse/HBASE-19837
> Project: HBase
>  Issue Type: Sub-task
>  Components: flakey, test
>Reporter: stack
>Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: 
> 0001-HBASE-19837-Flakey-TestRegionLoad-ADDENDUM-Report-mo.patch, 
> 0001-HBASE-19837-Flakey-TestRegionLoad.patch, HBASE-19837.branch-2.001.patch
>
>
> This one fails the most in the flakey list.



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


[jira] [Commented] (HBASE-19837) Flakey TestRegionLoad

2018-01-24 Thread stack (JIRA)

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

stack commented on HBASE-19837:
---

Dumb wait seems to have removed this test from the flakies list which would 
seem to say that we need to wait on new cluster status update before we do our 
counters check. Let me do a better job with the patch than shove in a 10 second 
stall.

> Flakey TestRegionLoad
> -
>
> Key: HBASE-19837
> URL: https://issues.apache.org/jira/browse/HBASE-19837
> Project: HBase
>  Issue Type: Sub-task
>  Components: flakey, test
>Reporter: stack
>Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: 0001-HBASE-19837-Flakey-TestRegionLoad.patch, 
> HBASE-19837.branch-2.001.patch
>
>
> This one fails the most in the flakey list.



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


[jira] [Commented] (HBASE-19837) Flakey TestRegionLoad

2018-01-22 Thread Hudson (JIRA)

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

Hudson commented on HBASE-19837:


FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4449 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/4449/])
HBASE-19837 Flakey TestRegionLoad (stack: rev 
c60359959c68accdac6df12874cee3d2eba21af6)
* (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestRegionLoad.java


> Flakey TestRegionLoad
> -
>
> Key: HBASE-19837
> URL: https://issues.apache.org/jira/browse/HBASE-19837
> Project: HBase
>  Issue Type: Sub-task
>  Components: flakey, test
>Reporter: stack
>Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: 0001-HBASE-19837-Flakey-TestRegionLoad.patch, 
> HBASE-19837.branch-2.001.patch
>
>
> This one fails the most in the flakey list.



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


[jira] [Commented] (HBASE-19837) Flakey TestRegionLoad

2018-01-22 Thread Umesh Agashe (JIRA)

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

Umesh Agashe commented on HBASE-19837:
--

+1, lgtm

> Flakey TestRegionLoad
> -
>
> Key: HBASE-19837
> URL: https://issues.apache.org/jira/browse/HBASE-19837
> Project: HBase
>  Issue Type: Bug
>  Components: flakey, test
>Reporter: stack
>Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: 0001-HBASE-19837-Flakey-TestRegionLoad.patch, 
> HBASE-19837.branch-2.001.patch
>
>
> This one fails the most in the flakey list.



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


[jira] [Commented] (HBASE-19837) Flakey TestRegionLoad

2018-01-22 Thread stack (JIRA)

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

stack commented on HBASE-19837:
---

Pushed a dumb wait. See if the problem is stale clusterstatus. If not, then 
there is a translation problem – a real issue. ClusterStatus is dropping detail.

 

[~uagashe] FYI

 

> Flakey TestRegionLoad
> -
>
> Key: HBASE-19837
> URL: https://issues.apache.org/jira/browse/HBASE-19837
> Project: HBase
>  Issue Type: Bug
>  Components: flakey, test
>Reporter: stack
>Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: 0001-HBASE-19837-Flakey-TestRegionLoad.patch, 
> HBASE-19837.branch-2.001.patch
>
>
> This one fails the most in the flakey list.



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


[jira] [Commented] (HBASE-19837) Flakey TestRegionLoad

2018-01-22 Thread stack (JIRA)

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

stack commented on HBASE-19837:
---

ClusterStatus is missing Regions that have been assigned to the server and that 
show as being on the server in earlier logs. Perhaps the ClusterStatus is stale 
but that don't seem right either given how the assign happened a good while 
earlier.

> Flakey TestRegionLoad
> -
>
> Key: HBASE-19837
> URL: https://issues.apache.org/jira/browse/HBASE-19837
> Project: HBase
>  Issue Type: Bug
>  Components: flakey, test
>Reporter: stack
>Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: 0001-HBASE-19837-Flakey-TestRegionLoad.patch
>
>
> This one fails the most in the flakey list.



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


[jira] [Commented] (HBASE-19837) Flakey TestRegionLoad

2018-01-22 Thread Hudson (JIRA)

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

Hudson commented on HBASE-19837:


FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4447 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/4447/])
HBASE-19837 Flakey TestRegionLoad (stack: rev 
f3c563fc004b9a373716e7c6159327925ce84c8c)
* (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestRegionLoad.java
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java


> Flakey TestRegionLoad
> -
>
> Key: HBASE-19837
> URL: https://issues.apache.org/jira/browse/HBASE-19837
> Project: HBase
>  Issue Type: Bug
>  Components: flakey, test
>Reporter: stack
>Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: 0001-HBASE-19837-Flakey-TestRegionLoad.patch
>
>
> This one fails the most in the flakey list.



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


[jira] [Commented] (HBASE-19837) Flakey TestRegionLoad

2018-01-21 Thread stack (JIRA)

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

stack commented on HBASE-19837:
---

Pushed debug to master and branch-2 so can see how the two views differ on 
failure. Changes the row names so they are readable.

> Flakey TestRegionLoad
> -
>
> Key: HBASE-19837
> URL: https://issues.apache.org/jira/browse/HBASE-19837
> Project: HBase
>  Issue Type: Bug
>  Components: flakey, test
>Reporter: stack
>Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: 0001-HBASE-19837-Flakey-TestRegionLoad.patch
>
>
> This one fails the most in the flakey list.



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