Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
When events arrive at the event processor with less than group.coordinator.threads ms between them, the thread idle time is rounded down to 0 because of integer division.
eg. when the group coordinator has 8 threads, and it receives >1k offset commit requests per second evenly split across shards, the thread idle time metric will be under-reported.
Attachments
Attachments
Issue Links
- links to