Search before asking
What happened
In JdbcRegistry senario.
When a master or worker client shutdown not by gracefully shutdown, the other client within the same registry will not discover this change even if this client is deleted after session timeout.
What you expected to happen
In JdbcRegistry senario.
When a master or worker client shutdown, the other client will discover this change after session timeout.
How to reproduce
- My configuration
registry.type=jdbc
- Run 2 master clients.
- Kill master
A client with kill -9 PID
- Wait until the session timeout. Master
B will not update the master nodes and the command belong to master A will not be executed by master B.
Anything else
No response
Version
3.3.2
Are you willing to submit PR?
Code of Conduct