[MCOL-5053] Failover does not update aliases on new Primary Created: 2022-04-14 Updated: 2022-06-27 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | cmapi |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | Todd Stoffel (Inactive) | Assignee: | Alan Mologorsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Curl aliases like
are not updated on the new primary machine and it still point to the old master. (At least not in a reasonable amount of time) Would it not be better to simply point at 127.0.0.1 instead of trying to dynamically update the alias? In fact eliminating curl altogether via https://jira.mariadb.org/browse/MCOL-4848 might be the best route. |