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
Prior to this patch, the (recently introduced) `SQLConn()` method was
blind to the concept of a shared SQL port where connections get
redirected to a secondary tenant based on the `cluster` URL option.
Because of this, two bad things were happening:
- `.SQLConn()` on the `ApplicationLayerInterface` of a secondary
tenant with a shared SQL port would fail to connect to the right
tenant.
- `.SystemLayer().SQLConn()` would fail if the cluster setting
`server.controller.default_tenant` was set.
This patch fixes it.
Release note: None
0 commit comments