v.21.9Improvement
Watchdog Disabled in Docker by Default - Ctrl+C Handling Fix
Watchdog is disabled in docker by default. Fix for not handling ctrl+c. #26757 (Mikhail f. Shiryaev).
Why it matters
The feature disables the Watchdog process in Docker environments by default to avoid unintended process termination. It also fixes the issue whereCtrl+C interruptions were not handled properly, improving stability and usability when stopping ClickHouse containers.How to use it
When running ClickHouse inside Docker containers, the Watchdog will be disabled automatically by default. Users can now safely useCtrl+C to stop ClickHouse without facing problems caused by the Watchdog. No additional configuration is needed to enable this behavior.