We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7580b6 commit c05c1deCopy full SHA for c05c1de
crates/worker/src/partition/state_machine/mod.rs
@@ -2538,7 +2538,9 @@ impl<S> StateMachineApplyContext<'_, S> {
2538
+ ReadPromiseTable
2539
+ WritePromiseTable
2540
+ ReadStateTable
2541
- + WriteStateTable,
+ + WriteStateTable
2542
+ + WriteVQueueTable
2543
+ + ReadVQueueTable,
2544
{
2545
entries::OnJournalEntryCommand::from_raw_entry(invocation_id, invocation_status, raw_entry)
2546
.apply(self)
0 commit comments