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

[Bug] WispTask memory leak in shutdown #211

Closed
joeyleeeeeee97 opened this issue Mar 9, 2021 · 0 comments
Closed

[Bug] WispTask memory leak in shutdown #211

joeyleeeeeee97 opened this issue Mar 9, 2021 · 0 comments
Assignees

Comments

@joeyleeeeeee97
Copy link
Contributor

Description
We should remove the exited task from id2Task, and do not reuse them for safety.

Steps to Reproduce
shutdown multiple times

Expected behavior
A clear and concise description of what you expected to happen.

JDK version
8.282.8.6.5.01

Execution environment

  • OS and version:
  • CPU model:
  • Number of CPU cores:
  • Size of physical memory:
  • Inside Linux container?
    • Linux container name (docker, pouch, etc):
    • Linux container version:
@joeyleeeeeee97 joeyleeeeeee97 self-assigned this Mar 9, 2021
joeyleeeeeee97 pushed a commit to joeyleeeeeee97/dragonwell8_jdk that referenced this issue Mar 9, 2021
Summary: WispTask memory leak in shutdown.

Test Plan: com/alibaba/wisp/thread/

Reviewed-by: leiyu, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#211
joeyleeeeeee97 pushed a commit to joeyleeeeeee97/dragonwell8_jdk that referenced this issue Mar 9, 2021
Summary: WispTask memory leak in shutdown.

Test Plan: com/alibaba/wisp/thread/

Reviewed-by: leiyu, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#211
joeyleeeeeee97 pushed a commit to joeyleeeeeee97/dragonwell8_jdk that referenced this issue Mar 9, 2021
Summary: WispTask memory leak in shutdown.

Test Plan: com/alibaba/wisp/thread/

Reviewed-by: leiyu, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#211
joeyleeeeeee97 pushed a commit to joeyleeeeeee97/dragonwell8_jdk that referenced this issue Mar 9, 2021
Summary: WispTask memory leak in shutdown.

Test Plan: com/alibaba/wisp/thread/

Reviewed-by: leiyu, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#211
joeyleeeeeee97 pushed a commit to joeyleeeeeee97/dragonwell8_jdk that referenced this issue Mar 9, 2021
Summary: WispTask memory leak in shutdown.

Test Plan: com/alibaba/wisp/thread/

Reviewed-by: leiyu, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#211
joeyleeeeeee97 pushed a commit to dragonwell-project/dragonwell8_jdk that referenced this issue Mar 10, 2021
Summary: WispTask memory leak in shutdown.

Test Plan: com/alibaba/wisp/thread/

Reviewed-by: leiyu, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#211
joeyleeeeeee97 pushed a commit to dragonwell-project/dragonwell8_jdk that referenced this issue Apr 28, 2021
Summary: Port RCMUnsafe.

Test Plan: com/alibaba/wisp/thread/

Reviewed-by: leiyu, zhengxiaolinX

Issue: dragonwell-project/dragonwell8#211
Sere-Fu pushed a commit to Sere-Fu/dragonwell11 that referenced this issue Aug 13, 2021
Summary:
Port changes from Dragonwell8 and AJDK 8
Wisp Thread-based asynchronous IO implementation
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5309632
Wisp WispTask memory leak in shutdown
- dragonwell-project/dragonwell8#211
Wisp ResourceContainerMXBean
- dragonwell-project/dragonwell8#206
Wisp Fix WispEventPump epollWait IllegalArgumentException
- dragonwell-project/dragonwell8#208
Wisp Shutdown Enhancement
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5165311

Test Plan: wisp rcm tests

Reviewers: lei.yul, sanhong.lsh

Issue: https://aone.alibaba-inc.com/task/34331904

CR: https://code.aone.alibaba-inc.com/xcode/jdk11/codereview/5350241
Sere-Fu pushed a commit to Sere-Fu/dragonwell11 that referenced this issue Aug 30, 2021
Summary:
Port changes from Dragonwell8 and AJDK 8
Wisp Thread-based asynchronous IO implementation
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5309632
Wisp WispTask memory leak in shutdown
- dragonwell-project/dragonwell8#211
Wisp ResourceContainerMXBean
- dragonwell-project/dragonwell8#206
Wisp Fix WispEventPump epollWait IllegalArgumentException
- dragonwell-project/dragonwell8#208
Wisp Shutdown Enhancement
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5165311

Test Plan: wisp rcm tests

Reviewers: lei.yul, sanhong.lsh

Issue: https://aone.alibaba-inc.com/task/34331904

CR: https://code.aone.alibaba-inc.com/xcode/jdk11/codereview/5350241
Sere-Fu pushed a commit to Sere-Fu/dragonwell11 that referenced this issue Sep 2, 2021
Summary:
Port changes from Dragonwell8 and AJDK 8
Wisp Thread-based asynchronous IO implementation
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5309632
Wisp WispTask memory leak in shutdown
- dragonwell-project/dragonwell8#211
Wisp ResourceContainerMXBean
- dragonwell-project/dragonwell8#206
Wisp Fix WispEventPump epollWait IllegalArgumentException
- dragonwell-project/dragonwell8#208
Wisp Shutdown Enhancement
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5165311

Test Plan: wisp rcm tests

Reviewers: lei.yul, sanhong.lsh

Issue: https://aone.alibaba-inc.com/task/34331904

CR: https://code.aone.alibaba-inc.com/xcode/jdk11/codereview/5350241
yuleil pushed a commit to yuleil/dragonwell11 that referenced this issue Jul 22, 2022
Summary:
Port changes from Dragonwell8 and AJDK 8
Wisp Thread-based asynchronous IO implementation
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5309632
Wisp WispTask memory leak in shutdown
- dragonwell-project/dragonwell8#211
Wisp ResourceContainerMXBean
- dragonwell-project/dragonwell8#206
Wisp Fix WispEventPump epollWait IllegalArgumentException
- dragonwell-project/dragonwell8#208
Wisp Shutdown Enhancement
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5165311

Test Plan: wisp rcm tests

Reviewers: lei.yul, sanhong.lsh

Issue: https://aone.alibaba-inc.com/task/34331904

CR: https://code.aone.alibaba-inc.com/xcode/jdk11/codereview/5350241
ZhaiMo15 added a commit to kuaishou-syslab/dragonwell17 that referenced this issue Jun 26, 2023
Summary:
Port changes from Dragonwell8 and AJDK 8
Wisp Thread-based asynchronous IO implementation
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5309632
Wisp WispTask memory leak in shutdown
- dragonwell-project/dragonwell8#211
Wisp ResourceContainerMXBean
- dragonwell-project/dragonwell8#206
Wisp Fix WispEventPump epollWait IllegalArgumentException
- dragonwell-project/dragonwell8#208
Wisp Shutdown Enhancement
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5165311

Test Plan: wisp rcm tests
ZhaiMo15 added a commit to kuaishou-syslab/dragonwell17 that referenced this issue Aug 28, 2023
Summary:
Port changes from Dragonwell8 and AJDK 8
Wisp Thread-based asynchronous IO implementation
Wisp WispTask memory leak in shutdown
- dragonwell-project/dragonwell8#211
Wisp ResourceContainerMXBean
- dragonwell-project/dragonwell8#206
Wisp Fix WispEventPump epollWait IllegalArgumentException
- dragonwell-project/dragonwell8#208
Wisp Shutdown Enhancement
- https://code.aone.alibaba-inc.com/ajdk/jdk8u_jdk/codereview/5165311

Test Plan: wisp rcm tests

Reviewed-by: yulei

Issue:
dragonwell-project#142
ZhaiMo15 added a commit to kuaishou-syslab/dragonwell17 that referenced this issue Aug 28, 2023
Summary:
Port changes from Dragonwell8 and AJDK 8
Wisp Thread-based asynchronous IO implementation
Wisp WispTask memory leak in shutdown
- dragonwell-project/dragonwell8#211
Wisp ResourceContainerMXBean
- dragonwell-project/dragonwell8#206
Wisp Fix WispEventPump epollWait IllegalArgumentException
- dragonwell-project/dragonwell8#208
Wisp Shutdown Enhancement

Test Plan: wisp rcm tests

Reviewed-by: yulei

Issue:
dragonwell-project#142
yuleil pushed a commit to dragonwell-project/dragonwell17 that referenced this issue Aug 29, 2023
Summary:
Port changes from Dragonwell8 and AJDK 8
Wisp Thread-based asynchronous IO implementation
Wisp WispTask memory leak in shutdown
- dragonwell-project/dragonwell8#211
Wisp ResourceContainerMXBean
- dragonwell-project/dragonwell8#206
Wisp Fix WispEventPump epollWait IllegalArgumentException
- dragonwell-project/dragonwell8#208
Wisp Shutdown Enhancement

Test Plan: wisp rcm tests

Reviewed-by: yulei

Issue:
#142
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

1 participant