zentol opened a new pull request #13630: URL: https://github.com/apache/flink/pull/13630
The AllocationIdsExposingResourceManagerGateway is a utility for capturing the allocation IDs that are issued by the JobMaster. These are used by 2 tests to construct a matching slot offer that is sent from the TaskExecutor to the JobMaster. However, it is not required that these IDs are matching at the moment, because the slot pool will accept the slots anyway because no connection was established to the ResourceManager. Furthermore, with declarative resource management the AllocationID is no longer generated by the JobMaster, so we can use any AllocationID we like. As such we can remove this utility because it is simply unnecessary. ---------------------------------------------------------------- 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: [email protected]
