You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/04/24 11:57:21 UTC

[GitHub] [flink] zentol opened a new pull request #8252: [FLINK-12317][runtime] Ensure maximum size is larger than core size

zentol opened a new pull request #8252: [FLINK-12317][runtime] Ensure maximum size is larger than core size 
URL: https://github.com/apache/flink/pull/8252
 
 
   ## What is the purpose of the change
   
   Fixes an issue in the `BlockingCallMonitoringThreadPool` where the pool core size may be set to a value exceeding the current maximum pool size. This is no longer allowed under Java 9 (rightfully so).
   
   This PR also contains a hotfix for the `AkkaRpcActor` to log failures under DEBUG instead of TRACE. This change would've made this easier to debug.
   
   @pnowojski Do you know whether we purposefully set the pool size first?
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services