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

Fix issue with submit notification for virtual objects #1539

Merged
merged 1 commit into from
May 21, 2024

Conversation

slinkydeveloper
Copy link
Contributor

Fix #1535

Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the issue so quickly @slinkydeveloper. LGTM. +1 for merging.

assert_that!(
state_machine
.rocksdb_storage
.transaction()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: You probably don't need a transaction here.

Copy link
Contributor Author

@slinkydeveloper slinkydeveloper May 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need it because the inbox table is not split between read side and write side.

@slinkydeveloper slinkydeveloper merged commit e56f7d5 into restatedev:main May 21, 2024
4 checks passed
@slinkydeveloper slinkydeveloper deleted the issues/1535 branch May 21, 2024 18:00
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.

Swallowing submit notification when enqueuing into the inbox
2 participants