[jbosstools-issues] [JBoss JIRA] (JBIDE-24868) Server adapter: Switch off pod livenessProbe.periodSecond property and router timeout during debug session

Andre Dietisheim (JIRA) issues at jboss.org
Mon Oct 2 18:23:00 EDT 2017


    [ https://issues.jboss.org/browse/JBIDE-24868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471131#comment-13471131 ] 

Andre Dietisheim commented on JBIDE-24868:
------------------------------------------

talking to pcameron in #openshift-dev we found out that the haproxy in the router-pod had processed the instruction. The timeout really is set to the timeout that's specified in the annotation. 

{code}
[adietish at localhost jbosstools-openshift]$ oc project default
[adietish at localhost jbosstools-openshift]$ oc rsh router-1-z56wl
sh-4.2$ cat haproxy.config
{code}
{code}
....
# Plain http backend
backend be_http:node:nodejs-mongo-persistent
  mode http
  option redispatch
  option forwardfor
  balance leastconn
  timeout server  2h 
{code}

> Server adapter: Switch off pod livenessProbe.periodSecond property and router timeout during debug session
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-24868
>                 URL: https://issues.jboss.org/browse/JBIDE-24868
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: openshift
>    Affects Versions: 4.5.0.Final
>            Reporter: Aurélien Pupier
>            Assignee: Andre Dietisheim
>              Labels: openshift_v3, server_adapter
>             Fix For: 4.5.1.AM3
>
>         Attachments: application-is-not-available.png, breakpoint-suspend-thread.png, webui_edit-add-service.png
>
>
> it will avoid to have "debug connections always killed after 30s staying in a breakpoint"
> see https://twitter.com/ro14nd/status/895886024387067904 for source of suggestion
> k8 documentations on the matter are here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jbosstools-issues mailing list