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

Hudson commented on HBASE-26635:
--------------------------------

Results for branch master
        [build #484 on 
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/484/]:
 (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/484/General_20Nightly_20Build_20Report/]






(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/484/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/484/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


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


(/) {color:green}+1 client integration test{color}


> Optimize decodeNumeric in OrderedBytes
> --------------------------------------
>
>                 Key: HBASE-26635
>                 URL: https://issues.apache.org/jira/browse/HBASE-26635
>             Project: HBase
>          Issue Type: Improvement
>          Components: Performance
>            Reporter: Yutong Xiao
>            Assignee: Yutong Xiao
>            Priority: Major
>             Fix For: 2.5.0, 3.0.0-alpha-3
>
>         Attachments: Benchmark-decoding.log, DecodeBenchmark.java
>
>
> Currently, when we decode a byte array to a big decimal, there are plenty of 
> BigDecimal operations, which result in a lot of only once used BigDecimal 
> objects. Furthermore, the BigDecimal calculations are slow. We could boost 
> this function by using String concatenation and point movement of BigDecimal. 
> The JMH benchmark is uploaded to the attachment.
> Also, I added a UT to test the encoding / decoding correctness of 200 random 
> test samples.
> The logic of the process is same as the Optimization of the encode function 
> in the ticket [HBASE-26566|https://issues.apache.org/jira/browse/HBASE-26566]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to