You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hua-Yi Ho (JIRA)" <ji...@apache.org> on 2018/07/27 16:16:00 UTC

[jira] [Updated] (HBASE-20528) Revise collections copying from iteration to built-in function

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

Hua-Yi Ho updated HBASE-20528:
------------------------------
    Attachment:     (was: 0001-Revise-collections-copying-to-built-in-function.patch)

> Revise collections copying from iteration to built-in function
> --------------------------------------------------------------
>
>                 Key: HBASE-20528
>                 URL: https://issues.apache.org/jira/browse/HBASE-20528
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Hua-Yi Ho
>            Assignee: Hua-Yi Ho
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> Some collection codes in file
> StochasticLoadBalancer.java, AbstractHBaseTool.java, HFileInputFormat.java, Result.java, and WalPlayer.java, using iterations to copy whole data in collections. The iterations can just replace by just Colletions.addAll and Arrays.copyOf.



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