ShivsundarR commented on PR #21239: URL: https://github.com/apache/kafka/pull/21239#issuecomment-3705977710
Thanks @AndrewJSchofield, I was using the incorrect state for the check, it should actually be `MemberState.UNSUBSCRIBED`, since we move from `MemberState.LEAVING` to `MemberState.UNSUBSCRIBED` after sending a leave request. I have made this change now, and ran the test locally for 100 times and did not get a flake. -- 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]
