Re: Handling packet drop between sites

2020-04-29 Thread Anthony Baker
TCP behaves really poorly in the face of significant packet loss. You can look into tcp_retries1 and tcp_retries2 [1] for some explanations and tuning. Eventually, TCP will give up attempting to deliver a packet but this may take up to 30min depending on configuration. IIRC, it’s only at that

Handling packet drop between sites

2020-04-28 Thread Mario Kevo
Hi geode-dev, I have a question about how Geode handle when some packets from batch is dropped. I create Geode WAN with two sites and established replication between them. Also modified iptables to drop all packets that comes to receiver port. In that case I have that some threads are stucked. S