Comment 13 for bug 379264

Revision history for this message
MadMatt (yonkovim) wrote :

After thinking about this, I think this is an issue with the async nature of a flush. Since the page/block could change ( i think ) between the time when the write is requested and the time when the actual write occurs I think we need to look at move the push to memcached down all the way to os_file_write .... maybe.