Describe the bug
Starting from a 22-node Dkron cluster with 3 servers running Dkron 4.0.8, I want to upgrade it to 4.0.9.
The nodes : Linux amd64 CentOS 7
I begin the upgrade process with an agent, as described in upgrade process.
Its 4.0.8 dkron process is stopped with SIGTERM and restarted with the 4.0.9 binary.
All subsequent shell job submissions on this agent fails at leader side with message:
level=error msg="grpc: Error on execution streaming, agent connection was abruptly terminated" error="rpc error: code = Unimplemented desc = unknown service types.Agent" node=leader-node
When I fall back to 4.0.8 on agent node, everything runs fine again.
Thanks for your help.
Describe the bug
Starting from a 22-node Dkron cluster with 3 servers running Dkron 4.0.8, I want to upgrade it to 4.0.9.
The nodes : Linux amd64 CentOS 7
I begin the upgrade process with an agent, as described in upgrade process.
Its 4.0.8 dkron process is stopped with SIGTERM and restarted with the 4.0.9 binary.
All subsequent shell job submissions on this agent fails at leader side with message:
level=error msg="grpc: Error on execution streaming, agent connection was abruptly terminated" error="rpc error: code = Unimplemented desc = unknown service types.Agent" node=leader-nodeWhen I fall back to 4.0.8 on agent node, everything runs fine again.
Thanks for your help.