Bug #105223 | mysql-router bootstrap reuses wrong router_id from mysql_innodb_cluster_metadata | ||
---|---|---|---|
Submitted: | 14 Oct 2021 8:59 | Modified: | 14 Oct 2021 13:43 |
Reporter: | Florian Apolloner | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Router | Severity: | S2 (Serious) |
Version: | 8.0.26 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[14 Oct 2021 8:59]
Florian Apolloner
[14 Oct 2021 9:03]
Florian Apolloner
Sorry the reproduction steps are not correct, it is more like this: * Bootstrap a router with --report-host=test --name=test and verify that it has router_id=1 * Bootstrap a router with --repost-host=test2 --name=test and verify it has router_id=2 * Bootstrap a router with --report-host=test --name=test and chances are that it will end up with router_id=2 and show a warning that the hostnames do not match
[14 Oct 2021 13:43]
MySQL Verification Team
Hi Florian, thanks for the report