Skip to content

Commit

Permalink
Remove duplicate error log during rebalance (#1025)
Browse files Browse the repository at this point in the history
This log message is emitted twice.
  • Loading branch information
y4n9squared authored Oct 26, 2024
1 parent e7c9033 commit f7861f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions aiokafka/consumer/group_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1130,14 +1130,6 @@ async def _do_commit_offsets(self, assignment, offsets):
self.request_rejoin()
else:
self.reset_generation()
# need to re-join group
error = error_type(self.group_id)
log.error(
"OffsetCommit failed for group %s due to group"
" error (%s), will rejoin",
self.group_id,
error,
)
errored[tp] = error

else:
Expand Down

0 comments on commit f7861f6

Please sign in to comment.