[ https://issues.apache.org/jira/browse/KAFKA-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16036812#comment-16036812 ]
ASF GitHub Bot commented on KAFKA-4948: --------------------------------------- GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/3237 KAFKA-4948: Create offsets topic in setup of DescribeConsumerGroupTest This should fix transient failures due to timeouts caused by slow auto creation of the offsets topic. Also simplified resource handling and removed the usage of EasyMock that didn't make sense. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-49480-describe-consumer-group-test-failure Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3237.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 #3237 ---- commit 8c90c4e0597b29051cf6cbba9e0199ea44719516 Author: Ismael Juma <ism...@juma.me.uk> Date: 2017-06-05T11:02:09Z MINOR: Default GroupInitialRebalanceDelayMsProp to 0 and OffsetsTopicPartitionsProp to 5 in tests This should make tests faster. Tests that require specific values can override these values. commit d3fb7c157888011f98fe82f2e0ee159d10278010 Author: Ismael Juma <ism...@juma.me.uk> Date: 2017-06-05T11:07:53Z KAFKA-4948; Create offsets topic in setup of DescribeConsumerGroupTest This should fix transient failures due to timeouts caused by slow auto creation of the offsets topic. Also simplified resource handling and removed the usage of EasyMock that didn't make sense. ---- > Failure in > kafka.admin.DescribeConsumerGroupTest.testDescribeExistingGroupWithNoMembersWithNewConsumer > ------------------------------------------------------------------------------------------------------ > > Key: KAFKA-4948 > URL: https://issues.apache.org/jira/browse/KAFKA-4948 > Project: Kafka > Issue Type: Sub-task > Components: unit tests > Reporter: Guozhang Wang > Assignee: Ben Stopford > > We have seen this failure happening quite frequently in Jenkins. > {code} > TBD > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)