Comment 27 for bug 1612354

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

Reviewed: https://review.opencontrail.org/23362
Committed: http://github.org/Juniper/contrail-controller/commit/e4f422b0329ca0f8eec6856095b017bfd0e3dbb4
Submitter: Zuul
Branch: R2.20

commit e4f422b0329ca0f8eec6856095b017bfd0e3dbb4
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)