Fixes
- Fixed Task Duplication in WAL Commits: which was causing excessive disk access. Now, a commit task is queued only upon the first achievement of the sample limit in a WAL segment.
Enhancements
- Increased the Sample Limit in WAL Segments: The previous soft limit of 10K, hardcoded as a constant, is now converted to command-line flag with default raised to 100K.
Features
- Added a Feature-flag to Disable Commits During RemoteWrite Requests. This is an experimental flag and will be replaced with a generalized persistence level setting in the future.