You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/07/04 06:24:00 UTC

[jira] [Created] (FLINK-7085) Test slot allocation protocol

Till Rohrmann created FLINK-7085:
------------------------------------

             Summary: Test slot allocation protocol
                 Key: FLINK-7085
                 URL: https://issues.apache.org/jira/browse/FLINK-7085
             Project: Flink
          Issue Type: Sub-task
          Components: Tests
            Reporter: Till Rohrmann


We should create an integration test to verify the proper behaviour of the slot allocation protocol. The test should cover:

* JM can allocate slots from the RM and receives the slot offers from the TM (regular case)
* RM can restore slot allocation after failure based on the {{SlotReport}} of the TMs
* JM will retry slot allocation if RM failed to allocate slots
* Crashed RM will re-allocate slots from RM and RM frees not recovered slots
* TM failure is detected and JM allocates new slots from RM
* JM and TMs continue working after successful slot allocation and failure of RM



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)