Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
MirrorMaker currently doesn't handle CommitFailedException when trying to commit (it only handles WakeupException).
I didn't test, but it appears that if MirrorMaker tries to commit while rebalancing is in progress, it will result in thread failure. Probably not what we want. I think the right thing is to log a message and call poll() again to trigger a re-join.
Attachments
Issue Links
- duplicates
-
KAFKA-3409 Mirror maker hangs indefinitely due to commit
- Resolved