> > I doubt that TCP doesn't perform well. If you really believe so, can > you provide a packet capture collected with: > sudo tcpdump -nvi eth0 -s0 -w /tmp/pcap port 60020 >
Hm. What i discovered there is that I assumed my hack at RS connection pooling was working but it doesn't seem to be. Even though i instantiate 3 HConnection instances and see 3 zookeeper connections, i only see one RS connection. There must be some trick in HConnection implementation preventing from opening multiple RS RPC queues even that they come thru different HConnection instances that i missed.
