Have been getting a lot of the following error when creating new callbacks after a site has already been cached using memcache:
The requested callback "%callback" defined by the "%module" module could not be loaded. Please check your configuration and try again.

After discussing and trouble shooting this, @marco has determined that it is because Memcache uses variables to determine cache validity. Because the JS module only bootstraps to the database level, which is before the callback hook information is returned, Memcache cannot properly return the correct cached (invalidated) hook info.

CommentFileSizeAuthor
#3 js-2301287-3.patch461 bytesplach

Comments

  • Mark Carver committed 1c81c4f on 7.x-2.x authored by marco
    Issue #2301287 by Mark Carver: Fixed Does not work well with Memcache.
    
markhalliwell’s picture

Status: Active » Fixed
plach’s picture

Status: Fixed » Needs review
StatusFileSize
new461 bytes

Small follow-up

markhalliwell’s picture

Status: Needs review » Fixed

Great catch. Thanks!

  • Mark Carver committed ec6bb4f on authored by plach
    Issue #2301287 by plach | Mark Carver: Fixed Does not work well with...

Status: Fixed » Closed (fixed)

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