fix(pegboard): stabilize actor2 validation and lifecycle#4804
fix(pegboard): stabilize actor2 validation and lifecycle#4804NathanFlurry wants to merge 1 commit intoengine-stabilize/envoy-evict-actor-keysfrom
Conversation
PR Review: fix(pegboard): stabilize actor2 validation and lifecycleOverviewThis PR makes three categories of fixes to the actor2 workflow:
Correctnesscrash_policy propagation is a clear bug fix. Transition fix for Serverful (
Validation before IssuesUnused Code duplication: The entire Dead constants ( Magic number in key validation ( Migration / backward compatibility
SummaryThe core fixes (crash_policy propagation, stale-timestamp reset, Serverful transition, validation gating) are all correct and well-targeted. The main things to address before merging: the duplicated validation code, the unused |
a0065e2 to
ba8ebbf
Compare
00a4dc6 to
bea788e
Compare
bea788e to
ffd9202
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: