-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
ConcurrentModificationException 异常 #220
Comments
首先,确认你使用的是合适的版本(避免废弃或有问题的版本),比如使用版本 @jxch-1024 你用的 最好能有一个可以运行复现问题的简单Demo:
|
使用的版本是2.10.2,jdk版本1.8。具体使用情况是多个线程共用同一个线程池,然后均使用这个线程池去执行任务,有概率触发 。 |
很遗憾,在demo中暂时没有复现,真实项目中线程池有嵌套的情况。 |
出现概率比较小,目前换新版本暂时没复现 |
@jxch-1024 麻烦还是给一下 可以运行问题Demo(比如 提交成一个 PS: 但只要是可能的问题就应该跟进分析排查好。 一些并发相关的说明与资料1. User Guide文档
2. TransmittableThreadLocal 是否线程安全 #175 :
3.
|
@jxch-1024 欢迎提供进一步信息 与 反馈交流。这个Issue先Close了。 :") |
线程池同时运行很多任务的时候会出现这个异常,请问有什么解决办法吗?
The text was updated successfully, but these errors were encountered: