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
rabbit_db_maintenance: Use local queries with Khepri
[Why]
Ra consistent queries are currently fragile in the sense that the query
function may run on a remote node and the function reference or MFA may
not be valid on that node. See previous commit for more details.
[How]
We perform local queries in `rabbit_db_maintenance:get_consistent/1`
when Khepri is enabled. This violates what the expectation from this
API, that's why it is a temporary measure, until a proper solution is
found.
0 commit comments