[MDEV-8731] IST bind address problem Created: 2015-09-02 Updated: 2016-08-18 Resolved: 2016-08-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.0.19-galera |
| Fix Version/s: | 5.5.51-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Zhani Baramidze | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
I'm trying to implement mariadb galera cluster behind docker, and I have following problem. IST tries to listen to ip suppolied by wsrep_node_address, which is "external" ip:
but it fails, because it cannot bind listening socket to 192.168.1.211, because it's external:
so I changed ist.recv_addr to 0.0.0.0, and it starts listening correctly but then other peer tries to connect to 0.0.0.0:
how is this possible to make IST work under NAT? |
| Comments |
| Comment by sirotopr [ 2015-10-17 ] |
|
+1 This is a major bug. Should get some attention. |
| Comment by Kristian Klausen [ 2016-03-15 ] |
|
This has been resolved upstream. |
| Comment by Nirbhay Choubey (Inactive) [ 2016-03-15 ] |
|
This patch was not part of 25.3.15, released by Codership yesterday. So, we have to wait for 25.3.16. |
| Comment by Nirbhay Choubey (Inactive) [ 2016-08-18 ] |
|
Fixed in Galera 25.3.17. |