You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by rnpridgeon <gi...@git.apache.org> on 2016/07/23 13:18:00 UTC

[GitHub] kafka pull request #1657: Kafka 3986

GitHub user rnpridgeon opened a pull request:

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

    Kafka 3986

    Add null check to guard against the unlikely event where a channel has been closed but not yet removed from completedReceives 

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

    $ git pull https://github.com/rnpridgeon/kafka KAFKA-3986

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

    https://github.com/apache/kafka/pull/1657.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 #1657
    
----
commit 59077eff1e26eb6bae590188d9d1d6fa1166cfe9
Author: rnpridgeon <ry...@gmail.com>
Date:   2016-07-21T22:09:47Z

    KAFKA-3983 - Add additional information to debug logging to aid in debugging efforts

commit 35e85eb4871a4b76f3bb2141a971c92140a0c338
Author: rnpridgeon <ry...@gmail.com>
Date:   2016-07-22T14:29:25Z

    Edits per review in pull 1648

commit 44a1b0dce6c8f0948ed24ae23d35ce0f16fff860
Author: rnpridgeon <ry...@gmail.com>
Date:   2016-07-23T13:11:25Z

    Merge remote-tracking branch 'upstream/trunk' into trunk

commit 7dc33c2643e9ff7385fe8a3964f4060b61507a1f
Author: rnpridgeon <ry...@gmail.com>
Date:   2016-07-23T13:15:51Z

    KAFKA-3986
    
    Add null check in the event that a channel has been closed but not yet removed from completedReceives

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---