Replies: 1 comment
-
my bad. I search for problematic netstat lines like this:
while I should've searched like that:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Friends,
netstat -antp
shows that port 3408LISTEN
ed by tarantool process 1658205, butESTABLISHED
with tarantool processes 1684675 and 1658387:All these 3 processes are totally unrelated, as they belong to different tarantool instances, not threads (LWPs) of one instance:
Please share your vision on how this could be?
(I wanted to analyze the strange behavior of storage-8-replica by analyzing tcpdump of this node, so who exactly is handling requests to 10.127.67.81:3408 is critical in understanding what's going on. I though that 10.127.67.81:3408 is handled by storage-8-replica as per config:
Beta Was this translation helpful? Give feedback.
All reactions