You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "GJH0415 (via GitHub)" <gi...@apache.org> on 2023/05/11 08:43:40 UTC

[GitHub] [shardingsphere-elasticjob] GJH0415 opened a new issue, #2218: AsyncEventBus 会导致内存溢出吗?

GJH0415 opened a new issue, #2218:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2218

   elactic job 依赖 elastic-job-lite-spring-2.1.5,dump内存快照的时候发现有大量的AsyncEventBus对象,不知道是不是因为AsyncEventBus导致内存泄露的?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #2218: AsyncEventBus 会导致内存溢出吗?

Posted by "TeslaCN (via GitHub)" <gi...@apache.org>.
TeslaCN commented on issue #2218:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2218#issuecomment-1543599846

   Could you check the reference of `AsyncEventBus`? Or share your heapdump with us.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-elasticjob] GJH0415 commented on issue #2218: AsyncEventBus 会导致内存溢出吗?

Posted by "GJH0415 (via GitHub)" <gi...@apache.org>.
GJH0415 commented on issue #2218:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2218#issuecomment-1544977658

   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的数量


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-elasticjob] GJH0415 commented on issue #2218: AsyncEventBus 会导致内存溢出吗?

Posted by "GJH0415 (via GitHub)" <gi...@apache.org>.
GJH0415 commented on issue #2218:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2218#issuecomment-1544975991

   com.dangdang.ddframe.iob.event.type.JobStatusTraceEvent 实例数量801789
   com.dangdang.ddframe.job.event.type.JobExecutionEvent 实例数量534543
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org