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 2021/07/18 03:24:48 UTC

[GitHub] [incubator-yunikorn-site] 0yukali0 opened a new pull request #66: [YUNIKORN-745] Add doc for healthcheck endpoint

0yukali0 opened a new pull request #66:
URL: https://github.com/apache/incubator-yunikorn-site/pull/66


   What is this PR for?
   Add doc for heakthcheck endpoint in REST API part.
   
   What type of PR is it?
   -[ ] Bug Fix
   -[ ] Sub-task
   -[x] Improvement
   -[ ] Feature
   -[ ] Documentation
   -[ ] Hot Fix
   -[ ] Refactoring
   -[ ] New Feature
   
   What is the Jira issue?
   https://issues.apache.org/jira/browse/YUNIKORN-745
   
   How should this be tested?
   Use docker or yarn to check website context.
   
   Screenshot
   ![image](https://user-images.githubusercontent.com/45888688/126054546-1f7412c4-3941-443a-a243-30d24ae72058.png)


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



[GitHub] [incubator-yunikorn-site] yangwwei merged pull request #66: [YUNIKORN-745] Add doc for healthcheck endpoint

Posted by GitBox <gi...@apache.org>.
yangwwei merged pull request #66:
URL: https://github.com/apache/incubator-yunikorn-site/pull/66


   


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



[GitHub] [incubator-yunikorn-site] yangwwei commented on a change in pull request #66: [YUNIKORN-745] Add doc for healthcheck endpoint

Posted by GitBox <gi...@apache.org>.
yangwwei commented on a change in pull request #66:
URL: https://github.com/apache/incubator-yunikorn-site/pull/66#discussion_r671779796



##########
File path: docs/api/scheduler.md
##########
@@ -1151,3 +1151,81 @@ Endpoint to retrieve historical data about the number of total containers by tim
 }
 ```
 
+
+## Endpoint healthcheck

Review comment:
       Changer to "Scheduler healthcheck"

##########
File path: docs/api/scheduler.md
##########
@@ -1151,3 +1151,81 @@ Endpoint to retrieve historical data about the number of total containers by tim
 }
 ```
 
+
+## Endpoint healthcheck
+
+Endpoint to retrieve historical data about critical logs, negative resource on node/cluster/app, ...

Review comment:
       Endpoint to trigger a lightweight internal health check. The health check runs a few validations to verify if the scheduler state is healthy. Such as scanning scheduling errors, detect failed nodes, detect inconsistent resources, etc. The response contains a list of results for each of the checked items.




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