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

Hudson commented on HBASE-28175:
--------------------------------

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

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




(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/82/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/82/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}


> RpcLogDetails' Message can become corrupt before log is consumed
> ----------------------------------------------------------------
>
>                 Key: HBASE-28175
>                 URL: https://issues.apache.org/jira/browse/HBASE-28175
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ray Mattingly
>            Assignee: Ray Mattingly
>            Priority: Major
>             Fix For: 2.6.0, 3.0.0-beta-1, 2.5.7
>
>
> The RpcLogDetails class represents a slow (or large) log event which will 
> later be consumed by the SlowLogQueueService.
> Right now the RpcLogDetails' param field points to the slow call's Message, 
> and this Message is backed by a CodedInputStream which may be overwritten 
> before the given log is consumed. This overwriting of the Message may result 
> in slow query payloads for which the metadata derived post-consumption is 
> inaccurate.
> To solve this bug I think we need to copy the Message in the RpcLogDetails 
> constructor. I have this bug reproduced in a QA environment and will test out 
> this idea and open a PR shortly if the test results are promising.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to