Hi, I did discover that PR while looking, but it's not that one. Our production system has that PR in it as well, yet we still see the issue with the virtual routers. Perhaps I am mis-remembering and I need to open a new bug report?
Jeff *Jeff Hair* Technical Lead and Software Developer Tel: (+354) 415 0200 j...@greenqloud.com www.greenqloud.com On Wed, Aug 10, 2016 at 12:20 PM, Wei ZHOU <ustcweiz...@gmail.com> wrote: > Jeff, > > do you mean this PR ? it is already in 4.7 branch. > https://github.com/apache/cloudstack/pull/1356 > > -Wei > > 2016-08-10 11:55 GMT+02:00 Jeff Hair <j...@greenqloud.com>: > > > There is a problem in the virtual router in 4.7 where the time to execute > > router configuration commands linearly increases. This is because the > > router continually executes command updates for instances it no longer > > needs to care about, such as ones that were destroyed. The main culprits > > are SetStaticNatRulesCommand and SaveVmPasswordCommand, especially > > SaveVmPasswordCommand. It updates by IP, and these IPs might not even be > > assigned to the account anymore! > > > > The eventual result is that configuring the router will take too long and > > VM deployment will essentially deadlock until CS kills the job, leaving > the > > VMs stuck in a starting state. > > > > I remember there was a pull request or talk in a PR about this issue, but > > for the life of me I cannot find it. Can someone help me out? > > > > Thanks, > > > > Jeff > > >