JingsongLi commented on PR #709: URL: https://github.com/apache/paimon-rust/pull/709#issuecomment-5301318924
When a request to `NativeBatchMemoryPool::acquire` exceeds the fixed 64 MiB capacity, it waits indefinitely for permits that can never be obtained. This issue—which can be triggered by large filters or a single native batch—poses a risk of production deadlocks. It is recommended that requests exceeding the capacity either exclusively occupy the entire pool or fail immediately, rather than waiting indefinitely. -- 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]
