Re: Job Queue Question

2014-07-14 Thread Mike Tutkowski
Yes, I would be interested in this, as well. Thanks On Mon, Jul 14, 2014 at 11:07 PM, Amit Das wrote: > > ​​ > > this is part of the refactoring principal from new VM state > > synchronization framework. > > > ​What is the corresponding cloudstack namespace for above framework ?​ > > ​Is there

Re: Job Queue Question

2014-07-14 Thread Amit Das
> ​​ > this is part of the refactoring principal from new VM state > synchronization framework. ​What is the corresponding cloudstack namespace for above framework ?​ ​Is there any documentation available w.r.t synchronization framework ?​ ​ Regards, Amit *CloudByte Inc.*

Re: Job Queue Question

2014-07-14 Thread Kelven Yang
Yes, this is part of the refactoring principal from new VM state synchronization framework. We serialize operations happening to the VM, for each individual operation flow, it has a clear context to perform its task without worrying about disruption from other flows, therefore create a loosely coup

Re: Job Queue Question

2014-07-14 Thread Mike Tutkowski
I see...so, in case, for example, this API call is being executed in multiple places at the same time, we are making sure we send the commands to the VM in a serial fashion. On Mon, Jul 14, 2014 at 4:09 PM, Kelven Yang wrote: > Mike, > > This is related to serializing activities to the VM. When

Re: Job Queue Question

2014-07-14 Thread Kelven Yang
Mike, This is related to serializing activities to the VM. When VM has multiple disks and volume-semantic API could create situations that there exist multiple volume operations happening at the same time on the same VM. Kelven On 7/14/14, 2:23 PM, "Mike Tutkowski" wrote: >Hi, > >I have a ques