We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CanalRocketMQProducer 通过ExecutorTemplate并发执行时,由于提交到线程池里的分表任务、buildMessageData任务、分区发送任务有先后依赖,会出现worker线程相互依赖导致woker线程及主线程都分表任务占用,又一直等待buildMessageData任务、分区发送任务执行,出现一直等待现象
线程池里的worker任务不应该产生依赖
If there is an exception, please attach the exception trace:
Just put your stack trace here!
The text was updated successfully, but these errors were encountered:
merge code and fixed issue #2602 #2585 #2565 #2935 #2434 #2623
d127bdd
merge code and fixed issue #2755 #2756 #2735 #2714 #2711 #2710 #2616 #…
2259e9a
…2602 #2585 #2565 #2935 #2434 #2623
bef08c8
…2602 #2585 #2565 #2935 #2434 #2623 #2418 #2387
b79af46
No branches or pull requests
environment
v1.1.5-alpha-1
5.7
Issue Description
Steps to reproduce
Expected behaviour
线程池里的worker任务不应该产生依赖
Actual behaviour
If there is an exception, please attach the exception trace:
The text was updated successfully, but these errors were encountered: