K 10 svn:author V 3 mav K 8 svn:date V 27 2013-11-27T20:16:18.088480Z K 7 svn:log V 354 Don't count bucket allocation failures for UMA zones as their own failures. There are good reasons for this to happen, such as recursion prevention, etc. and they are not fatal since buckets are just an optimization mechanism. Real bucket allocation failures are any way counted by the bucket zones themselves, and we don't need double accounting there. END