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

MOD-8412 fix get_memory to prevent crash on CRDT #1313

Merged
merged 3 commits into from
Dec 30, 2024

Conversation

ephraimfeldblum
Copy link
Collaborator

@ephraimfeldblum ephraimfeldblum commented Dec 29, 2024

Fixes MOD-8412.

Bug Description:
Expecting success on a Result value without handling Err cases. get_memory in CE always succeeds. in CRDT it always fails, it returns Err(unimplemented). The legacy paths branch deals with this correctly, the multipath branch does not.

@eranhd
Copy link
Collaborator

eranhd commented Dec 29, 2024

please update the description

@ephraimfeldblum ephraimfeldblum merged commit f611a96 into master Dec 30, 2024
8 of 9 checks passed
@ephraimfeldblum ephraimfeldblum deleted the ephraim_fix-crdt-get_memory branch December 30, 2024 13:46
ephraimfeldblum added a commit that referenced this pull request Dec 30, 2024
ephraimfeldblum added a commit that referenced this pull request Dec 30, 2024
ephraimfeldblum added a commit that referenced this pull request Dec 30, 2024
ephraimfeldblum added a commit that referenced this pull request Dec 30, 2024
ephraimfeldblum added a commit that referenced this pull request Dec 30, 2024
ephraimfeldblum added a commit that referenced this pull request Dec 30, 2024
* MOD-7858 MOD-7859 Add workflow dispatch to monterrey (#1283)

* initial

* fix

(cherry picked from commit 554e4d8)

* readies

* fix get_memory to prevent crash on CRDT (#1313)

(cherry picked from commit f611a96)

* use ValueType
ephraimfeldblum added a commit that referenced this pull request Dec 30, 2024
* fix get_memory to prevent crash on CRDT (#1313)

(cherry picked from commit f611a96)

* readies

* use ValueType
ephraimfeldblum added a commit that referenced this pull request Dec 31, 2024
* readies

* fix get_memory to prevent crash on CRDT (#1313)

(cherry picked from commit f611a96)

* fix serde_manager

* lint
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.

3 participants