During updates, views_slideshow_update_7300() clears the cache when it doesn't have to. If that's the only update it's usually not a problem, but if you have a lot of module updates at once it's possible that it will clear the cache too early, and you will run into issues where the cache is newer than the schema.

You don't have to clear the caches in update hooks, as long as there is a hook, both update.php and drush updb will clear the caches at the end of all updates.

CommentFileSizeAuthor
#2 2890744-2.patch294 bytesdjdevin

Comments

djdevin created an issue. See original summary.

djdevin’s picture

StatusFileSize
new294 bytes
djdevin’s picture

Issue summary: View changes

  • NickWilde committed 133153b on 7.x-3.x authored by djdevin
    Issue #2890744 by djdevin: views_slideshow_update_7300 unnecessarily...
nickdickinsonwilde’s picture

Status: Needs review » Fixed

Ah, I really should've thought of that. Thanks for the patch!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.