v.23.10Improvement

Avoid Retry on Keeper INSERT after Table Shutdown

Avoid retrying keeper operations on INSERT after table shutdown. #55519 (Azat Khuzhin).
Avoid retrying Keeper operations on INSERT after a table shutdown in ClickHouse.

Why it matters

This feature prevents unnecessary retries of Keeper operations during INSERT 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 performing INSERT operations after a table shutdown.