Uh oh!
There was an error while loading. Please reload this page.
core: disable rw triggers on replicas - #248
Conversation
Col-Waltz
commented
Mar 19, 2026
Thank you for the patch! Please provide proper commit message for your changes: |
after leader change in cluster there are ERR_READONLY errors on previous leader while processing on_disconnect triggers. I guess we can add early exit on replicas
0d8b2b2 to
7c56265CompareShelbyKS
commented
May 28, 2026
provided propper commit message |
Thanks for providing a proper commit message, now I see some problems in this solution:
I suggest to fix So we will wake up waiters, but delete them only if it is safe. And I will implement this changes myself in other PR. |
Col-Waltz
commented
Jun 26, 2026
Implemented via #252 |
No description provided.