Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
2645
|
Spent time |
6h
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
2645
|
Spent time |
6h
|
We're currently having an issues with tigase not closing open tcp connections. From my research this the kernel waiting on the process (tigase) to fully close the connection before cleaning up the socket connection. Are you aware of any conditions that would allow this to happen or any updates web browsers that can cause this?
[root@chat1 ~]# netstat -anl | grep 5290 | awk '/^tcp/ {t[$NF]++}END{for(state in t){print state, t[state]} }'
CLOSE_WAIT 2286
ESTABLISHED 117
LISTEN 1
chat-websockets.png