You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the kubernetes host is rebooted the XNAT service fails to start up. The tomcat log on the xnat-web pod shows database connection errors, indicating that XNAT/tomcat has attempted to start before the postgresql service is available.
Steps to reproduce
reboot the kube host, eg. systemctl reboot
wait around 2 minutes for the host and kubernetes to start
kubectl get po shows xnat-web running but not ready
confirm tomcat log on xnat-web show database connection errors
kill the tomcat process on the xnat-web pod to relaunch
wait around 90 seconds for xnat-web pod to successfully restart
Step 2 can be delayed 20 mins or more but xnat-web will not recover
Expected behavior
if database is not available, xnat-pod can recover once database becomes available
XNAT Chart Version
1.1.4
Version of Helm
3.8
Version of Kubernetes
v1.24.3
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
If the kubernetes host is rebooted the XNAT service fails to start up. The tomcat log on the xnat-web pod shows database connection errors, indicating that XNAT/tomcat has attempted to start before the postgresql service is available.
Steps to reproduce
Step 2 can be delayed 20 mins or more but xnat-web will not recover
Expected behavior
if database is not available, xnat-pod can recover once database becomes available
XNAT Chart Version
1.1.4
Version of Helm
3.8
Version of Kubernetes
v1.24.3
Additional context
No response
The text was updated successfully, but these errors were encountered: