You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/09 16:02:00 UTC

[jira] [Commented] (CLOUDSTACK-10123) VmWork job gets deleted before the parent job had time to fetch its result

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-10123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16245904#comment-16245904 ] 

ASF GitHub Bot commented on CLOUDSTACK-10123:
---------------------------------------------

rhtyd commented on issue #2303: CLOUDSTACK-10123: any entity should use GMT timestamp values
URL: https://github.com/apache/cloudstack/pull/2303#issuecomment-343200899
 
 
   LGTM, pending testing.
   @blueorangutan package

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> VmWork job gets deleted before the parent job had time to fetch its result
> --------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-10123
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10123
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>            Reporter: Marc-Aurèle Brothier
>            Assignee: Marc-Aurèle Brothier
>
> Depending on the timezone you're running CS (before GMT timezones) you could experience that some jobs are marked as failed since the parent job got a null result despite its child job having successfully done the job. The child job got deleted by the {{CleanupTask}} ahead of time, due to a missing datetime conversion to GMT timezone.
> Jobs are failing with this message: {{Job failed with un-handled exception}}
> The fix intends to correct any datetime used in the code that should be using the GMT timezone instead of the local one since all DB datetime should be stored at GMT.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)