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

Hudson commented on HBASE-22180:
--------------------------------

Results for branch branch-2.0
        [build #1500 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1500/]: 
(/) *{color:green}+1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1500//General_Nightly_Build_Report/]




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1500//JDK8_Nightly_Build_Report_(Hadoop2)/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1500//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


> Make TestBlockEvictionFromClient.testBlockRefCountAfterSplits more stable
> -------------------------------------------------------------------------
>
>                 Key: HBASE-22180
>                 URL: https://issues.apache.org/jira/browse/HBASE-22180
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>             Fix For: 3.0.0, 2.2.0, 2.3.0, 2.0.6, 2.1.5
>
>
> {code}
>       List<RegionInfo> onlineRegions = TEST_UTIL.getAdmin().getRegions(rs);
>       while (onlineRegions.size() != 2) {
>         onlineRegions = TEST_UTIL.getAdmin().getRegions(rs);
>         Thread.sleep(100);
>         LOG.info("Waiting on SPLIT to complete...");
>       }
> {code}
> Actually this piece of code is not correct. We only have one region server in 
> this test so the region server will also carry meta region.



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

Reply via email to