You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by huxihx <gi...@git.apache.org> on 2017/09/26 09:12:32 UTC

[GitHub] kafka pull request #3961: KAFKA-5976: RequestChannel.sendResponse should rec...

GitHub user huxihx opened a pull request:

    https://github.com/apache/kafka/pull/3961

    KAFKA-5976: RequestChannel.sendResponse should record correct size for NetworkSend.

    When TRACE logging is enabled, RequestChannel.sendResponse records incorrect size for `Send` due to the fact that `response.responseSend` is of scala.Option type.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/huxihx/kafka KAFKA-5976

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3961.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3961
    
----
commit 210f8470f7da48da3c67b763e28c5855c6010e65
Author: huxihx <hu...@hotmail.com>
Date:   2017-09-26T09:09:43Z

    KAFKA-5976: RequestChannel.sendResponse should record correct size for NetworkSend.
    
    When TRACE logging is enabled, RequestChannel.sendResponse records incorrect size for `Send` due to the fact that `response.responseSend` is of scala.Option type.

----


---

[GitHub] kafka pull request #3961: KAFKA-5976: RequestChannel.sendResponse should rec...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/3961


---