kafka-python icon indicating copy to clipboard operation
kafka-python copied to clipboard

KAFKA-4160: Ensure rebalance listener not called with coordinator lock

Open dpkp opened this issue 8 years ago • 2 comments

See https://issues.apache.org/jira/browse/KAFKA-4160 . The original fix was intended to support rebalance listeners that may run longer than the session timeout.


This change is Reviewable

dpkp avatar Mar 10 '18 18:03 dpkp

Any reason not to merge @dpkp ?

jeffwidman avatar Apr 26 '18 21:04 jeffwidman

This should not be merged until locking / deadlock issues are addressed. At least it should be rebased onto master after latest lock changes, and then I think we need to look closely at the ensure_active_group changes to make sure locks are maintained.

dpkp avatar Nov 10 '18 20:11 dpkp