You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For us, it happens during the regular runs. It would be just enough to add netstat -anp | grep CLOSE_WAIT to the hooks. Initially, we thought that this might be behind some unaligned results we're getting from time to time.
Hey,
We just noticed that LeafNodeRank forgets about connections and never cleans some of the sockets.
[root@b4969184c538 301421]# netstat -anp | grep 11222 | grep -v ESTA
tcp 0 0 0.0.0.0:11222 0.0.0.0:* LISTEN 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34310 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34370 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34436 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34374 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34386 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34358 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34384 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34346 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34394 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34308 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34344 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34334 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34366 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34338 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34360 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34428 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34328 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34348 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34336 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34312 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34372 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34350 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34316 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34376 CLOSE_WAIT 301419/build/worklo
tcp 0 0 127.0.0.1:11222 127.0.0.1:34318 CLOSE_WAIT 301419/build/worklo
The text was updated successfully, but these errors were encountered: