When a datahost(all write/read host) drop packets (use iptables or other),
and the “dataNodeHeartbeatPeriod” is very small,means heartbeat konws this thing.
A query send to the datahost will also hang for timeout.
the time is decided by RTO and net.ipv4.tcp_syn_retries.
TIMEOUT = RTO * (POWER(2, retries+1)-1)