Skip to content

Commit 886b60a

Browse files
committed
Fix markup in lists
1 parent b0a808c commit 886b60a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/release/3.4.0.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ worse compared to memtx, because a tuple has to be constructed on the runtime
5656
arena from individual field values gathered from each column tree.
5757

5858
Other features include:
59+
5960
* Point lookup.
6061
* Stable iterators.
6162
* Insert/replace/delete/update.
@@ -67,10 +68,12 @@ Other features include:
6768
indexed + covered columns.
6869

6970
Embedded field types include only fixed-width types:
71+
7072
* Integer: (u)int8/16/32/64.
7173
* Floating point: float32/64.
7274

7375
Types with external storage include:
76+
7477
* Strings.
7578
* All the other types supported by Tarantool: UUID, Decimal, Datetime, etc.
7679

@@ -128,11 +131,14 @@ but has different under-the-hood implementation (based on the ``supervised`` str
128131
Otherwise, it acts similar to the ``auto`` strategy.
129132

130133
In effect, it helps resolve these two problems:
134+
131135
* Avoid the error ``Some replica set members were not specified in box.cfg.replication``
132136
in the following cases:
137+
133138
* several replicas join at the same time,
134139
* the replica set includes non-anonymous CDC instances,
135140
* ``_cluster`` contains old unneeded replicas.
141+
136142
* Make the database get bootstrapped upon the coordinator's command rather than
137143
let the instances boostrap it on their own.
138144

0 commit comments

Comments
 (0)