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
Bootstrapper continues streaming logs after workspace is started and there is at least one server.
But right now there is no way to reconnect to the logs stream after master is restarted.
I see several ways to solve this issue:
Bootstrapper attempts to reconnect to master once disconnected.
Master asks bootstrapper to continue logs streaming sending push-logs-endpoint to it.
Master connects to bootstrapper and asks to stream logs using established connection.
I would start from the option 1, as it is the simplest way to achieve recovery.
The logs format is defined in the bootstrapper spec.
I believe that this issue is fixed by @evoevodin but doesn't work because of behavior described in #5814. Closing the issue, feel free to reopen if this feature won't work after the closure of the mentioned issue.
Bootstrapper continues streaming logs after workspace is started and there is at least one server.
But right now there is no way to reconnect to the logs stream after master is restarted.
I see several ways to solve this issue:
I would start from the option 1, as it is the simplest way to achieve recovery.
The logs format is defined in the bootstrapper spec.
Needed for #5097
Needs #5814
The text was updated successfully, but these errors were encountered: