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
When the lazy schema load process used by the UI is killed via a call to Kill(), it continues to issue queries with its original connection id, which is obviously rejected by the server.
While we're at it, we should also decrease the lazy load process timeout because I've seen it blocked for a long time during data imports.
The text was updated successfully, but these errors were encountered:
When the lazy schema load process used by the UI is killed via a call to Kill(), it continues to issue queries with its original connection id, which is obviously rejected by the server.
While we're at it, we should also decrease the lazy load process timeout because I've seen it blocked for a long time during data imports.
The text was updated successfully, but these errors were encountered: