-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlliveness/slstorage: fix bug due to not using a transaction
We had a bug where updating a session was not using the transaction. This exposed it to a problem whereby a concurrent removal of the session would not be detected and the session could be resurrected. Fortunately this code moved to using KV from SQL in the 21.2 cycle and thus no released major release should experience this issue. Release note: None
- Loading branch information
Showing
2 changed files
with
91 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters