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

Clear input header field (flags) for object store RMW operations #357

Merged
merged 3 commits into from
May 3, 2024

Conversation

badrishc
Copy link
Contributor

@badrishc badrishc commented May 3, 2024

When preparing input for the object store RMW operations, we need to set the flag field to 0, as the buffer being used to create the input may not be zero'ed out.

Fixes #342

…set the flag field to 0 as the buffer being used to create the input may not be zero'ed out.
@badrishc badrishc merged commit 30e3780 into main May 3, 2024
23 checks passed
@badrishc badrishc deleted the badrishc/reset-flags-input branch May 3, 2024 18:17
PaulusParssinen pushed a commit to PaulusParssinen/garnet that referenced this pull request May 7, 2024
…rosoft#357)

* When preparing input for the object store RMW operations, we need to set the flag field to 0 as the buffer being used to create the input may not be zero'ed out.

* small fix

* Clean up Unit Test

---------

Co-authored-by: TedHartMS <15467143+TedHartMS@users.noreply.github.com>
PaulusParssinen pushed a commit to PaulusParssinen/garnet that referenced this pull request May 8, 2024
…rosoft#357)

* When preparing input for the object store RMW operations, we need to set the flag field to 0 as the buffer being used to create the input may not be zero'ed out.

* small fix

* Clean up Unit Test

---------

Co-authored-by: TedHartMS <15467143+TedHartMS@users.noreply.github.com>
@github-actions github-actions bot locked and limited conversation to collaborators Jul 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot set over expired objects
2 participants