Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0, 3.5.1
Description
When the server closes a session, usually after a cluster restart, the client is unaware of this until it receives an error.
Once it does so, there is no way for the client to create a new session since the stale sessions are still recorded as default and active sessions.
The only solution currently is to restart the Python interpreter on the client, or to reach into the session builder and change the active or default session.