[wp-trac] [WordPress Trac] #15605: Bulk spam/unspam of a blog leads to inconsistencies when object cache in use

WordPress Trac wp-trac at lists.automattic.com
Mon Nov 29 14:28:05 UTC 2010


#15605: Bulk spam/unspam of a blog leads to inconsistencies when object cache in
use
---------------------------+------------------------------------------------
 Reporter:  westi          |       Owner:     
     Type:  defect (bug)   |      Status:  new
 Priority:  high           |   Milestone:  3.1
Component:  Network Admin  |     Version:  3.0
 Severity:  major          |    Keywords:     
---------------------------+------------------------------------------------

Comment(by ryan):

 update_user_status() and update_blog_option() also have refresh arguments.
 Perhaps the point is to avoid multiple get_blog_details() calls due to
 repeated refresh_blog_details() calls.  Separating the cache deletes into
 a clean_blog_cache() function that is always called would keep the cache
 consistent while possibly avoiding extra get_blog_details() calls down the
 line.    Or maybe not. These arguments should likely be deprecated and
 ignored.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15605#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list