Comment 92 for bug 1743249

Revision history for this message
Andres Rodriguez (andreserl) wrote : Re: Failed Deployment after timeout trying to retrieve grub cfg

@Jason,

I'm comparing pb in #79 vs pb in #90

#79 (non-patched): https://paste.ubuntu.com/26530737/
#90 (patched with lru_cache): https://paste.ubuntu.com/26531873/

Examples I see in #79:

14:02:ec:42:38:dc # makes 9 requests. on line 160+
14:02:ec:42:28:70 # 8 requests on line 72
14:02:ec:41:d7:38 # 7 on line 92.

In #90 i see:

14:02:ec:41:d7:44 # makes 6 requests on line 7
14:02:ec:42:38:dc # makes 5 requests on line 19

So it is interesting to see that in #79 more machines make more requests than those in #90. Obviously we need more data over time to really tell the difference in both scenarios, but based on the current logs, it does /apparently/ show an improvement.