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: us...@infra.apache.org With regards, Apache Git Services