-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
bug 🐞Something isn't workingSomething isn't working
Description
Describe the bug
Glide doesn't keep track the state of the client name and the selected db. That means that on disconnection, the state wouldn't be restored.
Expected Behavior
The state should be tracked by the client and restored upon reconnection.
Current Behavior
State not restored
Reproduction Steps
- created a new client
- called a
selectcommand with some db. - cause external disconnection
- run
CLIENT INFOand see the db connected.
Possible Solution
For now, we should not include these commands on new wrappers, until a fix is implemented. After that, we should implement a fix that would re-send these commands with the last params upon reconnection.
Additional Information/Context
No response
Client version used
All of them
Engine type and version
All of them
OS
All of them
Language
Python
Language Version
All (not related)
Cluster information
No response
Logs
No response
Other information
No response
Metadata
Metadata
Assignees
Labels
bug 🐞Something isn't workingSomething isn't working