Description
Dev. issue: tarantool/tarantool#10154
Product: Tarantool
Since: 3.3.0
Root document:
- https://www.tarantool.io/en/doc/latest/platform/storage/persistence/
- https://www.tarantool.io/en/doc/latest/reference/configuration/configuration_reference/
SME: @ drewdzzz
Details
The option wal_cleanup_delay
is deprecated starting from Tarantool 3.3.0.
The new compat module option wal_cleanup_delay_deprecation
was
introduced to control whether the option is still available.
With the old behavior, which is the default in Tarantool 3.3.0,
the option is still available and has the same default value, but a
deprecation warning is logged when it is set manually. With the new
behavior, an error is raised on any attempt to set this option, but its
default value isn't actually changed.
(Please create https://tarantool.io/compat/wal_cleanup_delay_deprecation)
We are planning to switch the compat option to the new behavior
starting from Tarantool 4.0 with the ability to revert to the
old behavior. Starting from Tarantool 5.0 we are planning to
drop wal_cleanup_delay
completely - the behavior will be the same
as when this option is set to zero.
Requested by @drewdzzz in tarantool/tarantool@9eb3974.