Ido Barkan has posted comments on this change.

Change subject: xmlrpc: detecting loop on centos7
......................................................................


Patch Set 3: Verified-1

I think that this solution leaks file descriptor (in this case TCP sockets) 
lsof shows many TCP socekts left open and owned by vdsm process:

[root@centos7 ~]# pgrep vdsm
24196
24261
[root@centos7 ~]# lsof -p 24196 -p 24261|grep TCP|wc -l
984

This overloads the system and bring vdsm process to a hat since it can no 
longer open files.

-- 
To view, visit https://gerrit.ovirt.org/39343
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I238d10b3bd8aaf8baac55ec81a7d406609e544e6
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Francesco Romani <[email protected]>
Gerrit-Reviewer: Ido Barkan <[email protected]>
Gerrit-Reviewer: Piotr Kliczewski <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to