# ss -Otnpio state established | grep -F '8123'
0 0 [::ffff:10.1.0.9]:44198 [::ffff:10.1.0.20]:8123 users:(("java",pid=2731285,fd=34)) ts sack illinois wscale:10,4 rto:201 rtt:0.343/0.188 <cut>
Expected (spot the 0 0 [::ffff:10.1.0.29]:15938 [::ffff:10.1.0.20]:8123 users:(("java",pid=514753,fd=36)) timer:(keepalive,10sec,0) ts sack illinois wscale:10,4 rto:201 rtt:0.249/0.123 <cut>
socket_keepalivedoesnt' appliedSteps to reproduce
Note: I would expect that instruction from official site[1] should end up with the same result.
&socket_keepalive=trueSO_KEEPALIVE=true. However it is not.Actual:
timersection!):Environment
ClickHouse Server
CREATE TABLEstatements for tables involved:[1] https://clickhouse.com/docs/integrations/language-clients/java/jdbc#linux