Loadbalance kickoff
Is it still in progress? interested in this part :)
@shuzhang1989 Not actually started yet. This issue mainly targeted in load balance between chunk servers. Do you have a design in mind that we can discuss about?
we have some internal systems serving online traffic from a bunch of shard servers. our load balancing is pretty simple but so far working well - have a proxy layer (we don't want to go with fat client solution intentionally) in front of the shard servers to do the routing basing on random modshards.
but we don't have a good automatic system to do slow node detection / hot shard replication yet. that's why i am pretty interested to see how you guys want to do it. will the nameserver be the place to implement the logic as this need high consensus?