[ https://issues.apache.org/jira/browse/KAFKA-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14366134#comment-14366134 ]
Ted Malaska commented on KAFKA-2016: ------------------------------------ OK I got it. So controlled.shutdown.retry.backoff.ms is only set for the forth server and its set to 100 milliseconds. The other 3 servers are not set and forgotten. These sad servers are left with a controlled.shutdown.retry.backoff.ms of 5000 milliseconds. The backoff is requested and hence the code waits. The solution is to tell all the servers to have a controlled.shutdown.retry.backoff.ms of 100. I will put the patch together tomorrow on the train. > RollingBounceTest takes long > ---------------------------- > > Key: KAFKA-2016 > URL: https://issues.apache.org/jira/browse/KAFKA-2016 > Project: Kafka > Issue Type: Improvement > Reporter: Jun Rao > Fix For: 0.8.3 > > > RollingBounceTest.testRollingBounce() currently takes about 48 secs. This is > a bit too long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)