yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #45668
[Bug 1540526] [NEW] Too many lazy-loads in predictable situations
Public bug reported:
During a normal tempest run, way (way) too many object lazy-loads are
being triggered, which causes extra RPC and database traffic. In a given
tempest run, we should be able to pretty much prevent any lazy-loads in
that predictable situation. The only case where we might want to have
some is where we are iterating objects and conditionally taking action
that needs to load extra information.
On a random devstack-tempest job run sampled on 1-Feb-2016, a lot of
lazy loads were seen:
grep 'Lazy-loading' screen-n-cpu.txt.gz -c
624
We should be able to vastly reduce this number without much work.
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1540526
Title:
Too many lazy-loads in predictable situations
Status in OpenStack Compute (nova):
New
Bug description:
During a normal tempest run, way (way) too many object lazy-loads are
being triggered, which causes extra RPC and database traffic. In a
given tempest run, we should be able to pretty much prevent any lazy-
loads in that predictable situation. The only case where we might want
to have some is where we are iterating objects and conditionally
taking action that needs to load extra information.
On a random devstack-tempest job run sampled on 1-Feb-2016, a lot of
lazy loads were seen:
grep 'Lazy-loading' screen-n-cpu.txt.gz -c
624
We should be able to vastly reduce this number without much work.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1540526/+subscriptions
Follow ups