aadant
aadant
I suspect that there is a deadlock and that the connection waits forever to close. This can be confirmed by a java thread dump. The solution found for such a...
see also https://github.com/osheroff/mysql-binlog-connector-java/issues/86
root cause traced to this issue https://github.com/osheroff/mysql-binlog-connector-java/issues/133 (reporter)
looks like a OpenJDK 11 bug, @subkanthi let us upgrade !
Reproduced with OpenJDK 17 see https://github.com/osheroff/mysql-binlog-connector-java/issues/133
The problem continues after the fix ...
@subkanthi a workaround is in place but this still impacts the sink-connector latency (up to `restart.event.loop.timeout.period.secs`), IMHO the root cause should be chased down with Debezium folks and possibly the...
@subkanthi this bug is currently closed and no one is working on it. Maybe we should reopen ?
@subkanthi we want to avoid that existing data wiped out in the first place, not document it ;-)
Deletes are working. You need extra care to remove the data with is_deleted. We plan to support other engines as part of this project. The issue with VCMT is that...