Skip to content
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

LocalMemoryBigDataCache导致的内存泄露 #28

Closed
iYaDongWang opened this issue Jan 17, 2023 · 1 comment
Closed

LocalMemoryBigDataCache导致的内存泄露 #28

iYaDongWang opened this issue Jan 17, 2023 · 1 comment

Comments

@iYaDongWang
Copy link

在执行Standalone模式的Processor时,subtask使用LocalMemoryBigDataCache作为缓存,但是在MainTask进行merge操作之后,并没有清理缓存,最终导致这部分内存无法回收。
com.alibaba.ageiport.processor.core.task.exporter.worker.ExportMainTaskWorker#doReduce
image

Jprofiler的最大对象显示LocalMemoryBigDataCache占用内存
image
老年代内存占满,且gc无法回收这部分内存
image

@clsaa
Copy link
Collaborator

clsaa commented Jan 29, 2023

已修复,版本号0.1.1

@clsaa clsaa closed this as completed Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants