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

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

    [ https://issues.apache.org/jira/browse/HBASE-23335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018884#comment-17018884 ] 

Hudson commented on HBASE-23335:
--------------------------------

Results for branch branch-1
	[build #1205 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/1205/]: (/) *{color:green}+1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/1205//General_Nightly_Build_Report/]


(/) {color:green}+1 jdk7 checks{color}
-- For more information [see jdk7 report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/1205//JDK7_Nightly_Build_Report/]


(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/1205//JDK8_Nightly_Build_Report_(Hadoop2)/]




(/) {color:green}+1 source release artifact{color}
-- See build output for details.


> 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
>            Priority: Minor
>             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)