Public bug reported:

When deleting an HA router the agent shuts the neutron-keepalived-state-
monitor with signal 9, leaving behind processes that the state change
process spawns, the "ip -o monitor address" process.

How to reproduce:

$ps aux | grep "monitor address"  # Verify you've got nothing
$tox -e dsvm-functional test_ha_router_lifecycle  # The test creates and 
deletes an HA router
$ps aux | grep "monitor address"  # Oops, leaked process!

** Affects: neutron
     Importance: Low
         Status: New


** Tags: l3-ha liberty-backport-potential mitaka-backport-potential 
newton-backport-potential

** Tags added: l3-ha

** Changed in: neutron
   Importance: Undecided => Low

** Tags added: juno-backport-potential liberty-backport-potential
newton-backport-potential

** Tags added: mitaka-backport-potential

** Tags removed: juno-backport-potential

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1632099

Title:
  Deleting an HA router kills keepalived-state-change with signal 9,
  leaving children behind

Status in neutron:
  New

Bug description:
  When deleting an HA router the agent shuts the neutron-keepalived-
  state-monitor with signal 9, leaving behind processes that the state
  change process spawns, the "ip -o monitor address" process.

  How to reproduce:

  $ps aux | grep "monitor address"  # Verify you've got nothing
  $tox -e dsvm-functional test_ha_router_lifecycle  # The test creates and 
deletes an HA router
  $ps aux | grep "monitor address"  # Oops, leaked process!

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1632099/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to