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
dgroup's shutdown logging works by watching the Context and logging when it observes that it becomes Done. Because this is async, the ordering of the shutdown log line might actually come after things caused by the shutdown. This is confusing and makes the logs hard to read.
This should be solvable by wrapping the Context in our own Context implementation that logs before propagating the cancelation to child Contexts.
The text was updated successfully, but these errors were encountered:
dgroup's shutdown logging works by watching the Context and logging when it observes that it becomes Done. Because this is async, the ordering of the shutdown log line might actually come after things caused by the shutdown. This is confusing and makes the logs hard to read.
This should be solvable by wrapping the Context in our own Context implementation that logs before propagating the cancelation to child Contexts.
The text was updated successfully, but these errors were encountered: