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

Fixed issues with RecordExistsAction #157

Closed
wants to merge 1 commit into from

Conversation

tim-aero
Copy link
Contributor

If a policy with a RecordExistsAction is passed into save(obj) the save passed UPDATE instead of the actual policy which should be used. Corrected this by checking to see if the REA on the poiicy was UPDATE before overwriting it. See
https://discuss.aerospike.com/t/recordexistsaction-create-only-and-sendkey-isnt-working-on-java-object-mapper/11111/7

If a policy with a RecordExistsAction is passed into `save(obj)` the
save passed UPDATE instead of the actual policy which should be used.
Corrected this by checking to see if the REA on the poiicy was UPDATE
before overwriting it. See
https://discuss.aerospike.com/t/recordexistsaction-create-only-and-sendkey-isnt-working-on-java-object-mapper/11111/7
@tim-aero tim-aero requested a review from roimenashe May 19, 2024 01:36
@tim-aero tim-aero closed this May 20, 2024
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.

None yet

1 participant