Start of change

6027-1759 [I] The TCP connection to IP address ipAddress (socket socketNum) state is unexpected: state=stateValue ca_state=caStateValue snd_cwnd=cwndValue snd_ssthresh= ssthreshValu unacked=unackedCount probes=probesValue backoff=backoffValue retransmits=retransmitsValue rto=rtoValue rcv_ssthresh=rcv_ssthreshValue rtt=rttValue rttvar=rttvarValue sacked=sackedValue retrans="retransValue reordering=reorderingValue lost=lostValue

Explanation

A TCP socket state has been displayed because of some internal checks. The socket state includes most of the important tcp_info fields.

User response

If the corresponding node gets expelled, examine whether tcpi_ca_state has a nonzero value and whether the retransmission timeout (tcpi_rto) has a high value. These may indicate possible network problems.
End of change