-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changelog #### Inbox listener - Changed: if a file is provided with an invalid device name or ID, the import will fail immediately rather than being retried repeatedly. - Added: MCAP files containing channels with schema ID 0 (no schema) will be successfully imported. - Added: Inbox listener will sort messages in files by their log time while importing. See https://docs.foxglove.dev/docs/primary-sites/self-hosting/inbox-listener-configuration for configuration options relating to this change. #### Stream server - 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. ### Docs foxglove/docs#297 ### Description Updates revision to include features described in changelog. Also adds configuration options to allow deployer to configure local disk for their inbox listener to use. ### Testing - [x] tested local disk configuration and use on my local sandbox cluster, works as advertised
- Loading branch information
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters