[MDEV-24371] UUID_SHORT() support artificially limits replication topologies Created: 2020-12-08 Updated: 2021-01-13 Resolved: 2021-01-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Manjot Singh (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 1 |
| Labels: | need_feedback | ||
| Description |
|
UUID_SHORT() requires a server_id between 0 and 255. This means that some best practices around replication configuration are artificially limited to be able to support this function. It also affects replication topology decisions. UUID_SHORT should have been designed to work with the acceptable server_id max as defined in documentation. |
| Comments |
| Comment by Daniel Almeida (Inactive) [ 2020-12-08 ] | ||||||
|
This is a big problem, as server_id's should not be limited to be between 1 and 255.
or this
| ||||||
| Comment by Sergei Golubchik [ 2020-12-08 ] | ||||||
|
Eh, don't use UUID_SHORT then? |