v.25.10Improvement
Make flushing to system.crash_log
Make flushing to system.crash_log in signal handling synchronous. #87253 (Miсhael Stetsyuk).Why it matters
This feature ensures that when a crash signal is handled by ClickHouse, the logs are flushed synchronously to thesystem.crash_log table. This guarantees that all crash-related log entries are reliably written and not lost due to asynchronous flushing, improving diagnostics and post-mortem analysis.How to use it
No explicit user action is required. The synchronous flushing tosystem.crash_log during signal handling is enabled internally within ClickHouse and works automatically upon receiving crash signals.