Comment 28 for bug 1612354

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

Reviewed: https://review.opencontrail.org/23370
Committed: http://github.org/Juniper/contrail-controller/commit/0cedfc5f7d3ae6a56d488406dfd1ff3e116fa2d6
Submitter: Zuul
Branch: R3.0

commit 0cedfc5f7d3ae6a56d488406dfd1ff3e116fa2d6
Author: Hari <email address hidden>
Date: Tue Aug 16 12:16:27 2016 +0530

Delete Instance Task only in exit handler.

We currently have a delete of instance task object after terminating the task
as well. This could result in accessing a deleted instance task object (eg. when
the small timeout value is configured or when task exit takes long). Changing
this to delete only via exit handler.

Change-Id: I062400dae5ba580a44fdb4ce0c4c48994e9c1b95
closes-bug: #1612354
(cherry picked from commit f5b38972b8a1dcdf8de5cb84cc05192a8c146187)