You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by David Grizzanti <da...@sungardas.com> on 2014/04/14 22:37:15 UTC

AsyncJobEvents missing from Event Bus in 4.3

Hi All,

I came across an issue this week that I wanted to see if anyone is aware
of. Until recently we've been running on 4.2 and using the Event Bus pretty
heavily. We upgraded to 4.3 last week and I noticed since upgrading that
we're not seeing any AsyncJobEvent messages. We see all the other expected
types (Action, Usage, Alert, ResourceState), just no Async.

I poked around at the code a bit and noticed that the AsyncJob manager code
was rewritten, but I don't know enough to pinpoint any potential issues.

Is it something we're doing wrong with configuration or have others noticed
this?

Thanks!

Re: AsyncJobEvents missing from Event Bus in 4.3

Posted by Daan Hoogland <da...@gmail.com>.
this sounds like a regression!?! is it being tested in a unit/integration test?

On Wed, Apr 16, 2014 at 2:16 PM, David Grizzanti
<dg...@gmail.com> wrote:
> I've created a bug in Jira for this,
> https://issues.apache.org/jira/browse/CLOUDSTACK-6426
>
>
> On Tue, Apr 15, 2014 at 2:14 AM, Murali Reddy <Mu...@citrix.com>wrote:
>
>> On 15/04/14 3:03 AM, "Kelven Yang" <ke...@citrix.com> wrote:
>>
>> >I was the original author for AsyncJob management and I wasn¹t aware of
>> >that there is a hook-up to EventBus?
>>
>> Changes related to below commit gone missing in 4.3, 4.4 and master.
>>
>> commit 70f33efa7250d1ac8022f4390cddcbcb62ba92f8
>> Author: Ryan Dietrich <ry...@betterservers.com>
>> Date:   Fri Jul 5 17:43:34 2013 +0530
>>
>>     CLOUDSTACK-3190: Async jobs actions now trigger event bus messages to
>> be
>>     published-AsyncJobManagerImpl to publish async job events when async
>> jobs are
>>     created, updated and completed
>>
>>
>> >
>> >Kelven
>> >
>> >On 4/14/14, 1:37 PM, "David Grizzanti" <da...@sungardas.com>
>> >wrote:
>> >
>> >>Hi All,
>> >>
>> >>I came across an issue this week that I wanted to see if anyone is aware
>> >>of. Until recently we've been running on 4.2 and using the Event Bus
>> >>pretty
>> >>heavily. We upgraded to 4.3 last week and I noticed since upgrading that
>> >>we're not seeing any AsyncJobEvent messages. We see all the other
>> >>expected
>> >>types (Action, Usage, Alert, ResourceState), just no Async.
>> >>
>> >>I poked around at the code a bit and noticed that the AsyncJob manager
>> >>code
>> >>was rewritten, but I don't know enough to pinpoint any potential issues.
>> >>
>> >>Is it something we're doing wrong with configuration or have others
>> >>noticed
>> >>this?
>> >>
>> >>Thanks!
>> >
>> >
>>
>>
>>



-- 
Daan

Re: AsyncJobEvents missing from Event Bus in 4.3

Posted by David Grizzanti <dg...@gmail.com>.
I've created a bug in Jira for this,
https://issues.apache.org/jira/browse/CLOUDSTACK-6426


On Tue, Apr 15, 2014 at 2:14 AM, Murali Reddy <Mu...@citrix.com>wrote:

> On 15/04/14 3:03 AM, "Kelven Yang" <ke...@citrix.com> wrote:
>
> >I was the original author for AsyncJob management and I wasn¹t aware of
> >that there is a hook-up to EventBus?
>
> Changes related to below commit gone missing in 4.3, 4.4 and master.
>
> commit 70f33efa7250d1ac8022f4390cddcbcb62ba92f8
> Author: Ryan Dietrich <ry...@betterservers.com>
> Date:   Fri Jul 5 17:43:34 2013 +0530
>
>     CLOUDSTACK-3190: Async jobs actions now trigger event bus messages to
> be
>     published-AsyncJobManagerImpl to publish async job events when async
> jobs are
>     created, updated and completed
>
>
> >
> >Kelven
> >
> >On 4/14/14, 1:37 PM, "David Grizzanti" <da...@sungardas.com>
> >wrote:
> >
> >>Hi All,
> >>
> >>I came across an issue this week that I wanted to see if anyone is aware
> >>of. Until recently we've been running on 4.2 and using the Event Bus
> >>pretty
> >>heavily. We upgraded to 4.3 last week and I noticed since upgrading that
> >>we're not seeing any AsyncJobEvent messages. We see all the other
> >>expected
> >>types (Action, Usage, Alert, ResourceState), just no Async.
> >>
> >>I poked around at the code a bit and noticed that the AsyncJob manager
> >>code
> >>was rewritten, but I don't know enough to pinpoint any potential issues.
> >>
> >>Is it something we're doing wrong with configuration or have others
> >>noticed
> >>this?
> >>
> >>Thanks!
> >
> >
>
>
>

Re: AsyncJobEvents missing from Event Bus in 4.3

Posted by Murali Reddy <Mu...@citrix.com>.
On 15/04/14 3:03 AM, "Kelven Yang" <ke...@citrix.com> wrote:

>I was the original author for AsyncJob management and I wasn¹t aware of
>that there is a hook-up to EventBus?

Changes related to below commit gone missing in 4.3, 4.4 and master.

commit 70f33efa7250d1ac8022f4390cddcbcb62ba92f8
Author: Ryan Dietrich <ry...@betterservers.com>
Date:   Fri Jul 5 17:43:34 2013 +0530

    CLOUDSTACK-3190: Async jobs actions now trigger event bus messages to
be
    published-AsyncJobManagerImpl to publish async job events when async
jobs are
    created, updated and completed


>
>Kelven
>
>On 4/14/14, 1:37 PM, "David Grizzanti" <da...@sungardas.com>
>wrote:
>
>>Hi All,
>>
>>I came across an issue this week that I wanted to see if anyone is aware
>>of. Until recently we've been running on 4.2 and using the Event Bus
>>pretty
>>heavily. We upgraded to 4.3 last week and I noticed since upgrading that
>>we're not seeing any AsyncJobEvent messages. We see all the other
>>expected
>>types (Action, Usage, Alert, ResourceState), just no Async.
>>
>>I poked around at the code a bit and noticed that the AsyncJob manager
>>code
>>was rewritten, but I don't know enough to pinpoint any potential issues.
>>
>>Is it something we're doing wrong with configuration or have others
>>noticed
>>this?
>>
>>Thanks!
>
>



Re: AsyncJobEvents missing from Event Bus in 4.3

Posted by Kelven Yang <ke...@citrix.com>.
I was the original author for AsyncJob management and I wasn¹t aware of
that there is a hook-up to EventBus?

Kelven

On 4/14/14, 1:37 PM, "David Grizzanti" <da...@sungardas.com>
wrote:

>Hi All,
>
>I came across an issue this week that I wanted to see if anyone is aware
>of. Until recently we've been running on 4.2 and using the Event Bus
>pretty
>heavily. We upgraded to 4.3 last week and I noticed since upgrading that
>we're not seeing any AsyncJobEvent messages. We see all the other expected
>types (Action, Usage, Alert, ResourceState), just no Async.
>
>I poked around at the code a bit and noticed that the AsyncJob manager
>code
>was rewritten, but I don't know enough to pinpoint any potential issues.
>
>Is it something we're doing wrong with configuration or have others
>noticed
>this?
>
>Thanks!