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
not really related to that, but it started triggerring consistently
after I rebased
- there could be a race condition between a segment being sealed, stored
and registered for checkpoint (the checkpointer could be notified
before the segment was added to the tail)
- the checkpointer would not be notifier when the last reader left the
segment, so we would hang
- we could enter a busy loop when we got a notification for a namespace
while there was still an in-flight job for that namespace, blocking
the runtime.
0 commit comments