You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(flowcontrol): comma-ok downcasts and crash attribution on owned goroutines
dispatchItem and the sweep predicate hard-asserted *FlowItem while
evictAll already handled the cast gracefully; all three now use comma-ok,
surfacing an unexpected type as an error or a skipped item instead of a
panic in the dispatch loop.
The processor run loop, cleanup sweep, and sweep workers defer
utilruntime.HandleCrashWithLogger so an unknown bug logs the panic with
component context before the default handlers repanic.
Signed-off-by: Luke Van Drie <lukevandrie@google.com>
0 commit comments