-
Notifications
You must be signed in to change notification settings - Fork 222
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
Item with no bookmarks are not filtered properly after deleting a bookmark (master only) #2311
Labels
Comments
@patrickdalla, maybe this regression was caused by the bookmarks refactoring to use RoaringBitmaps, could you take a look? |
ok
Em seg., 26 de ago. de 2024, 09:12, Luis Filipe Nassif <
***@***.***> escreveu:
… @patrickdalla <https://github.com/patrickdalla>, maybe this regression
was caused by the bookmarks refactoring to use RoaringBitmaps, could you
take a look?
—
Reply to this email directly, view it on GitHub
<#2311 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG247SY2FDYCFB7BK3IQQTTZTMSSXAVCNFSM6AAAAABND6QOCGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJQGE4DIMBQGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The problem was with internal union bitmap cache that wasn't being invalidate (and updated) after the deletion. |
Just tested it, and the issue is gone. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detected while working on a real case. It seems a critical issue, as I almost missed important items because of it.
I was able to reproduce in a small test case with the following steps.
After reopening the case it works.
It may be related to #2251.
After step 3:
After step 4:
After step 5:
The text was updated successfully, but these errors were encountered: