[
https://issues.apache.org/jira/browse/CLOUDSTACK-9195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108556#comment-15108556
]
ASF subversion and git services commented on CLOUDSTACK-9195:
-------------------------------------------------------------
Commit 1bfba70b62503d31dc43006783725654656c1112 in cloudstack's branch
refs/heads/master from [~remibergsma]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=1bfba70 ]
Merge pull request #1272 from koushik-das/CLOUDSTACK-9195
CLOUDSTACK-9195: Cancelled/failed async jobs not getting cleaned up from DB
Setting 'job_complete_msid' field in async_job table when marking job as
cancelled during MS restart.
This will ensure that the job is cleaned up as part of GC thread.
* pr/1272:
CLOUDSTACK-9195: Cancelled/failed async jobs not getting cleaned up from DB
Setting 'job_complete_msid' field in async_job table when marking job as
cancelled during MS restart. This will ensure that the job is cleaned up as
part of GC thread.
Signed-off-by: Remi Bergsma <[email protected]>
> Cancelled/failed async jobs not getting cleaned up from DB
> ----------------------------------------------------------
>
> Key: CLOUDSTACK-9195
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9195
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Affects Versions: 4.6.0, 4.7.0
> Reporter: Koushik Das
> Assignee: Koushik Das
> Fix For: 4.8.0
>
>
> Some cancelled/failed async jobs are not getting cleaned up from DB even
> after "job.expire.minutes". These jobs are marked as cancelled/failed when MS
> is restarted, check for 'job_status' as 2 (FAILED) and 'job_result' as "job
> cancelled because of management server restart or shutdown" in async_job
> table in DB. These are not getting cleaned as 'job_complete_msid' field is
> not set in DB.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)