[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-02 Thread Hudson (JIRA)

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

Hudson commented on HBASE-19396:


FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4156 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/4156/])
HBASE-19396 Fix flaky test TestHTableMultiplexerFlushCache (zghao: rev 
d6a4a3dc331129e949fa134107cb71172928)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHTableMultiplexerFlushCache.java


> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7
>
> Attachments: HBASE-19396.branch-1.001.patch, 
> HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-02 Thread Hudson (JIRA)

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

Hudson commented on HBASE-19396:


FAILURE: Integrated in Jenkins build HBase-1.4 #1044 (See 
[https://builds.apache.org/job/HBase-1.4/1044/])
HBASE-19396 Fix flaky test TestHTableMultiplexerFlushCache (zghao: rev 
c832daffd879c24f185b806de00c402864427eb1)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHTableMultiplexerFlushCache.java


> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7
>
> Attachments: HBASE-19396.branch-1.001.patch, 
> HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-02 Thread Chia-Ping Tsai (JIRA)

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

Chia-Ping Tsai commented on HBASE-19396:


[~zghaobac] Thanks for the commit. Busy today :(

> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7
>
> Attachments: HBASE-19396.branch-1.001.patch, 
> HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-02 Thread Hudson (JIRA)

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

Hudson commented on HBASE-19396:


FAILURE: Integrated in Jenkins build HBase-1.2-IT #1032 (See 
[https://builds.apache.org/job/HBase-1.2-IT/1032/])
HBASE-19396 Fix flaky test TestHTableMultiplexerFlushCache (zghao: rev 
b28455e9633dfcd86a5b70ad127cc13ecb63f71c)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHTableMultiplexerFlushCache.java


> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7
>
> Attachments: HBASE-19396.branch-1.001.patch, 
> HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-02 Thread Hudson (JIRA)

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

Hudson commented on HBASE-19396:


SUCCESS: Integrated in Jenkins build HBase-1.3-IT #308 (See 
[https://builds.apache.org/job/HBase-1.3-IT/308/])
HBASE-19396 Fix flaky test TestHTableMultiplexerFlushCache (zghao: rev 
36dc7daa156d55e015a70bf487acc6cb014240b8)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHTableMultiplexerFlushCache.java


> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7
>
> Attachments: HBASE-19396.branch-1.001.patch, 
> HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-02 Thread Guanghao Zhang (JIRA)

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

Guanghao Zhang commented on HBASE-19396:


bq. TestMasterReplication. Flakey?
Not sure... Let me commit this firstly.

> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7
>
> Attachments: HBASE-19396.branch-1.001.patch, 
> HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-01 Thread stack (JIRA)

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

stack commented on HBASE-19396:
---

Andy pushed the fix for HBASE-19395 to branch-1 50 minutes ago so this build 
did not have the fix. Not sure about TestMasterReplication. Flakey?

> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7
>
> Attachments: HBASE-19396.branch-1.001.patch, 
> HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-01 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-19396:
---

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 18m 
12s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {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:brown} branch-1 Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  2m 
18s{color} | {color:green} branch-1 passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  0m 
42s{color} | {color:green} branch-1 passed with JDK v1.8.0_152 {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  0m 
39s{color} | {color:green} branch-1 passed with JDK v1.7.0_161 {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green}  1m 
21s{color} | {color:green} branch-1 passed {color} |
| {color:green}+1{color} | {color:green} shadedjars {color} | {color:green}  4m 
 2s{color} | {color:green} branch has no errors when building our shaded 
downstream artifacts. {color} |
| {color:red}-1{color} | {color:red} findbugs {color} | {color:red}  2m 
23s{color} | {color:red} hbase-server in branch-1 has 1 extant Findbugs 
warnings. {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  0m 
32s{color} | {color:green} branch-1 passed with JDK v1.8.0_152 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  0m 
36s{color} | {color:green} branch-1 passed with JDK v1.7.0_161 {color} |
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  2m 
 4s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  0m 
41s{color} | {color:green} the patch passed with JDK v1.8.0_152 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green}  0m 
41s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  0m 
40s{color} | {color:green} the patch passed with JDK v1.7.0_161 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green}  0m 
40s{color} | {color:green} the patch passed {color} |
| {color:red}-1{color} | {color:red} checkstyle {color} | {color:red}  1m 
20s{color} | {color:red} hbase-server: The patch generated 1 new + 2 unchanged 
- 3 fixed = 3 total (was 5) {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} shadedjars {color} | {color:green}  2m 
40s{color} | {color:green} patch has no errors when building our shaded 
downstream artifacts. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
31m 13s{color} | {color:green} Patch does not cause any errors with Hadoop 
2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 
2.7.4. {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green}  2m 
40s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  0m 
31s{color} | {color:green} the patch passed with JDK v1.8.0_152 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  0m 
37s{color} | {color:green} the patch passed with JDK v1.7.0_161 {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:red}-1{color} | {color:red} unit {color} | {color:red}120m 51s{color} 
| {color:red} hbase-server in the patch failed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green}  0m 
20s{color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black}190m 54s{color} | 
{color:black} {color} |
\\
\\
|| Reason || Tests ||
| Failed junit tests | hadoop.hbase.regionserver.TestEndToEndSplitTransaction |
|   | hadoop.hbase.replication.TestMasterReplication |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:36a7029 |
| 

[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-01 Thread Chia-Ping Tsai (JIRA)

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

Chia-Ping Tsai commented on HBASE-19396:


Looped the test with patch 20 times. All pass. I will commit it after seeing 
the QA.

> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7
>
> Attachments: HBASE-19396.branch-1.001.patch, 
> HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-01 Thread stack (JIRA)

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

stack commented on HBASE-19396:
---

LGTM

> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7
>
> Attachments: HBASE-19396.branch-1.001.patch, 
> HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-01 Thread Chia-Ping Tsai (JIRA)

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

Chia-Ping Tsai commented on HBASE-19396:


+1

> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Attachments: HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-01 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-19396:


+1

> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Attachments: HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-19396) Fix flaky test TestHTableMultiplexerFlushCache

2017-12-01 Thread Peter Somogyi (JIRA)

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

Peter Somogyi commented on HBASE-19396:
---

+1

> Fix flaky test TestHTableMultiplexerFlushCache
> --
>
> Key: HBASE-19396
> URL: https://issues.apache.org/jira/browse/HBASE-19396
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Affects Versions: 1.5.0
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Minor
> Attachments: HBASE-19396.branch-1.001.patch
>
>
> [INFO] Running org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.67 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
> [ERROR] 
> testOnRegionMove(org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache)
>   Time elapsed: 4.644 s  <<< FAILURE!
> java.lang.AssertionError: Did not find a new RegionServer to use
>   at 
> org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache.testOnRegionMove(TestHTableMultiplexerFlushCache.java:160)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)