gharris1727 commented on PR #12995:
URL: https://github.com/apache/kafka/pull/12995#issuecomment-1352397995

   Also something I noticed through removing the close() call: none and gzip 
each pass the test, despite never having close() called.
   This appears to be because they allocate no or very little memory, and thus 
don't fail in the restricted memory environment.
   However, all of the other compression methods seem to naively allocate a 
full-size buffer, which did cause their tests to fail.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to