[MDEV-25241] [ERROR] WSREP: Invalid argument Created: 2021-03-24 Updated: 2021-08-29 Resolved: 2021-08-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.5.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | William Wong | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | galera | ||
| Environment: |
Redhat Enterprise Linux 7.9 on VMware |
||
| Attachments: |
|
| Description |
|
Tried MariaDB 10.5.9 + Galera 26.4.7 got Invalid Argument when bootstrap the cluster at first run. MariaDB 10.5.8 + Galera 26.4.6 - OK 2021-02-27 17:35:01 0 [ERROR] WSREP: Invalid argument |
| Comments |
| Comment by William Wong [ 2021-08-29 ] |
|
Hi, this case can be closed. The root cause is gmcast.listen_addr not using correct format but just the hostname. Prior galera 26.4.7, it works if using hostname. But since 26.4.7, must use correct format (tcp://x.x.x.x:4567). Correct format is already printed in documentation https://mariadb.com/kb/en/wsrep_provider_options/#gmcastlisten_addr. |