You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Murali Reddy (JIRA)" <ji...@apache.org> on 2013/06/27 12:52:20 UTC

[jira] [Updated] (CLOUDSTACK-3233) EventBus: publish messages related to async job submit/complete/update on to event bus

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Murali Reddy updated CLOUDSTACK-3233:
-------------------------------------

    Description: 
EventBus: publish messages related to async job submit/complete/update on to event bus

Fix would need to do the following:

1. introduce a new type of EventCategory that represents life cycle events of async-job
2. in AsyncJobManager
  - on submitAsyncJob publish  async job start message on the event bus
  - on completeAsyncJob publish async job complete message on the event bus
  - on updateAsyncJobStatus publish async job status update message
3. AsyncJobVO, has the relavent details to get the entity type (instance_type) for which the job is being executed and UUID of the entity (instance_id) use this details to form the routing key  and event message 




  was:
EventBus: publish messages related to async job submit/complete/update on to event bus

Fix would need to do the following:

1. introduce a new type of event that represents life cycle events of async-job
2. in AsyncJobManager
  - on submitAsyncJob publish  async job start message on the event bus
  - on completeAsyncJob publish async job complete message on the event bus
  - on updateAsyncJobStatus publish async job status update message
3. AsyncJobVO, has the relavent details to get the entity type (instance_type) for which the job is being executed and UUID of the entity (instance_id) use this details to form the routing key  and event message 




    
> EventBus: publish messages related to async job submit/complete/update on to event bus
> --------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-3233
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3233
>             Project: CloudStack
>          Issue Type: Improvement
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.1.0
>            Reporter: Murali Reddy
>             Fix For: 4.2.0
>
>
> EventBus: publish messages related to async job submit/complete/update on to event bus
> Fix would need to do the following:
> 1. introduce a new type of EventCategory that represents life cycle events of async-job
> 2. in AsyncJobManager
>   - on submitAsyncJob publish  async job start message on the event bus
>   - on completeAsyncJob publish async job complete message on the event bus
>   - on updateAsyncJobStatus publish async job status update message
> 3. AsyncJobVO, has the relavent details to get the entity type (instance_type) for which the job is being executed and UUID of the entity (instance_id) use this details to form the routing key  and event message 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira