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 2022/03/18 02:05:24 UTC

[GitHub] [incubator-yunikorn-site] wilfred-s commented on a change in pull request #135: [YUNIKORN-1115] document changes from YUNIKORN-1093

wilfred-s commented on a change in pull request #135:
URL: https://github.com/apache/incubator-yunikorn-site/pull/135#discussion_r829642389



##########
File path: docs/api/scheduler.md
##########
@@ -423,6 +423,19 @@ In the example below there are three allocations belonging to two applications.
         ],
         "applicationState": "Running"
     }
+    {
+        "applicationID": "application-0003",
+        "usedResource": "[]",
+        "maxUsedResource": "[]",
+        "partition": "default",
+        "queueName": "",
+        "submissionTime": 1646757410878163500,
+        "finishedTime": 1646757410878225400,
+        "allocations": [],
+        "applicationState": "Rejected",
+        "user": "nobody",
+        "rejectedMessage": "failed to place application application-0003: application rejected: no placment rule matched"

Review comment:
       Will fix the text in the doc on commit. The code has been fixed as part of YUNIKORN-998 (confirmed)




-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org