Skip to content

Deprecate wal_cleanup_delay #4479

Open
@TarantoolBot

Description

@TarantoolBot

Dev. issue: tarantool/tarantool#10154

Product: Tarantool
Since: 3.3.0
Root document:

SME: @ drewdzzz

Details

Connected with #4478, #4670

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.3reference[location] Tarantool manual, Reference partwal

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions