Replies: 4 comments 7 replies
-
mysql cdc 默认的数据库连接池是20, 可以设置这个参数看下 |
Beta Was this translation helpful? Give feedback.
2 replies
-
后面有解决没有,我也是这个问题。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
也遇到了这个问题,有解决吗 |
Beta Was this translation helpful? Give feedback.
3 replies
-
有解决方案吗?设置的参数完全没用 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
本地部署了 2个 taskManger 节点,1个 jobManager节点 其中 1个taskManager与JobManager部署在同一台服务器上。
我使用CDC进行作业,前面20个作业正常运行。但到了 21 个任务创建时出现了连接超时异常。
我查看了官方文档,但依然不确定需要修改什么配置。为什么CDC任务只能创建20个呢?
我确认了我的mysql数据库可用连接数充足,并且taskManger的资源充足。
Beta Was this translation helpful? Give feedback.
All reactions