Comment 8 for bug 1738757

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/47568
Committed: http://github.com/Juniper/contrail-controller/commit/29b8c08f328281dce89fe2fd009920f907bcb3e2
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit 29b8c08f328281dce89fe2fd009920f907bcb3e2
Author: Sergey Kreys <email address hidden>
Date: Mon Dec 18 13:47:51 2017 +0300

Fix to avoid contrail-cassandra-status zombie proc

Proposed fix: use "subprocess.call()" instead of "Popen()" for
"contrail-cassandra-status". Use it with "shell=True" - to avoid
zombies, and use "&" at the end - to run in non-blocking way.
And also do this for "contrail-cassandra-repair" as it has same problem.

Change-Id: Ibefde45932613bb2f600a049037b483a2d7b33a8
Closes-bug: 1738757