Skip to content

Commit

Permalink
changelog: reword tarantoolgh-9235 changelog
Browse files Browse the repository at this point in the history
Follow-up tarantool#9235

NO_DOC=changelog
NO_TEST=changelog

Co-authored-by: Kseniia Antonova <73473519+xuniq@users.noreply.github.com>
  • Loading branch information
sergepetrenko and xuniq committed Dec 13, 2023
1 parent 161ca17 commit a5c5a4b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

* Fixed a bug when the assertion in `box_wait_limbo_acked` would fail. The
assertion is that the lsn of the last entry in limbo is always positive after
`wal_sync`. What happened in the release build before the patch? If the
`replication_synchro_quorum` is set too high on the replica, then it will never
be reached. After the timeout is triggered, the user will receive a `TimedOut`
error. If `replication_synchro_quorum` <= number of instances in the replica
set, the program will immediately stop with a `Segmentation fault` (gh-9235).
`wal_sync`. Before the patch, if the
`replication_synchro_quorum` was set too high on the replica, it would never
be reached. After the timeout was triggered, the user received a `TimedOut`
error. If `replication_synchro_quorum` was greater than or equal to the number of instances in the replica
set, the program immediately stopped with a `Segmentation fault` (gh-9235).

0 comments on commit a5c5a4b

Please sign in to comment.