Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #12650 - make sure we sync on QPID acknowledge #6065

Merged
merged 1 commit into from May 27, 2016

Conversation

iNecas
Copy link
Member

@iNecas iNecas commented May 25, 2016

It seems the way we use the QPID client library causes the memory leaks
described in https://issues.apache.org/jira/browse/QPID-3321

Steps to test:

I=0; while subscription-manager register --username admin --password changeme\
   --org 'Default Organization' --environment Library --force; do
  I=$((I+1));
  echo $I
done

In other shell:

PID=`/usr/sbin/pidof dynflow_executor`
watch "cat /proc/$PID/status | grep ^VmData"

and watch the number grow without the fix and stay still with the fix

It seems the way we use the QPID client library causes the memory leaks
described in https://issues.apache.org/jira/browse/QPID-3321

Steps to test:

  while subscription-manager register --username admin\
    --password changeme --org 'Default Organization'\
    --environment Library --force; do I=$((I+1)); echo
$I; done

In other shell:

  PID=`/usr/sbin/pidof dynflow_executor`
  watch "cat /proc/$PID/status | grep ^VmData"

and watch the number grow without the fix and stay still with the fix
@ehelms
Copy link
Member

ehelms commented May 25, 2016

[test]

1 similar comment
@jlsherrill
Copy link
Member

[test]

@jlsherrill
Copy link
Member

ACK

@iNecas iNecas merged commit 7f66159 into Katello:master May 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants