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
[FIXED] Nil stream assignment during processClusterUpdateStream scale-up (nats-io#8049)
When `processClusterUpdateStream` takes the scale-up branch it calls
`mset.sa.Sync` in `startClusterSubs`. If the stream has just been
recovered and meta catchup hasn't yet assigned the stream (`mset.sa ==
nil`), this panics with a nil pointer deref.
Resolvesnats-io#7229
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
0 commit comments