chirag-wadhwa5 opened a new pull request, #19593:
URL: https://github.com/apache/kafka/pull/19593

   Upon investigations for the failure of the system test test_broker_failure, 
it was found there were situations where the writing of records to the 
consumer_offsets topic was taking longer than 5 seconds (default value of 
offsets.commit.timeout.ms). Since the persister requests of share partition 
initialization depends on the completion of the record committing, due to the 
timeout, there were no persister requests actually being sent. This PR 
increases the timeout for this config to 20 seconds, as a temporary solution. 
The fix for this is being tracked in the JIRA - 
https://issues.apache.org/jira/browse/KAFKA-19204
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to