File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
worker/src/partition/state_machine/lifecycle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -978,7 +978,6 @@ pub struct PurgeInvocationRequest {
978
978
pub response_sink : Option < InvocationMutationResponseSink > ,
979
979
/// When epoch is the current/latest epoch, all the other epochs will be cleaned up as well.
980
980
#[ serde( default , skip_serializing_if = "num_traits::Zero::is_zero" ) ]
981
- #[ bilrost( 6 ) ]
982
981
pub invocation_epoch : InvocationEpoch ,
983
982
}
984
983
Original file line number Diff line number Diff line change @@ -297,11 +297,12 @@ where
297
297
completion_range_epoch_map : invocation. completion_range_epoch_map ,
298
298
journal_metadata : invocation. journal_metadata ,
299
299
hotfix_apply_cancellation_after_deployment_is_pinned : false ,
300
+ created_using_restate_version : invocation. created_using_restate_version ,
300
301
301
302
// Reset the pinned deployment
302
303
pinned_deployment : None ,
303
304
// Reset timestamps
304
- timestamps : StatusTimestamps :: now ( ) ,
305
+ timestamps : StatusTimestamps :: init ( ) ,
305
306
// Reset response sinks
306
307
response_sinks : Default :: default ( ) ,
307
308
} ;
You can’t perform that action at this time.
0 commit comments