@@ -30,24 +30,25 @@ node to the selected remote _gateway nodes_ only.
30
30
The _gateway nodes_ selection depends on the following criteria:
31
31
32
32
- *version*: Remote nodes must be compatible with the cluster they are
33
- registered to. This is subject to the same rules as <<rolling-upgrades>>.
34
- Any node can communicate with any other node on the same major version (e.g.
35
- 6.0 can talk to any 6.x node). Only nodes on the last minor version of a
36
- certain major version can communicate with nodes on the following major
37
- version (e.g. 6.7 can communicate with 7.0, as well as any 7.x node, while
38
- 6.6 or earlier cannot talk to any 7.x node). Note that version compatibility
39
- is symmetric, meaning that if 6.7 can communicate with 7.0, 7.0 can also
40
- communicate with 6.7. The matrix below summarizes compatibility as described
41
- above.
33
+ registered to. This is subject to rules that are similar to those for
34
+ <<rolling-upgrades>>. Any node can communicate with any other node on the same
35
+ major version (e.g. 7.0 can talk to any 7.x node). Only nodes on the last minor
36
+ version of a certain major version can communicate with nodes on the following
37
+ major version. Note that in the 6.x series, 6.8 can communicate with any 7.x
38
+ node, while 6.7 can only communicate with 7.0. Version compatibility is
39
+ symmetric, meaning that if 6.7 can communicate with 7.0, 7.0 can also
40
+ communicate with 6.7. The matrix below summarizes compatibility as described above.
42
41
43
42
[cols="^,^,^,^,^,^"]
44
43
|====
45
- | Compatibility | 5.0->5.5 | 5.6 | 6.0->6.6 | 6.7 | 7.x
46
- | 5.0->5.5 | Yes | Yes | No | No | No
47
- | 5.6 | Yes | Yes | Yes | Yes | No
48
- | 6.0->6.6 | No | Yes | Yes | Yes | No
49
- | 6.7 | No | Yes | Yes | Yes | Yes
50
- | 7.x | No | No | No | Yes | Yes
44
+ | Compatibility | 5.0->5.5 | 5.6 | 6.0->6.6 | 6.7 | 6.8 | 7.0 | 7.1->7.x
45
+ | 5.0->5.5 | Yes | Yes | No | No | No | No | No
46
+ | 5.6 | Yes | Yes | Yes | Yes | Yes | No | No
47
+ | 6.0->6.6 | No | Yes | Yes | Yes | Yes | No | No
48
+ | 6.7 | No | Yes | Yes | Yes | Yes | Yes | No
49
+ | 6.8 | No | Yes | Yes | Yes | Yes | Yes | Yes
50
+ | 7.0 | No | No | No | Yes | Yes | Yes | Yes
51
+ | 7.1->7.x | No | No | No | No | Yes | Yes | Yes
51
52
|====
52
53
53
54
- *role*: Dedicated master nodes never get selected.
0 commit comments