[ 
https://issues.apache.org/jira/browse/HDDS-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885621#comment-16885621
 ] 

Hudson commented on HDDS-1668:
------------------------------

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #16919 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16919/])
HDDS-1668. Add liveness probe to the example k8s resources files (elek: rev 
d3a5abec71f2ddefc4fe9c8cd9bb0aaad8b5db80)
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone-csi/Flekszible
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/om-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/scm-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone/om-statefulset.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/datanode-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/definitions/ozone/om-ss.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/minikube/scm-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone-csi/om-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone/scm-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/definitions/ozone/scm-ss.yaml
* (add) hadoop-ozone/dist/src/main/k8s/examples/ozone-csi/datanode-service.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/minikube/om-statefulset.yaml
* (add) 
hadoop-ozone/dist/src/main/k8s/examples/ozone-csi/datanode-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone-csi/scm-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone-csi/s3g-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/minikube/s3g-statefulset.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/minikube/datanode-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone/s3g-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/s3g-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/definitions/ozone/s3g-ss.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone/datanode-statefulset.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone-csi/datanode-daemonset.yaml


> Add liveness probe to the example k8s resources files
> -----------------------------------------------------
>
>                 Key: HDDS-1668
>                 URL: https://issues.apache.org/jira/browse/HDDS-1668
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0, 0.4.1
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to