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

cpp_wrapper's Subscription::imageBy* leak log buffers #1735

Closed
lukeocamden opened this issue Jan 31, 2025 · 1 comment
Closed

cpp_wrapper's Subscription::imageBy* leak log buffers #1735

lukeocamden opened this issue Jan 31, 2025 · 1 comment

Comments

@lukeocamden
Copy link

They call aeron_subscription_image_by_session_id but not aeron_image_decr_refcnt.

This is quite bad because leaked log buffers will eventually exhaust /dev/shm space!

Thanks,
Luke

@vyazelenko
Copy link
Contributor

Fixed with 2593db3.

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