-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AV in client library when working with BLOBs [CORE2121] #2553
Comments
Modified by: @AlexPeshkoffassignee: Alexander Peshkov [ alexpeshkoff ] |
Modified by: @AlexPeshkoffsummary: AV in client library => AV in client library when working with BLOBs |
Commented by: @AlexPeshkoff Fixed yValve code |
Modified by: @AlexPeshkoffstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.5 Beta 1 [ 10251 ] |
Commented by: Smirnoff Serg (wildsery) Dmitry Kovalenko tell that this bug reported on 2.1 |
Commented by: @dyemanov No, it's fixed in v2.5 only. |
Modified by: @pcisarstatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pavel-zotovQA Status: No test |
Submitted by: @AlexPeshkoff
The bug was reported by Dmitry Kovalenko. When transaction is closed, but blob, opened in it, remains opened, any attempt to work with it later results in unpredictable behavior, including AV.
The reason is that redirector closes all related blobs, but yValve data structures keep pointers to invalid any more objects.
Commits: ef5724c
The text was updated successfully, but these errors were encountered: