Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
K
kb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • kb
  • Wiki
    • Business_doc
  • maxwell常见错误处理

maxwell常见错误处理 · Changes

Page history
Update maxwell常见错误处理 authored Aug 21, 2023 by fanzx's avatar fanzx
Hide whitespace changes
Inline Side-by-side
Showing with 16 additions and 2 deletions
+16 -2
  • business_doc/maxwell常见错误处理.md business_doc/maxwell常见错误处理.md +16 -2
  • No files found.
business_doc/maxwell常见错误处理.md
View page @ 9ddf3be5
...@@ -79,4 +79,19 @@ java.util.concurrent.TimeoutException: BinaryLogClient was unable to connect in ...@@ -79,4 +79,19 @@ java.util.concurrent.TimeoutException: BinaryLogClient was unable to connect in
at com.zendesk.maxwell.Maxwell.main(Maxwell.java:286) ~[maxwell-1.30.0.jar:1.30.0] at com.zendesk.maxwell.Maxwell.main(Maxwell.java:286) ~[maxwell-1.30.0.jar:1.30.0]
错误原因:未知 错误原因:未知
解决方案:重启对应的maxwell实例 解决方案:重启对应的maxwell实例
``` ```
\ No newline at end of file
## Couldn't find table t_restricted_consumer in database
```
2023-08-21 11:12:31.327 ERROR TaskManager - cause:
java.lang.RuntimeException: Couldn't find table t_restricted_consumer in database db_business_reproduce
at com.zendesk.maxwell.replication.TableCache.processEvent(TableCache.java:35) ~[maxwell-1.40.0.jar:1.40.0]
at com.zendesk.maxwell.replication.BinlogConnectorReplicator.getTransactionRows(BinlogConnectorReplicator.java:592) ~[maxwell-1.40.0.jar:1.40.0]
at com.zendesk.maxwell.replication.BinlogConnectorReplicator.getRow(BinlogConnectorReplicator.java:724) ~[maxwell-1.40.0.jar:1.40.0]
at com.zendesk.maxwell.replication.BinlogConnectorReplicator.work(BinlogConnectorReplicator.java:235) ~[maxwell-1.40.0.jar:1.40.0]
at com.zendesk.maxwell.util.RunLoopProcess.runLoop(RunLoopProcess.java:34) ~[maxwell-1.40.0.jar:1.40.0]
at com.zendesk.maxwell.Maxwell.startInner(Maxwell.java:302) ~[maxwell-1.40.0.jar:1.40.0]
at com.zendesk.maxwell.Maxwell.start(Maxwell.java:227) ~[maxwell-1.40.0.jar:1.40.0]
at com.zendesk.maxwell.Maxwell.main(Maxwell.java:337) ~[maxwell-1.40.0.jar:1.40.0]
解决方案:在databases中写入库信息
```
Clone repository
  • README
  • basic_guidelines
  • basic_guidelines
    • basic_guidelines
    • dev_guide
    • project_build
    • 开发流程
  • best_practice
  • best_practice
    • AlterTable
    • RDS
    • azkaban
    • create_table
    • design
    • elasticsearch
    • elasticsearch
      • ES运维
    • logstash
View All Pages