<div dir="ltr">Are there any general guidelines to avoid these db lock timeout issues in the third party neutron plugins??<div><br></div><div>Thanks,</div><div>Divya</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 10, 2016 at 1:57 PM, Divya <span dir="ltr"><<a href="mailto:divya.hc@gmail.com" target="_blank">divya.hc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div>   I am trying to run this rally test on stable/kilo <a href="https://github.com/openstack/rally/blob/master/samples/tasks/scenarios/neutron/create_and_delete_routers.json" target="_blank">https://github.com/openstack/rally/blob/master/samples/tasks/scenarios/neutron/create_and_delete_routers.json</a> </div><div>with concurrency 50 and iterations 2000.</div><div><br></div><div>This test basically cretaes routers and subnets</div><div>and then calls </div><div>router-interface-add</div><div>router-interface-delete </div><div><br></div><div><br></div><div>And i am running this against 3rd party Nuage plugin.</div><div><br></div><div>In the NuagePlugin:</div><div><br></div><div>add_router_interface is something like this:</div><div>----------------------------</div><div>super().add_router_interface</div><div>try:</div><div>  some calls to external rest server<br></div><div>  super().delete_port</div><div>except:</div><div>    </div><div><br></div><div>remove_router_interface:</div><div>-----------------------------------</div><div>super().remove_router_interface</div><div>some calls to external rest server</div><div>super().create_port()</div><div>some calls to external rest server<br></div><div><br></div><div><br></div><div>If i comment delete_port in the add_router_interface, i am not hitting the db lockout issue.</div><div>delete_port or any other operations are not within any transaction.</div><div>So not sure, why this is leading to db lock timeouts in insert to routerport</div><div><br></div><div>error trace</div><div><a href="http://paste.openstack.org/show/496626/" target="_blank">http://paste.openstack.org/show/496626/</a><br></div><div><br></div><div><br></div><div><br></div><div>Really appreciate any help on this.</div><div><br></div><div>Thanks,</div><div>Divya</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>
</blockquote></div><br></div>