Replies: 1 comment 1 reply
-
把waxwell的表全删掉就好了 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
报错如下:事实上我已经给了权限,并且表确实存在,该怎么解决?
java.lang.RuntimeException: Couldn't find table activity_rule in database gmall
at com.zendesk.maxwell.replication.TableCache.processEvent(TableCache.java:31) ~[maxwell-1.29.2.jar:1.29.2]
at com.zendesk.maxwell.replication.BinlogConnectorReplicator.getTransactionRows(BinlogConnectorReplicator.java:502) ~[maxwell-1.29.2.jar:1.29.2]
at com.zendesk.maxwell.replication.BinlogConnectorReplicator.getRow(BinlogConnectorReplicator.java:626) ~[maxwell-1.29.2.jar:1.29.2]
at com.zendesk.maxwell.replication.BinlogConnectorReplicator.work(BinlogConnectorReplicator.java:178) ~[maxwell-1.29.2.jar:1.29.2]
at com.zendesk.maxwell.util.RunLoopProcess.runLoop(RunLoopProcess.java:34) ~[maxwell-1.29.2.jar:1.29.2]
at com.zendesk.maxwell.Maxwell.startInner(Maxwell.java:255) ~[maxwell-1.29.2.jar:1.29.2]
at com.zendesk.maxwell.Maxwell.start(Maxwell.java:183) ~[maxwell-1.29.2.jar:1.29.2]
at com.zendesk.maxwell.Maxwell.main(Maxwell.java:286) ~[maxwell-1.29.2.jar:1.29.2]
1316 [INFO] TaskManager: Stopping: com.zendesk.maxwell.schema.PositionStoreThread@a4d34e7
1316 [INFO] TaskManager: Stopping: com.zendesk.maxwell.producer.MaxwellKafkaProducerWorker@741690ca
1317 [INFO] KafkaProducer: [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms.
1319 [INFO] TaskManager: Stopping: com.zendesk.maxwell.bootstrap.BootstrapController@3f7f0002
1319 [INFO] TaskManager: Stopping: com.zendesk.maxwell.replication.BinlogConnectorReplicator@e5392e5
java.lang.RuntimeException: Couldn't find table activity_rule in database gmall
Beta Was this translation helpful? Give feedback.
All reactions