Comment 10 for bug 1738757

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

Reviewed: https://review.opencontrail.org/48499
Committed: http://github.com/Juniper/contrail-controller/commit/a1419a689e9690a02daf5587207e2c8647bd7d91
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit a1419a689e9690a02daf5587207e2c8647bd7d91
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