clintropolis opened a new pull request, #19578: URL: https://github.com/apache/druid/pull/19578
### Description Fixes an issue I ran into with v10 segment segment metadata decompression when using zstd (which uses heap buffers) when the target size is larger than the pooled buffer size, resulting in failure on decompression. The fix is to check if the target size is larger than the pooled size, and if so do a non-pooled allocation instead of exploding. LZF also had this problem, so fixed it too. Added test would run into this problem before the fixes in this PR. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
