You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/06/11 09:39:23 UTC

[GitHub] [hadoop] elek opened a new pull request #944: HDDS-1668. Add liveness probe to the example k8s resources files

elek opened a new pull request #944: HDDS-1668. Add liveness probe to the example k8s resources files
URL: https://github.com/apache/hadoop/pull/944
 
 
   In kubernetes resources we can define livebess probes which can help to detect any failure. If the define port is not available the pod will be rescheduled.
   
   We need to add the liveness probes to our k8s resource files.
   
   Note: We shouldn't add readiness probes. Readiness probe is about the service availability. The service/dns can be available only after the service is restarted. This is not good for us as:
   
    * We need DNS resolution during the startup (See OzoneManager.loadOMHAConfigs)
    * We already implemented retry in case of missing DNS entries
   
   See: https://issues.apache.org/jira/browse/HDDS-1668

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org