Hi,
I have been using entitycache + memcache_storage on a fairly large site for some time now, and it has been working pretty well.
however, recently I have noticed that sometimes it does not store any extra data loaded into the node with hook_node_load in the entity cache. And only sometimes, which is really weird.

I haven't introduced any new modules or custom code into the site recently. I realize this is hard to debug without knowing all the details of my set up (there is a lot going on), but was wondering if anyone has come across anything like this before.

I have even gone as far as to implement hook_entitycache_ENTITY_TYPE_load() to try and load the data again if it is missing, but that isn't working consistently either. Maybe it has to do with the way memcache is set up? I'm stumped.

I'm hosted on AWS and use amazons elasticache for my memcache bins.

any insight is appreciated, thanks

Comments

loze created an issue.