afedulov commented on PR #1709:
URL: https://github.com/apache/pekko/pull/1709#issuecomment-2605273241

   @pjfanning A brief explanation of why this is generally needed: Flink uses 
Netty not only for RPC but also for data shuffling. Migrating to Netty 4 for 
RPC caused some tests to become flaky, primarily due to differences in memory 
allocation in the newer version. The safest option for us would be to set Pekko 
allocation to `unpooled`, as this would roughly replicate the memory 
requirements of the previous version and thereby reduce the probability of 
tipping containers at the memory limit into OOM in production. The problem is 
that we cannot apply this as a global setting, because other parts of the 
framework, such as the core data exchange network stack, also use Netty 4 and 
would consequently be affected by the change.
   


-- 
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: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to