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
As pointed out here (#24933), we were missing a call to consumers.Delete if we fail to init on a checkpoint (this is purely an in-memory operation). This leaves open a possibility that a consumer that can never work will block us from creating one that could, at a later time.
It's a small window of failure, but we should fix it.