Manikandan R created YUNIKORN-2952: -------------------------------------- Summary: Refactor victims processing flow in preemptors Key: YUNIKORN-2952 URL: https://issues.apache.org/jira/browse/YUNIKORN-2952 Project: Apache YuniKorn Issue Type: Sub-task Components: core - scheduler Reporter: Manikandan R
Currently, there is some common allocation processing functionalities in both Intra Queue Preemptor (preemption.go) and Required Node Preemptor (required_node_preemptor.go) like filtering, sorting and get which can be pulled into common place and could be used by these preemptors. Common Interface and Methods can be designed in a way that it can contain only common steps and any custom logic shall be placed in appropriate preemptor. Intra Queue Preemptor does the filtering in Queue.go and needs to be moved accordingly. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org For additional commands, e-mail: dev-h...@yunikorn.apache.org