[
https://issues.apache.org/jira/browse/HBASE-24856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang resolved HBASE-24856.
-------------------------------
Hadoop Flags: Reviewed
Resolution: Fixed
Pushed to master and branch-2.
Thanks [~vjasani] and [~janh] for reviewing.
> Fix error prone error in FlushTableSubprocedure
> -----------------------------------------------
>
> Key: HBASE-24856
> URL: https://issues.apache.org/jira/browse/HBASE-24856
> Project: HBase
> Issue Type: Bug
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 3.0.0-alpha-1, 2.4.0
>
>
> {noformat}
> [ERROR]
> /home/jenkins/jenkins-home/workspace/HBase_HBase_Nightly_master/component/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/flush/FlushTableSubprocedure.java:[105,30]
> error: [ArraysAsListPrimitiveArray] Arrays.asList does not autobox primitive
> arrays, as one might expect.
> (see https://errorprone.info/bugpattern/ArraysAsListPrimitiveArray)
> Did you mean 'families = Bytes.asList(Bytes.toBytes(family));'?
> [INFO] 1 error
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)