GitHub user benstopford opened a pull request: https://github.com/apache/kafka/pull/496
KAFKA-2771: Added rolling upgrade system test (docktape) for SSL This still needs a final run of the full system test suite. I've run this test and the replication_test.py (which is the other test most affected) on Ec2. Both pass. Not totally happy with the logic around listener selection but the SASL tests moved over a model with a single port which doesn't work well when performing a rolling bounce. To make this stable on Ec2 I increased the consumer timeouts and use a unique consumer group. You can merge this pull request into a Git repository by running: $ git pull https://github.com/benstopford/kafka security-upgrade-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/496.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 #496 ---- commit ee34dbeb0667f081f77ac32031b571724ecd819b Author: Ben Stopford <benstopf...@gmail.com> Date: 2015-11-09T00:09:17Z KAFKA-2771: Added rolling upgrade system test (docktape) for SSL ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---