The value of apc_cache::default_prefix has been introduced to use a more random value instead of an empty string, but the code using that value is not able to understand if that value has been already set, and then removed from APCu, or it was never set. This means that the code is not able to understand if the APCu keys used for the cache must be invalidated.

The code that writes and reads apc_cache::default_prefix from APCu needs to be removed.

Issue fork apc-3468900

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

avpaderno created an issue. See original summary.

avpaderno’s picture

Status: Active » Needs review

  • avpaderno committed 1c677462 on 7.x-2.x
    Issue #3468900: Remove the code that writes and reads apc_cache::...

  • avpaderno committed ac755b59 on 7.x-1.x
    Issue #3468900: Remove the code that writes and reads apc_cache::...
avpaderno’s picture

Priority: Normal » Minor
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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