xintongsong opened a new pull request #13592: URL: https://github.com/apache/flink/pull/13592
## What is the purpose of the change This PR uses priority for mapping allocated containers to the requests, as a replacement for resource matching. ## Brief change log - efabbbffff78d4c1600313ef784672aaa0068937: Introduce `TaskExecutorProcessSpecContainerResourcePriorityAdapter` for adapting between `TaskExecutorProcessSpec` and container `Resource` & `Priority`. - 0217465ae215d990bcbc3a9cd2037e81d8b1067e: Switch from resource matching to priority matching. ## Verifying this change - Add `TaskExecutorProcessSpecContainerResourcePriorityAdapterTest` - Update `YarnResourceManagerDriverTest` ---------------------------------------------------------------- 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]
