使能KAEzip之前,Greenplum运行SQL时提示“interconnect encountered a network error, please check your network (xxx)”和“DETAIL: Failed to send packet (xxx) after xxx retries in xxx seconds”。
一般是网络数据包丢失导致的问题。
net.ipv4.ipfrag_max_dist = 64000 net.ipv4.ipfrag_time = 6000 net.ipv4.ipfrag_high_thresh = 6710886400 net.ipv4.ipfrag_low_thresh = 671088640
在本例中默认的MTU值为“1500”,因而尝试将“gp_max_packet_size”参数的值调整为“1492”。
gpconfig -c gp_max_packet_size -v 1492