Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.5.4
-
None
-
None
Description
As reported [here|https://lists.lfaidata.foundation/g/janusgraph-users/message/6544,] load balancing is poor when using the java driver.
Relevant code:
Instead of
InetAddress.getByName(address)
method, I believe we should use
InetAddress.getAllByName(address)