You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "rabbit_feature_flags: Retry after erpc:call() fails with noconnection"
This reverts commit 8749c60.
[Why]
The patch was supposed to solve an issue that we didn't understand and
that is likely to be a network/DNS problem outside of RabbitMQ. We know
it didn't solve that issue because it was reported again 6 months after
the initial pull request (#8411).
What we are sure however is that it increased the testing of RabbitMQ
significantly because the code loops for 10+ minutes if the remote node
is not running.
Let's revert it until the root cause is really understood.
0 commit comments