You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by GitBox <gi...@apache.org> on 2020/12/15 04:05:22 UTC

[GitHub] [incubator-yunikorn-scheduler-interface] yangwwei commented on a change in pull request #29: [YUNIKORN-2] interface changes for gang

yangwwei commented on a change in pull request #29:
URL: https://github.com/apache/incubator-yunikorn-scheduler-interface/pull/29#discussion_r543029016



##########
File path: scheduler-interface-spec.md
##########
@@ -437,6 +442,8 @@ message AddApplicationRequest {
   // Execution timeout: How long this application can be in a running state
   // 0 or negative value means never expire.
   int64 executionTimeoutMilliSeconds = 6;
+  // The total amount of resources gang placeholders will request
+  Resource placeholderAsk = 7;

Review comment:
       why we need this?
   is this a placeholder for future enhancement, e.g headroom check at queue level?




----------------------------------------------------------------
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:
users@infra.apache.org