Colin Mollenhour
Colin Mollenhour
Hmm, I wonder if there is a potential issue with this since often times when keys are deleted they are just going to be repopulated again shortly after. That is,...
Running the commands on a single client may not be sufficient to prove the issue does not exist in a multi-client environment. Perhaps you'd like to submit a PR and...
The `_notMatchingTags` flag is disabled by default so this code would not have any effect unless it is enabled by the user. When enabled it keeps track of all ids...
I can see the merits of what you're trying to do but I've always approached it more at the system level. E.g. using a load balancer or a DNS address...
Thanks for the report, can you provide a fuller stack trace?
Are you both using the Magento patch or Magento LTS which has a fix for the config cache stampeding issue? Without this patch flushing the cache on a site with...
I didn't do a full diff, can you point out the difference more precisely? Here is the atomic ache update I was referring to: https://gist.github.com/colinmollenhour/2715268 I think n98-magerun also has...
Ahh, thanks. Inspecting the code I think that shouldn't be a material difference because the value is declared as false by default and if it is set to true that...
Yes, although the use of `array_chunk` will make the operation less atomic it seems that is preferable to errors and there is no better workaround that is simple that I...
Pushed a fix in 02eef64