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/24 13:06:37 UTC

[GitHub] kafka pull request #1658: Kafka 3689 - process only distinct connectionIds w...

GitHub user rnpridgeon opened a pull request:

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

    Kafka 3689 - process only distinct connectionIds within processDisconnected()

    @ijuma discovered a possible scenario in which connectionQuotas may be [doubly-decremented](https://issues.apache.org/jira/browse/KAFKA-3689?focusedCommentId=15385962&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15385962)
    
    This PR intends to remove that possibility by first filtering out any duplicate connectionIds. This way each 
    


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

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

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

    https://github.com/apache/kafka/pull/1658.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 #1658
    
----
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 a2d8acf96d470319542ca9db3e5260220c27d22c
Author: rnpridgeon <ry...@gmail.com>
Date:   2016-07-24T12:54:26Z

    KAFKA-3689 - process only distinct connectionIds within processDisconnected()

----


---
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.
---