aljoscha commented on issue #7649: [FLINK-10944] Increase slot request timout 
for MiniClusterResource
URL: https://github.com/apache/flink/pull/7649#issuecomment-460641857
 
 
   Btw, it's not surprising to always see 3 of 6. This has to do with the 
number of task managers (2) and the number of slots we have to schedule. I 
would expect this to either allocate 0, 3, or 6 slots. We mostly get 6, that's 
why the test only fails sometimes, we don't get 0, because that would indicate 
that we didn't get any slots, which can't happen in this race, I think.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to