Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: Fix group metadata loading log (apache#15368)
Spotted the following log: ``` [2024-02-14 09:59:30,103] INFO [GroupCoordinator id=1] Finished loading of metadata from 39 in __consumer_offsets-4ms with epoch 2 where 39ms was spent in the scheduler. Loaded 0 records which total to 0 bytes. (org.apache.kafka.coordinator.group.runtime.CoordinatorRuntime) ``` The partition and the time are incorrect. This patch fixes it. Reviewers: Jeff Kim <[email protected]>, Bruno Cadonna <[email protected]>
- Loading branch information