Skip to content

Add note about wal_mode = none and fix a broken link #2803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/reference/configuration/cfg_binary_logging_snapshots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@

Since version 1.6.2. Specify fiber-WAL-disk synchronization mode as:

* ``none``: write-ahead log is not maintained;
* ``none``: write-ahead log is not maintained.
A node with ``wal_mode = none`` can't be replication master;
* ``write``: :ref:`fibers <fiber-fibers>` wait for their data to be written to
the write-ahead log (no :manpage:`fsync(2)`);
* ``fsync``: fibers wait for their data, :manpage:`fsync(2)`
Expand Down
2 changes: 1 addition & 1 deletion locale/ru/LC_MESSAGES/dev_guide/internals/box_protocol.po
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ msgid ""
" will use modified `YAML <https://en.wikipedia.org/wiki/YAML>`_ so: |br|"
msgstr ""
"Для обозначения описаний сообщений мы будем вызывать ``msgpack(...)``, а "
"внутри него будем использовать модифицированный ``YAML "
"внутри него будем использовать модифицированный `YAML "
"<https://en.wikipedia.org/wiki/YAML>`_ таким образом: |br|"

msgid ""
Expand Down
6 changes: 4 additions & 2 deletions locale/ru/LC_MESSAGES/reference/configuration/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -1230,8 +1230,10 @@ msgstr ""
"Для версий от 1.6.2. и выше. Определение синхронизации работы файбера с "
"журналом упреждающей записи:"

msgid "``none``: write-ahead log is not maintained;"
msgstr "``none``: журнал упреждающей записи не поддерживается;"
msgid "``none``: write-ahead log is not maintained."
" A node with ``wal_mode = none`` can't be replication master;"
msgstr "``none``: журнал упреждающей записи не поддерживается. "
"Узел с ``wal_mode = none`` при репликации не может быть мастером;"

msgid ""
"``write``: :ref:`fibers <fiber-fibers>` wait for their data to be written to"
Expand Down