You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
This is going to be a problem. Very initial work (to refactor some underlying mechanisms) is in #623 , but the way is long till ipv6 is supported. I'm afraid there's much assumption about hostname:port being the way to represent a listening server, and it will impact much of the code to fix that.
Orchestrator (v3.0.12) trying to discover IPv6 host after appending port to address.
How to reproduce:
CHANGE MASTER TO ...
As you can see orchestrator trying to connect to
[2abc::1:3306]:3306
instead of[2abc::1]:3306
The text was updated successfully, but these errors were encountered: