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 2020/01/06 10:42:49 UTC

[GitHub] [flink] tillrohrmann commented on issue #6734: [FLINK-9455][RM] Add support for multi task slot TaskExecutors

tillrohrmann commented on issue #6734: [FLINK-9455][RM] Add support for multi task slot TaskExecutors
URL: https://github.com/apache/flink/pull/6734#issuecomment-571091774
 
 
   Hi @Myracle, the problem was that Flink did not take the number of pending slots into account (one TaskExecutor can be started with many slots) and instead only looked at the number of container requests (== number of TaskExecutors to be started). With this change, Flink does this properly.

----------------------------------------------------------------
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