v.22.10Improvement

Remove Confusing Warning for Insertion with perform_ttl_move_on_insert = false

Remove confusing warning when inserting with perform_ttl_move_on_insert = false. #41980 (Vitaly Baranov).
Removed a confusing warning message that appeared when inserting data with perform_ttl_move_on_insert set to false.

Why it matters

The change improves user experience by eliminating an unnecessary and misleading warning during data insertion, helping users avoid confusion when perform_ttl_move_on_insert is disabled.

How to use it

Users do not need to take any action to apply this improvement. When performing inserts with perform_ttl_move_on_insert=false, the warning will no longer appear.