|
42 | 42 | - **[Breaking change]** Conflicted transactions now throw the
|
43 | 43 | ``Transaction has been aborted by conflict`` error on any CRUD
|
44 | 44 | operations until they are either rolled back (which will return no
|
45 |
| - error) or committed (which will return the same error) (gh-7240). |
| 45 | + error) or committed (which will return the same error) (:tarantool-issue:`7240`). |
46 | 46 | - Read-view transactions now become conflicted on attempts to perform
|
47 | 47 | DML statements immediately. Previously, this was detected only on the
|
48 | 48 | transaction preparation stage, that is, when calling ``box.commit``
|
@@ -194,7 +194,7 @@ Memtx
|
194 | 194 | transaction manager enabled (:tarantool-issue:`7214`).
|
195 | 195 | - Fixed false transaction conflict on repeatable ``insert``/``upsert``
|
196 | 196 | with the memtx transaction manager enabled (:tarantool-issue:`7217`).
|
197 |
| -- Fixed dirty reads in the ‘GT’ iterator of HASH indexes (:tarantool-issue:`7477`). |
| 197 | +- Fixed dirty reads in the ``GT`` iterator of HASH indexes (:tarantool-issue:`7477`). |
198 | 198 | - Fixed phantom reads in reverse iterators (:tarantool-issue:`7409`).
|
199 | 199 | - Fixed ``select`` with ``LE`` iterator in **memtx** **TREE** index
|
200 | 200 | returning deleted tuple (:tarantool-issue:`7432`).
|
@@ -231,7 +231,7 @@ Replication
|
231 | 231 | example, when multiple leaders were working independently due to
|
232 | 232 | manually lowered quorum. Once a node discovers that it received some
|
233 | 233 | foreign data, it immediately stops replication from such a node with
|
234 |
| - an ER_SPLIT_BRAIN error (:tarantool-issue:`5295`). |
| 234 | + an ``ER_SPLIT_BRAIN`` error (:tarantool-issue:`5295`). |
235 | 235 | - Fixed a false positive split-brain error after ``box.ctl.demote()``
|
236 | 236 | (:tarantool-issue:`7286`).
|
237 | 237 | - Fixed a bug when followers with ``box.cfg.election_mode`` turned on
|
|
0 commit comments