Re: [Engine-devel] some cleanup

2013-04-23 Thread Michael Kublin
- Original Message - > From: "Laszlo Hornyak" > To: "engine-devel" > Sent: Monday, April 22, 2013 8:27:00 PM > Subject: [Engine-devel] some cleanup > > Hi, > > Some of my patches are waiting for a brave reviewer to +2 them :) > > - entity cleanups > http://gerrit.ovirt.org/13531

[Engine-devel] Introducing Infinispan cache and some required actions after change

2013-04-23 Thread Michael Kublin
Hi All, The following commit I2fbebb10c08c87d2c7fd4d7443d3e3b374541ed7 will introduce a in memory cache inside ovirt-engine The cache which was chosen is infinispan (http://www.jboss.org/infinispan/) The reasons are following: cache has all required functionality, it is open source project and ha

Re: [Engine-devel] Open Attestation integration with oVirt engine proposal has submitted patchset5 for your review

2013-04-02 Thread Michael Kublin
- Original Message - > From: "Doron Fediuck" > To: "Michael Kublin" > Cc: "Wei D Chen" , engine-devel@ovirt.org > Sent: Tuesday, April 2, 2013 2:54:53 PM > Subject: Re: [Engine-devel] Open Attestation integration with oVirt engine > pr

Re: [Engine-devel] Open Attestation integration with oVirt engine proposal has submitted patchset5 for your review

2013-04-02 Thread Michael Kublin
- Original Message - > From: "Wei D Chen" > To: "Doron Fediuck" , "Ofri Masad" > Cc: engine-devel@ovirt.org > Sent: Friday, March 29, 2013 5:00:55 AM > Subject: Re: [Engine-devel] Open Attestation integration with oVirt engine > proposal has submitted patchset5 for your > review > >

Re: [Engine-devel] fedora openid authentication for gerrit is broken

2013-03-06 Thread Michael Kublin
- Original Message - > From: "Itamar Heim" > To: "Yaniv Dary" > Cc: "engine-devel" , "Vered Volansky" > , in...@ovirt.org > Sent: Wednesday, March 6, 2013 2:42:46 PM > Subject: Re: [Engine-devel] fedora openid authentication for gerrit is broken > > On 03/06/2013 02:18 PM, Yaniv Dary

Re: [Engine-devel] DB Performance Monitoring

2013-02-26 Thread Michael Kublin
- Original Message - > From: "Eli Mesika" > To: "Libor Spevak" > Cc: engine-devel@ovirt.org > Sent: Friday, February 22, 2013 12:46:07 AM > Subject: Re: [Engine-devel] DB Performance Monitoring > > > > - Original Message - > > From: "Libor Spevak" > > To: "Eli Mesika" > > C

Re: [Engine-devel] Global transaction in ovirt-engine

2013-02-14 Thread Michael Kublin
> > > > > > - Original Message ----- > > > > From: "Michael Kublin" > > > > To: "engine-devel" > > > > Sent: Tuesday, February 12, 2013 11:38:33 AM > > > > Subject: [Engine-devel] Global transaction i

Re: [Engine-devel] Global transaction in ovirt-engine

2013-02-12 Thread Michael Kublin
- Original Message - > From: "Omer Frenkel" > To: "Michael Kublin" > Cc: "engine-devel" > Sent: Tuesday, February 12, 2013 4:32:44 PM > Subject: Re: [Engine-devel] Global transaction in ovirt-engine > > > > - Original

Re: [Engine-devel] Global transaction in ovirt-engine

2013-02-12 Thread Michael Kublin
- Original Message - > From: "Yair Zaslavsky" > To: "Liron Aravot" > Cc: "engine-devel" , "Michael Kublin" > > Sent: Tuesday, February 12, 2013 2:22:09 PM > Subject: Re: [Engine-devel] Global transaction in ovirt-engine >

[Engine-devel] Global transaction in ovirt-engine

2013-02-12 Thread Michael Kublin
The issue is a following (I think I had raised it once), by default when any command is invoked in ovirt-engine a transaction is opened. Now, lets take a look on complicated command which is performing a lot of XML-RPC/HTTP calls and just simple update , such command is a main cause for the follo

Re: [Engine-devel] Guid & NGuid

2013-02-04 Thread Michael Kublin
- Original Message - > From: "Alon Bar-Lev" > To: "Michael Kublin" > Cc: engine-devel@ovirt.org > Sent: Monday, February 4, 2013 4:17:39 PM > Subject: Re: [Engine-devel] Guid & NGuid > > > > ----- Original Message - > &g

Re: [Engine-devel] Guid & NGuid

2013-02-04 Thread Michael Kublin
- Original Message - > From: "Mike Kolesnik" > To: "Michael Kublin" > Cc: engine-devel@ovirt.org > Sent: Monday, February 4, 2013 11:48:45 AM > Subject: Re: [Engine-devel] Guid & NGuid > > - Original Message - > > > &

Re: [Engine-devel] Guid & NGuid

2013-02-04 Thread Michael Kublin
- Original Message - > From: "Laszlo Hornyak" > To: "Michael Kublin" > Cc: engine-devel@ovirt.org > Sent: Monday, February 4, 2013 9:56:28 AM > Subject: Re: [Engine-devel] Guid & NGuid > > > > ----- Original Message - > &g

Re: [Engine-devel] Guid & NGuid

2013-02-03 Thread Michael Kublin
> >> From: "Omer Frenkel" > >> To: "Michael Kublin" > >> Cc: "engine-devel" > >> Sent: Sunday, February 3, 2013 3:12:19 PM > >> Subject: Re: [Engine-devel] Guid & NGuid > >> > >> > >> &

[Engine-devel] Guid & NGuid

2013-02-03 Thread Michael Kublin
Hi, In ovirt-engine code we have Guid and NGuid objects. Guid is extends NGuid and also NGuid class has method getValue() which should return Guid. As for me these two classes are look like the same and I don't see to much differences between them. My proposal is to remove NGuid and move it func

Re: [Engine-devel] Improving of exist memory lock infrastructure in ovirt-engine

2013-02-03 Thread Michael Kublin
- Original Message - > From: "Yair Zaslavsky" > To: "Allon Mureinik" > Cc: "Michael Kublin" > Sent: Sunday, February 3, 2013 10:01:31 AM > Subject: Re: [Engine-devel] Improving of exist memory lock infrastructure > in

[Engine-devel] Improving of exist memory lock infrastructure in ovirt-engine

2013-01-29 Thread Michael Kublin
The following link http://www.ovirt.org/Features/DetailedLockMechanism contains description and design of in memory lock infrastructure. The design is describing already existing infrastructure with additional changes that should be done in order to improve it. The idea is to allow using of in me

Re: [Engine-devel] ThreadPoolUtil with 500 threads and no queue?

2012-12-12 Thread Michael Kublin
- Original Message - > From: "Juan Hernandez" > To: "Michael Kublin" > Cc: engine-devel@ovirt.org > Sent: Wednesday, December 12, 2012 6:31:44 PM > Subject: Re: [Engine-devel] ThreadPoolUtil with 500 threads and no queue? > > On

Re: [Engine-devel] ThreadPoolUtil with 500 threads and no queue?

2012-12-12 Thread Michael Kublin
- Original Message - > From: "Juan Hernandez" > To: engine-devel@ovirt.org > Sent: Wednesday, December 12, 2012 6:06:30 PM > Subject: [Engine-devel] ThreadPoolUtil with 500 threads and no queue? > > Hello all, > > What is the reasoning behind the decision to have a pool with a > maximu

[Engine-devel] Task cancelation feature

2012-12-03 Thread Michael Kublin
Hi, I created a wiki page with design of task cancellation feature. The url is : http://www.ovirt.org/Features/TaskManagerCancelTask I can not call these design, I have not any requirements , except a name of the feature, so my wiki doesn't contains anything except open questions. Also, I think th

Re: [Engine-devel] [Engine-Devel] OvfDataUpdater

2012-11-19 Thread Michael Kublin
> > > > > > > > > > > > > > > > > > > > > > > > > > starting a new discussion thread. > > > > > > > > > > > > > > > > > > > > > > > > > > - Original Message - > > > > > > > > > > > > > > From: "Mike Kolesnik" > > > > > > > > > > > > > > To: "Liron Aravot" > > > > > > > > > > > > > > Se

Re: [Engine-devel] [Engine-Devel] OvfDataUpdater

2012-11-19 Thread Michael Kublin
- Original Message - > From: "Liron Aravot" > To: "Michael Kublin" > Cc: engine-devel@ovirt.org > Sent: Monday, November 19, 2012 3:58:55 PM > Subject: Re: [Engine-devel] [Engine-Devel] OvfDataUpdater > > > > - Original Message -

Re: [Engine-devel] [Engine-Devel] OvfDataUpdater

2012-11-19 Thread Michael Kublin
- Original Message - > From: "Liron Aravot" > To: "Michael Kublin" > Cc: engine-devel@ovirt.org > Sent: Monday, November 19, 2012 3:34:11 PM > Subject: Re: [Engine-devel] [Engine-Devel] OvfDataUpdater > > > > - Original Message -

Re: [Engine-devel] [Engine-Devel] OvfDataUpdater

2012-11-19 Thread Michael Kublin
- Original Message - > From: "Liron Aravot" > To: "Michael Kublin" > Cc: engine-devel@ovirt.org > Sent: Monday, November 19, 2012 3:17:04 PM > Subject: Re: [Engine-devel] [Engine-Devel] OvfDataUpdater > > > > - Original Message -

Re: [Engine-devel] [Engine-Devel] OvfDataUpdater

2012-11-19 Thread Michael Kublin
- Original Message - > From: "Liron Aravot" > To: "Mike Kolesnik" > Cc: engine-devel@ovirt.org, "Michael Kublin" > Sent: Monday, November 19, 2012 2:52:56 PM > Subject: Re: [Engine-devel] [Engine-Devel] OvfDataUpdater > > > &

Re: [Engine-devel] [Engine-Devel] OvfDataUpdater

2012-11-19 Thread Michael Kublin
- Original Message - > From: "Liron Aravot" > To: engine-devel@ovirt.org > Sent: Monday, November 19, 2012 2:03:57 PM > Subject: [Engine-devel] [Engine-Devel] OvfDataUpdater > > starting a new discussion thread. > > - Original Message - > > From: "Mike Kolesnik" > > To: "Liron

Re: [Engine-devel] Serial Execution of Async Tasks

2012-09-24 Thread Michael Kublin
- Original Message - > From: "Ayal Baron" > To: "Michael Kublin" > Cc: "Liron Aravot" , "engine-devel" > , "Eduardo Warszawski" > , "Allon Mureinik" > Sent: Sunday, September 23, 2012 5:27:54 PM > Subj

Re: [Engine-devel] Serial Execution of Async Tasks

2012-09-23 Thread Michael Kublin
- Original Message - > From: "Ayal Baron" > To: "Allon Mureinik" , "Michael Kublin" > > Cc: "Liron Aravot" , "engine-devel" > , "Eduardo Warszawski" > > Sent: Sunday, September

Re: [Engine-devel] Serial Execution of Async Tasks

2012-09-23 Thread Michael Kublin
>> Hi guys, >> >> As you may know the engine currently has the ability to fire >> an >> SPM >> task, and be asynchronously be "woken-up" when it ends. >> This is great, but we found the for the Live Storage >> Migration >> fea

Re: [Engine-devel] updating disk /api/disks/xxx

2012-09-06 Thread Michael Kublin
No, it is not my feature - Original Message - From: "Michael Pasternak" To: "Ayal Baron" Cc: "engine-devel" , "Michael Kublin" Sent: Thursday, September 6, 2012 12:57:43 PM Subject: Re: updating disk /api/disks/xxx On 09/06/2012 12:41 PM,

Re: [Engine-devel] oVirt UI: Legacy UserPortal removed

2012-06-14 Thread Michael Kublin
AWESOME !!! +0, -76860 - Original Message - From: "Allon Mureinik" To: "Laszlo Hornyak" Cc: engine-devel@ovirt.org Sent: Thursday, June 14, 2012 4:28:05 PM Subject: Re: [Engine-devel] oVirt UI: Legacy UserPortal removed awesome! - Original Message - > From: "Laszlo Hornyak" >

Re: [Engine-devel] Do we need genericApi project?

2012-06-10 Thread Michael Kublin
At least meanwhile, can I disable loading of GenericApiService bean during start up of jboss? - Original Message - From: "Itamar Heim" To: "Daniel Erez" Cc: "engine-devel" , "Michael Kublin" Sent: Sunday, June 10, 2012 12:44:08 PM Subject:

[Engine-devel] Do we need genericApi project?

2012-06-10 Thread Michael Kublin
Hi, I found that we have a ovirt-engine/frontend/api/genericapi project, which is for my opinion is not at use any more. If there are any reason that we want to keep it , maybe someone using it and I missed these? Thanks Michael ___ Engine-devel maili

Re: [Engine-devel] DiskImage public mapper

2012-05-20 Thread Michael Kublin
Yep, it is should be id, I aware about these and Ori already asked me to change it, I will change these very soon - Original Message - From: "Michael Pasternak" To: "Yair Zaslavsky" Cc: "Michael Kublin" , "engine-devel" Sent: Sunday, May 20

Re: [Engine-devel] DiskImage public mupper

2012-05-20 Thread Michael Kublin
both, id - it is a common id for all images that a disk point of them, and ImageId it is a current image - Original Message - From: "Michael Pasternak" To: "Michael Kublin" , "Yair Zaslavsky" Cc: "engine-devel" Sent: Sunday, May 20, 2012 4:5

Re: [Engine-devel] VM disks

2012-02-18 Thread Michael Kublin
- Original Message - > From: "Oved Ourfalli" > To: "Livnat Peer" > Cc: engine-devel@ovirt.org > Sent: Sunday, February 19, 2012 9:48:31 AM > Subject: Re: [Engine-devel] VM disks > > > > - Original Message - > > From: "Livnat Peer" > > To: engine-devel@ovirt.org > > Sent: Sat

Re: [Engine-devel] Unit test failures and RunVmCommand

2012-02-16 Thread Michael Kublin
All issues were fixed - Original Message - From: "Jon Choate" To: engine-devel@ovirt.org Sent: Wednesday, February 15, 2012 7:49:28 PM Subject: [Engine-devel] Unit test failures and RunVmCommand I was trying to fix the broken unit tests so that I can make sure my changes are not breakin

[Engine-devel] Default TransactionScope at engine

2012-02-08 Thread Michael Kublin
Hi All, Today most of the flows of runAction at engine look like at the following way: 1. Perform some selects 2. Perform call to host (xml rpc) or call to some number of other actions in synchronous way 3. If a call success than perform update to DB. It is means that we actually need open tra