Comment 31 for bug 1612354

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

Reviewed: https://review.opencontrail.org/23361
Committed: http://github.org/Juniper/contrail-controller/commit/43cc7377c964933514cb1a7bdff132064b9eeec5
Submitter: Zuul
Branch: R2.22.x

commit 43cc7377c964933514cb1a7bdff132064b9eeec5
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)