Problem/Motivation

Also the theme registry and the schema cache write the cache entries later, as they use DrupalCacheArray

Proposed resolution

Include them into the list by default.

Remaining tasks

User interface changes

API changes

CommentFileSizeAuthor
#2 2381829-2.patch1.27 KBdawehner
#2 interdiff.txt354 bytesdawehner
#1 2381829-1.patch1.11 KBdawehner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Active » Needs review
FileSize
1.11 KB

There we go.

dawehner’s picture

Title: Ignore stampede protection for the theme registry and schema » Ignore stampede protection ignoring for the theme registry and schema as well as rules.
FileSize
354 bytes
1.27 KB

We already have explicit support for i18n, rules is probably used even more often.

The recent DEV version of rules also has their own protection, so let's track this here.

  • Jeremy committed 14cbede on 7.x-1.x authored by dawehner
    Issue #2381829 by dawehner: Disable stampede protection for the theme...
Jeremy’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Needs review » Patch (to be ported)

Thanks! Committed to the 7.x-1.x-dev branch with some added notes:
http://cgit.drupalcode.org/memcache/commit/?id=14cbede

Do these cache entries have delayed sets in 6.x too? In other words, does this patch need a back port? Assuming yes until told otherwise.

Jeremy’s picture

Status: Patch (to be ported) » Fixed

Did a little digging, none of these seem applicable in D6 -- closing.

There is no cache_bootstrap table, and no "runtime" caches. Further, stampede protection for Rules appears to be a 7.x-only feature.

Status: Fixed » Closed (fixed)

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