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

Handle operations on keys of different type #218

Open
vazois opened this issue Apr 1, 2024 · 2 comments
Open

Handle operations on keys of different type #218

vazois opened this issue Apr 1, 2024 · 2 comments
Assignees
Labels
API bug Something isn't working

Comments

@vazois
Copy link
Contributor

vazois commented Apr 1, 2024

Correctly handle operations issued for keys of different type.
This issue is apparent for any pair of object commands.
Below presented an example of current behavior and expected behavior.

Current behavior

image

Expected behavior

image

@vazois vazois added the API label Apr 1, 2024
@TalZaccai TalZaccai added the bug Something isn't working label Apr 2, 2024
@TalZaccai TalZaccai self-assigned this Apr 2, 2024
@tisilent
Copy link
Contributor

tisilent commented Apr 3, 2024

I have found that many of them are done through assert.

@badrishc
Copy link
Contributor

badrishc commented May 3, 2024

Rough prototype of a fix is here - https://github.com/microsoft/garnet/compare/obj-store-wrongtype?expand=1 but this needs to be refined and expanded to cover the surface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants