You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jon Meredith (Jira)" <ji...@apache.org> on 2020/04/02 22:07:00 UTC

[jira] [Commented] (CASSANDRA-15687) Regression in traceOutgoingMessage printing message size in tracing

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

Jon Meredith commented on CASSANDRA-15687:
------------------------------------------

Pull request linked.
CircleCI Runs [Java8|https://circleci.com/workflow-run/b164695d-c423-4b29-83af-9dc43364c70f] [Java11|https://circleci.com/workflow-run/3d06dd3d-2eae-4d4e-9038-f9ab4df45e0c]

> Regression in traceOutgoingMessage printing message size in tracing
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-15687
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15687
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Observability/Tracing
>            Reporter: Jon Meredith
>            Assignee: Jon Meredith
>            Priority: Normal
>              Labels: pull-request-available
>             Fix For: 4.0-rc
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The internode messaging refactor (CASSANDRA-15066) introduced a tiny regression to tracing. Previously CASSANDRA-13028 had changed the message emitted by traceOutgoingMessage to include the number of bytes.
> {code}
> "Sending %s message to %s"
> {code}
> to
> {code}
> "Sending %s message to %s message size %d bytes"
> {code}
> But the change was dropped during the refactor, it's easy to put it back.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org