vrk-kpa / xroad-joint-development

Unmaintained repository. Development moved to: https://github.com/nordic-institute/X-Road-development
19 stars 8 forks source link

BUG: OpenFileDescriptorCount parameter reports invalid values #148

Closed hanhaka closed 7 years ago

hanhaka commented 7 years ago

Affected components: ENV Monitoring, Proxy Affected documentation: -UG Syspar Estimated delivery: Q2/017 External reference: https://jira.csc.fi/browse/PVAYLADEV-621

Problem OpenFileDescriptorCount parameter reports invalid values. For example if we have unclosed file handles the value of OpenFileDescriptorCount must increase. But instead on that it constantly reports "47" until security server stops responding because MaxFileDescriptorCount is reached.

Problem is caused because the current implementation is erroneously reporting the file handles of xroad-monitor process, not the file handles of xroad-proxy process as it should.

Acceptance criteria

hanhaka commented 7 years ago

Fixed in version 6.15.0