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 a race when updating status before reconcile completes
We were ignoring any update which only touched the status. This code has
been there an extremely long time, and was originally copied from CAPA.
Unfortunately this introduces a race for recently added code which sets
port status and exits the reconcile early for transactional safety.
0 commit comments