Poor load balancing in 0.5.3
Doug Whitfield
Hi folks,
For example, Cluster cluster = Cluster.build() .addContactPoints("localhost") .port(server.getPort()) .create(); In the example, 'localhost' is where we put in a generic VIP that points to 3 servers. Is this a bad approach? In the end, what we are seeing is that load is severely unbalanced.
Despite my many protests to upgrade, we are running JanusGraph v0.5.3 and tinkerpop-3.4.6.
Please let us know if there is any additional information that would be helpful.
This e-mail may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any attachments and notify us immediately. |
|||
|
|||
Boxuan Li
I suspect this is an issue with gremlin java-driver. I just reported here: https://issues.apache.org/jira/browse/TINKERPOP-2766
toggle quoted message
Show quoted text
I believe you should provide all hostnames for now.
Best regards,
Boxuan
|
|||
|