Slackbot
03/01/2023, 2:04 PMOlivier JOUSSET
03/01/2023, 2:16 PMIan Roberts
03/01/2023, 2:31 PMDavid McHealy
03/01/2023, 2:33 PMIan Roberts
03/01/2023, 2:35 PMOlivier JOUSSET
03/01/2023, 2:44 PMDavid McHealy
03/01/2023, 2:58 PMDavid McHealy
03/01/2023, 4:27 PMDavid McHealy
03/01/2023, 4:38 PM/druid instead of /opt/var/druid Hopefully your problem is that or something similar.Olivier JOUSSET
03/01/2023, 4:56 PMfailureThreshold that solve the issue but it is not a good workaround...David McHealy
03/01/2023, 4:59 PMchurro
03/01/2023, 7:15 PMOlivier JOUSSET
03/02/2023, 8:24 AMIan Roberts
03/02/2023, 12:47 PMDavid McHealy
03/02/2023, 1:27 PMstartUpProbe:
httpGet:
path: /druid/historical/v1/readiness
port: 8088
# up to 20 minutes to startup before other probes run
periodSeconds: 10
failureThreshold: 180
livenessProbe:
periodSeconds: 5
failureThreshold: 3
httpGet:
path: /status/health
port: 8088
readinessProbe:
periodSeconds: 5
failureThreshold: 3
httpGet:
path: /druid/historical/v1/readiness
port: 8088David McHealy
03/02/2023, 1:34 PMreadinessProbe is not needed and redundant.Olivier JOUSSET
03/02/2023, 2:18 PMDavid McHealy
03/02/2023, 2:27 PMOlivier JOUSSET
03/02/2023, 2:46 PM/druid/historical/v1/readiness ? which condition will validate this endpoint if you know ?David McHealy
03/02/2023, 3:23 PMDavid McHealy
03/02/2023, 3:23 PM