You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/17 23:36:00 UTC

[jira] [Commented] (KAFKA-9056) Selector outbound byte metric does not count partial sends

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

ASF GitHub Bot commented on KAFKA-9056:
---------------------------------------

hachikuji commented on pull request #7551: KAFKA-9056; Inbound/outbound byte metrics should reflect partial sends/receives
URL: https://github.com/apache/kafka/pull/7551
 
 
   Currently we only record completed sends and receives in the selector metrics. If there is a disconnect in the middle of the respective operation, then it is not counted. The metrics will be more accurate if we take into account partial sends and receives.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Selector outbound byte metric does not count partial sends
> ----------------------------------------------------------
>
>                 Key: KAFKA-9056
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9056
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jason Gustafson
>            Assignee: Jason Gustafson
>            Priority: Major
>
> Currently the outbound byte metric is updated only after a `Send` is complete. If the client disconnects before completion, then the metric is not updated even if some of the data had been sent.



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