Skip to content
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

fix: removal of Expiry bit when overriding external strings #4785

Merged
merged 1 commit into from
Mar 17, 2025
Merged

Conversation

romange
Copy link
Collaborator

@romange romange commented Mar 17, 2025

The bug: during the override of the existing external string, we called TieredStorage::Delete to delete the external reference. This function called CompactObj::Reset that cleared all the attributes on the value, including expiry.

The fix: preserve the mask but clear the external state from the object. Fixes #4672

@romange romange added this to the v1.28 milestone Mar 17, 2025
The bug: during the override of the existing external string, we called
`TieredStorage::Delete` to delete the external reference. This function
called CompactObj::Reset that cleared all the attributes on the value, including
expiry.

The fix: preserve the mask but clear the external state from the object.
Fixes #4672

Signed-off-by: Roman Gershman <[email protected]>
@romange romange merged commit 66c2973 into main Mar 17, 2025
10 checks passed
@romange romange deleted the Fix4672 branch March 17, 2025 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SIGABRT with ssd tiering on 1.26.3
2 participants