v.23.10Improvement
Avoid Retry on Keeper INSERT after Table Shutdown
Avoid retrying keeper operations on INSERT after table shutdown. #55519 (Azat Khuzhin).
Why it matters
This feature prevents unnecessary retries of Keeper operations duringINSERT commands when the target table has been shut down. It improves system stability and reduces unnecessary load on Keeper by stopping futile retries, thus helping maintain efficient resource usage and smoother operation.How to use it
This improvement is applied automatically in ClickHouse and requires no explicit user configuration. Users benefit from the enhanced behavior when performingINSERT operations after a table shutdown.