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
database lost. Error while connecting at Source 'cdc' at 'IncidentInputStream'. Will retry in'5 sec'. io.siddhi.core.exception.ConnectionUnavailableException: Connection to the database lost.
at io.siddhi.extension.io.cdc.source.CDCSource.lambda$connect$1(CDCSource.java:424)
at io.debezium.embedded.EmbeddedEngine.run(EmbeddedEngine.java:793)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.kafka.connect.errors.ConnectException: Encountered change event for table whose schema isn't known to this connector at io.debezium.connector.mysql.AbstractReader.wrap(AbstractReader.java:200) at io.debezium.connector.mysql.AbstractReader.failed(AbstractReader.java:178) at io.debezium.connector.mysql.BinlogReader.handleEvent(BinlogReader.java:452) at com.github.shyiko.mysql.binlog.BinaryLogClient.notifyEventListeners(BinaryLogClient.java:1055) at com.github.shyiko.mysql.binlog.BinaryLogClient.listenForEventPackets(BinaryLogClient.java:913) at com.github.shyiko.mysql.binlog.BinaryLogClient.connect(BinaryLogClient.java:559) at com.github.shyiko.mysql.binlog.BinaryLogClient$7.run(BinaryLogClient.java:793) ... 1 moreCaused by: org.apache.kafka.connect.errors.ConnectException: Encountered change event for table whose schema isn't known to this connector
at io.debezium.connector.mysql.BinlogReader.informAboutUnknownTableIfRequired(BinlogReader.java:700)
at io.debezium.connector.mysql.BinlogReader.handleUpdateTableMetadata(BinlogReader.java:676)
at io.debezium.connector.mysql.BinlogReader.handleEvent(BinlogReader.java:436)
... 5 more
However when I change my database name to paristma it runs properly.
Suggested Labels:
Bug fix
Affected Product Version:
2.0.3
Steps to reproduce:
Using mentioned databases run the above app in Siddhi tooling or Siddhi runner.
The text was updated successfully, but these errors were encountered:
mohanvive
pushed a commit
to mohanvive/siddhi-io-cdc
that referenced
this issue
Sep 18, 2019
Description:
When I run to use the CDC extension with a database called
parisTMA
using the following Siddhi query to just log changes in a table.And it gives the following error.
However when I change my database name to
paristma
it runs properly.Suggested Labels:
Bug fix
Affected Product Version:
2.0.3
Steps to reproduce:
Using mentioned databases run the above app in Siddhi tooling or Siddhi runner.
The text was updated successfully, but these errors were encountered: