You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The box_cfg_replication_sync_timeout option is non-dynamic and it
can't be changed after a startup.
Technically, all the other options could be changed in runtime (by
changing the configuration file and calling config:reload()), but I
would not generally recommend it.
At least code that handles fiber_channel_close_mode option has the
following comment, see commit de9b93081873 ("fiber: add channel close
mode option to compat").
The behavior is unspecified for already created channels.
Choose the mode at an early stage of application's
initialization.
Related dev. issue(s): tarantool/tarantool#9497
Duplicate: #4021
Product: Tarantool
Since: 3.0
Root document:
compat
section in the Configuration reference. Each option can have a short description with a link to a corresponding page in Module compat.SME: @ Totktonada
Details
The new section
compat
is added to the declarative configuration.The options are the same as ones provided by the
compat
module. Eachcan be set to
old
ornew
.Example:
The list of currently supported options with their defaults:
The
box_cfg_replication_sync_timeout
option is non-dynamic and itcan't be changed after a startup.
Technically, all the other options could be changed in runtime (by
changing the configuration file and calling
config:reload()
), but Iwould not generally recommend it.
At least code that handles
fiber_channel_close_mode
option has thefollowing comment, see commit de9b93081873 ("fiber: add channel close
mode option to compat").
Requested by @ Totktonada in tarantool/tarantool@317dc03.
The text was updated successfully, but these errors were encountered: