Warning - Scheduler for MirrorCheckpointTask took too long #8929
Replies: 2 comments 4 replies
-
60 seconds do not sound like a super slow number. So I think the more interesting thing is why does it take so long. Maybe you need to add more tasks, replicas and/or resources to the MM2 deployment? |
Beta Was this translation helpful? Give feedback.
-
@mimaison there's definitely > 1000 consumer groups on this cluster I'm migrating (due to incorrectly implemented consumer group configs by downstream services). However, after scaling up replicas even further, I'm no longer seeing the I'll check those metrics as well. Thank you both for your help and guidance! As a side note, this open-source discussion forum has been one of the best open-source experiences I've had. @scholzj you've been especially helpful with any issues I've had. Thank you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting the following warning message in the MirrorMaker2 logs:
I'm noticing that the consumer group offsets aren't getting fully synced over. Does this mean that
refresh.groups.interval.seconds
is potentially set too low? The checkpoint connector configs are below:Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions