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
Crash occurs when spurious schema operation reply is received from node
not registered as participant in the current schema operation. This will
in some cases (when client hasn't yet detected completion of schema
operation) cause the schema distribution coordinator to remove the
active schema operation a second time.
Fix by discarding replies from node not registered as participant. This
special case was actually already handled but didn't properly propagate
all the way to handling of active schema op.
Also remove two unused schema dist functions for starting schema
operations and document the two unsent schema operation codes used by
those functions as "never sent".
Change-Id: I57ca344ba22df582aa4a020145cc8fa343bf659c
0 commit comments