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
Previously driver considered routing table with single router to be stale
and had to perform rediscovery before read/write transaction. Requirement
to have more than 1 router is quite strict and can easily be violated by
partially unavailable clusters. Additional rediscoveries in such cases
add more load on the available core server.
This commit makes driver tread routing table with single router as not
stale, given that other non-staleness requirements are satisfied as well.
0 commit comments