You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2019/11/24 12:47:00 UTC

[jira] [Created] (HBASE-23335) Improve cost functions array copy in StochasticLoadBalancer

Viraj Jasani created HBASE-23335:
------------------------------------

             Summary: Improve cost functions array copy in StochasticLoadBalancer
                 Key: HBASE-23335
                 URL: https://issues.apache.org/jira/browse/HBASE-23335
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 3.0.0
            Reporter: Viraj Jasani
            Assignee: Viraj Jasani
             Fix For: 3.0.0, 2.3.0, 1.6.0


While copying temp array of cost functions to current cost functions array, instead of copying each element manually, we can use System.arraycopy() for better performance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)