You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by rajinisivaram <gi...@git.apache.org> on 2017/02/23 15:25:43 UTC

[GitHub] kafka pull request #2589: KAFKA-4779: Fix security upgrade system test to be...

GitHub user rajinisivaram opened a pull request:

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

    KAFKA-4779: Fix security upgrade system test to be non-disruptive

    The phase_two security upgrade test verifies upgrading inter-broker and client protocols to the same value as well as different values. The second case currently changes inter-broker protocol without first enabling the protocol, disrupting produce/consume until the whole cluster is updated. This commit changes the test to be a non-disruptive upgrade test that enables protocols first (simulating phase one of upgrade).

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

    $ git pull https://github.com/rajinisivaram/kafka KAFKA-4779

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

    https://github.com/apache/kafka/pull/2589.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 #2589
    
----
commit 71aa4c4fa8035695ac460797b84a6754576dc99f
Author: Rajini Sivaram <ra...@googlemail.com>
Date:   2017-02-23T14:57:45Z

    KAFKA-4779: Fix security upgrade system test to be non-disruptive

----


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

[GitHub] kafka pull request #2589: KAFKA-4779: Fix security upgrade system test to be...

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

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


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