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

ISPN-14641 MULTI + ISPN-14643 EXEC #11154

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Conversation

jabolina
Copy link
Member

https://issues.redhat.com/browse/ISPN-14641
https://issues.redhat.com/browse/ISPN-14643

This was the easy part. Working fine in a single node/STANDALONE. This way, we have a few things already:

  • The commands are in memory, not tolerating restarts;
  • TX could be half-applied if crashing mid-way EXEC;
  • Executing the queued commands has a read uncommitted isolation.

Going to CLUSTER mode becomes more difficult. We lose the transaction context, as it is bound to a channel. We can start a discussion about how we want to handle all this. But for now, we have at least the basics in.

@karesti karesti merged commit 06cbb13 into infinispan:main Jul 27, 2023
3 of 4 checks passed
@karesti
Copy link
Contributor

karesti commented Jul 27, 2023

@jabolina done!

@jabolina jabolina deleted the ISPN-14641 branch July 27, 2023 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants