Goferd cpu usage - katello-agent 2.2.0-2.el7

Heyho!

We had some troubles using katello-agent in version 2.2.0-2.el7.
The gofer-Daemon is consuming cpu constantly with 100% load on a content
host.

After a few hours of debugging it seems the problem is / was
the qpid-proton package in version 0.9-1.20150219.el7.
Something inside this compontent is calling a "on_reactor_quiesced" "event"
which seems unhandled in this version.
After compiling and installing qpid-proton in 0.9 version it seems fixed
(https://github.com/apache/qpid-proton/releases)
Now everything works fine - no critical cpu load anymore, and i'm still
able to trigger events for the specific host (content install, and so on).

Should i open a bug ticket for this case to fix the qpid-proton version in
katello-agent-pulp repository?
(https://fedorapeople.org/groups/katello/releases/yum/2.2/pulp/RHEL/7/x86_64/)

Regards,

Andi

Hello,

Ya I'm seeing this as well after getting the qpid-dispatch to work in my
environment. The content hosts with qpid-proton-c-0.9-1.20150219.el7
package installed had their CPU's spike to 100%.

I would say to file a bug report. Couldn't hurt.

ยทยทยท On Monday, April 13, 2015 at 8:33:03 PM UTC+9, Andreas Daeubler wrote: > > Heyho! > > > We had some troubles using katello-agent in version 2.2.0-2.el7. > The gofer-Daemon is consuming cpu constantly with 100% load on a content > host. > > After a few hours of debugging it seems the problem is / was > the qpid-proton package in version 0.9-1.20150219.el7. > Something inside this compontent is calling a "on_reactor_quiesced" > "event" which seems unhandled in this version. > After compiling and installing qpid-proton in 0.9 version it seems fixed ( > https://github.com/apache/qpid-proton/releases) > Now everything works fine - no critical cpu load anymore, and i'm still > able to trigger events for the specific host (content install, and so on). > > > Should i open a bug ticket for this case to fix the qpid-proton version in > katello-agent-pulp repository? > ( > https://fedorapeople.org/groups/katello/releases/yum/2.2/pulp/RHEL/7/x86_64/ > ) > > > Regards, > > Andi > >