Re: [openstack-dev] Bug #1194026

2013-07-15 Thread Edgar Magana
This is ready to be merged, already has two core reviews but Salvatore ask for some changes in the commit message. Thanks, Edgar On 7/15/13 1:47 AM, "Thierry Carrez" wrote: >Nachi Ueno wrote: >> Since this is critical bug which stops gating, I hope this is merged >>soon. >> I'll fix this code

Re: [openstack-dev] Bug #1194026

2013-07-15 Thread Thierry Carrez
Nachi Ueno wrote: > Since this is critical bug which stops gating, I hope this is merged soon. > I'll fix this code asap if I got review comment. Great work Nachi. I certainly hope it gets the second Neutron +2 very soon so we can make the Neutron tests voting again ASAP. Thanks, -- Thierry Car

Re: [openstack-dev] Bug #1194026

2013-07-15 Thread Nachi Ueno
Hi folks I rechecked this patch 10 times. All of issuing succeed. https://review.openstack.org/#/c/36890/ I believe this patch improves server side performance, because message processing will be merged in agent side, and it decreases db request. For example, when we assign 10 floating ips in the

Re: [openstack-dev] Bug #1194026

2013-07-13 Thread Nachi Ueno
HI Folks I pushed https://review.openstack.org/#/c/36890/ . Since this is kind of critical problem, I'm very appreciate if this is reviewed quickly. Thanks Nachi 2013/7/11 Nachi Ueno : > Hi folks > > I think I found possible cause of this problems. > > so we expected all RPC call is executed s

Re: [openstack-dev] Bug #1194026

2013-07-12 Thread Nachi Ueno
Hi folks I think I found possible cause of this problems. so we expected all RPC call is executed serialized way on l3-agent However it is executed in random order. http://paste.openstack.org/show/40156/ line starts from Get is RPC message log. line starts from [ Process is when l3-agen

Re: [openstack-dev] Bug #1194026

2013-07-11 Thread Salvatore Orlando
Adding openstack-dev to this discussion thread. Looks like the test is going to be skipped at the moment, but we probably need to consider raising the priority of this issue and assign our cores with more experience with tempest/gating on this. salvatore On 9 July 2013 22:48, Maru Newby wrote: