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/11 14:01:00 UTC

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

Duo Zhang created HBASE-24856:
---------------------------------

             Summary: 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


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