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
The problem appears to be that we call Done on the data buffer when we dequeue it in loopy writer, when we should only call Done after it is fully written to the framer.
The buffer reuse change causing this issue was reverted, so this flake is fixed. We are keeping this issue as a reminder to roll-forward the change, with the necessary fix.
A data race during proto marshal. Could be related to the buffer reuse.
Full log
The text was updated successfully, but these errors were encountered: