WORKER TIMEOUT in logs, st2 not working #5422
amyasnikov
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make HA st2 setup without k8s.
My setup:
The first app node works well (st2 login, st2 run, st2 execution get - all commands work fine). The problem arises with second app node when I'm trying to make it active. I stop st2 on first node (st2ctl stop) and the I start st2 on second node(st2ctl start on it).
On the second node any st2 command hangs for infinite time without any output (st2 login or st2 execution list or any other). If I do "st2ctl reload" on second node it works well, but st2 still hangs.
Meanwhile in logs (st2api.log or st2auth.log) I see messages like this:
If I switch back to first node, all works fine again.
st2.conf is the same for 2 app nodes.
What can be the reason of that behavior?
PS
While preparing this text I have detected another st2auth.log strange message which didn't appear previously:
software versions:
Beta Was this translation helpful? Give feedback.
All reactions