GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/2066
MINOR: Increase zk connection timeout in tests for client created in `KafkaServer` We had already made this change to the client created in `ZooKeeperTestHarness`. I last saw this failure when `SaslPlaintextTopicMetadataTest.testAliveBrokerListWithNoTopics` was executed in Jenkins. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka increase-zk-timeout-in-kafka-server Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2066.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 #2066 ---- commit 97a7f0a2633f805e4724842e5fd0dd1994c7a8ae Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-10-26T10:36:07Z Increase zookeeper connection timeout in tests for the client created in `KafkaServer` We had already made this change to the client created in `ZooKeeperTestHarness`. I last saw this failure when `SaslPlaintextTopicMetadataTest.testAliveBrokerListWithNoTopics` was executed in Jenkins. commit 88bd93de78a2219343f921f68eb244ff7d471fb3 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-10-26T10:36:40Z Remove redundant `port` config It doesn't do anything if `listeners` is set. ---- --- 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. ---