What load balancer are your attempting to use? I a couple things to check ...
TCP connections between data node and client need to be sticky. This is a hard requirement due to the async nature of write and commit calls.
The load balancer must operate in a mode such that the data nodes receive rpc calls from client IP rather than load balancer IP (to identify different clients).
Load balancer needs to handle fail over of data nodes.
If you can provide the hardware/software you're using, I can give more detail on this.
PAC-MAN
11 Posts
0
September 28th, 2016 00:00
Is NFS via load balancer supported by ECS?
Praveen_Reddy_01a3ae
1 Message
0
November 29th, 2016 23:00
Hi,
have you found any fix. we are facing the same issue ?
Any help is much appreciated.
Thanks
benschumacher
1 Rookie
•
75 Posts
0
November 30th, 2016 07:00
Hi,
What load balancer are your attempting to use? I a couple things to check ...
If you can provide the hardware/software you're using, I can give more detail on this.