Overview
Fixed an issue where the management CPU remained at 100% due to a large number of configured User-ID agents.
Impact
memory leak on useridd
root_cause
1) hip report xml buffer was not released after message was sent out which caused memory leak2) High CPU issue is caused by a busy loop ,because a big number of jobs are scheduled and FD is alway readable during the job waiting period.
workaround
Reducing the number of configured userid agents/clients can alleviate the issue.