You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2020/08/12 01:51:00 UTC

[jira] [Updated] (HBASE-24856) Fix error prone error in FlushTableSubprocedure

     [ https://issues.apache.org/jira/browse/HBASE-24856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang updated HBASE-24856:
------------------------------
    Fix Version/s: 2.4.0
                   3.0.0-alpha-1

> 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)