lianetm opened a new pull request, #20594:
URL: https://github.com/apache/kafka/pull/20594

   Fixing flakiness seen on this test, where static consumers could not join as 
expected after shutting down previous consumers with the same instance ID, and 
logs showed `UnreleasedInstanceIdException`.
   
   I expect the flakiness could happen if a consumer with instanceId1 is closed 
but not effectively removed from the group due to leave group fail/delayed (the 
leave group request is sent on a best effort, not retried if fails or times 
out). 
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to