How to solve error: "State MISMATCH ..." #428
-
Hi! My connector went to unrecoverable exception with Version: v1.0.17 How I caught to this error:
Eventually I got following error:
This behaviour is happening here: Is there any approach to fix the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @vladislav-bakanov ! The connector state information is all stored in a table ("connect_state" by default) - if it has the old state information, you could truncate that table to clear out the old information. 🙂 As an alternative, if you don't need exactly-once you could disable it - it's not actually required for a lot of use cases, but you would know your situation better 🙂 |
Beta Was this translation helpful? Give feedback.
Hi @vladislav-bakanov ! The connector state information is all stored in a table ("connect_state" by default) - if it has the old state information, you could truncate that table to clear out the old information. 🙂
As an alternative, if you don't need exactly-once you could disable it - it's not actually required for a lot of use cases, but you would know your situation better 🙂