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
elactic job 依赖 elastic-job-lite-spring-2.1.5,dump内存快照的时候发现有大量的AsyncEventBus对象,不知道是不是因为AsyncEventBus导致内存泄露的?
The text was updated successfully, but these errors were encountered:
Could you check the reference of AsyncEventBus? Or share your heapdump with us.
AsyncEventBus
Sorry, something went wrong.
char[]实例数量4469099 java.lang.String 实例数量4467019 java.util.Date 实例数量1338419 com.google.common.eventbus.AsyncEventBus$1 实例数量1336332 java.util.concurrent.LinkedBlockingQueue$Node 实例数量1333221
com.dangdang.ddframe.iob.event.type.JobStatusTraceEvent 实例数量801789 com.dangdang.ddframe.job.event.type.JobExecutionEvent 实例数量534543
其中:JobStatusTraceEvent的数量+JobExecutionEvent的数量=AsyncEventBus的数量
No branches or pull requests
elactic job 依赖 elastic-job-lite-spring-2.1.5,dump内存快照的时候发现有大量的AsyncEventBus对象,不知道是不是因为AsyncEventBus导致内存泄露的?
The text was updated successfully, but these errors were encountered: