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
{{ message }}
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
Right now we don't have a mechanism for expiring write delegation
streams that disconnected, but without sending a valid Disconnect
messages. That unfortunately also means that we leak libSQL connections,
which are kept in-memory indefinitely. That leaks memory as well as disk
space, because connections also keep temporary tables in place.
FIXME: we also need to keep information about expired streams for longer,
in case a client tries to send a late message. Such a message should be
rejected in order to avoid running it outside of transaction context.
0 commit comments