Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.4.3
-
None
Description
The current implementation uses hostname to create connections. It causes two problems in a scenario where multiple addresses are bound to the same domain name.
- Load balancing is broken because multiple `Host` may connect to the same address, and some addresses may have no connection at all.
- It produces misleading log messages because the address in the host label may not be the one the host is actually connected to.