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
Fixed: when a stream server pod is sent SIGTERM, it waits for SHUTDOWN_TIMEOUT seconds for any open requests to complete. Previously when this timeout was exceeded, the stream server would exit uncleanly and log an error. After this change, the stream server logs a warning and exits cleanly.
Added: stream server will serve MCAP channels with schema ID 0 (no schema) successfully.