You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running in distributed mode, and after having tasks being reshuffled between kafka connect workers, a lot of these error messages will start showing up:
Ignoring invalid task provided offset
The text was updated successfully, but these errors were encountered:
forsberg
added a commit
to forsberg/kafka-connect-scylladb
that referenced
this issue
Nov 15, 2022
The implementation of close() will now remove TopicPartitions the task
no longer will have assigned. This will fix the problem where
the task logs that unassigned topic/partitions are reporting
commits at every commit.
stop() will now close the Scylla session, as intended in the API.
Fixesscylladb#79.
I've been unable to reproduce this issue using 1.0.2 version of the connector.
Do you remember if by any chance your configuration used any SMTs? @forsberg
When running in distributed mode, and after having tasks being reshuffled between kafka connect workers, a lot of these error messages will start showing up:
The text was updated successfully, but these errors were encountered: