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
This was a false report, I believe what happened was the following:
writing to stdout/err is currently not persisted to the oplog
but whether it is broadcasted to the connected clients or not depends on whether the worker is in replay mode
in the reported situation a worker update interrupted the execution, and during recovery it continued from the last persisted side effect, re-emitting some of these prints
Probably in general we are emitting stdout during recovery now
(Maybe a leftover debug change)
The text was updated successfully, but these errors were encountered: