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
Table router cache in router client use table_name as map key, but table names can be repeated under multiple datagbases, so only table key may get the wrong router.
Description
Table router cache in router client use table_name as map key, but table names can be repeated under multiple datagbases, so only table key may get the wrong router.
Proposal
Additional context