[
https://issues.apache.org/jira/browse/HBASE-22179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811838#comment-16811838
]
Hudson commented on HBASE-22179:
--------------------------------
Results for branch master
[build #913 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/913/]: (x)
*{color:red}-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/master/913//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/913//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/913//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Fix RawAsyncHBaseAdmin.getCompactionState
> -----------------------------------------
>
> Key: HBASE-22179
> URL: https://issues.apache.org/jira/browse/HBASE-22179
> Project: HBase
> Issue Type: Bug
> Components: Admin
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.3.0, 2.1.5
>
>
> {code}
> if (!future.isDone()) {
> future.complete(state);
> }
> {code}
> This piece of code should be placed outside the for loop, it should be a
> typo. And we should use a thread safe collection to collect the region state
> instead of using an ArrayList.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)