Feature/cachedstream - #9
Merged
Merged
Conversation
… unused shared_mount variable
…t and error handling
…n server (first working version)
…rtbeat management
…t_dir' and improve error logging
…hance environment handling
…error handling for workdir existence
- Updated CEPHFS architecture documentation for clarity on monitor, metadata server, and object storage daemon roles. - Improved log filtering in the WebSocket client to enhance user experience by reducing noise and highlighting important messages. - Added examples of custom log handlers for MARS requests to demonstrate advanced logging capabilities. - Adjusted project metadata in pyproject.toml to reflect the current development status and Python version requirements. - Enhanced the check_cephfs_health script to provide clearer error messages and suggestions for resolving OSD issues. - Refined test_config.py to improve output formatting and ensure accurate configuration precedence verification.
…ent and log filter
…t, log_filter, and ws_server modules
Co-authored-by: Copilot <copilot@github.com>
…n for streaming Co-authored-by: Copilot <copilot@github.com>
…he folder options Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…_root, shares, and cache_folder Co-authored-by: Copilot <copilot@github.com>
- Implement a fake_mars executable for testing purposes. - Create unit tests for tools, server functions, client, log filtering, and WebSocket server. - Add integration tests for pipe and stream modes of the HTTP server. - Ensure comprehensive coverage of request handling, error scenarios, and data integrity. Co-authored-by: Copilot <copilot@github.com>
- Merge 0.4.0 branch content and apply all formatting fixes - ruff-format: reformat multiple files for line length compliance - ruff: fix unused imports (F401), unused variables (F841), import ordering (I001) - ruff: add noqa: E402 to module-level imports after function definitions - ruff: move imports before pytestmark in test_70_ws_integration.py - mdformat: reformat k8s/DESIGN.md - trailing-whitespace, end-of-file-fixer, pretty-format-toml: misc fixes
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[0.4.0] - 2026-06-16
Added
server_cache_and_stream.pyChanged
PADDINGhandling in MARS request execution pathFixed