core: disable rw triggers on replicas#248
Conversation
|
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
7c56265
Compare
|
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. |
No description provided.