-
Notifications
You must be signed in to change notification settings - Fork 16
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
Monitor memory limits in the Arrow producer #45
Comments
To enhance security and prevent potential misuse at an earlier stage, it is imperative to safeguard the decoder against various forms of attacks. Here are the strategies I propose:
This approach clearly necessitates further consideration. However, these are my initial thoughts on this issue. |
Marking closed. The new instrumentation has been effective in detecting a memory accounting leak. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have observed
ErrConsumerMemoryLimit
being returned in production setups.I was able to fix this, as recommended, by raising the memory limit, but it would help raise confidence if we could pinpoint an earlier point in the code where the number of records is corrupted, I think.
Moreover, we need a way to monitor the current allocation of the memory limit, so that I can feel confident that I have
MemoryLimit
set correctly.The text was updated successfully, but these errors were encountered: