I have a very strange issue I'm trying to get to the bottom of that I could use some help troubleshooting, Im pretty sure it has something to do with radioactivity. When I disable radioactivity it does appear to clear up.
I have a fairly high traffic site. (80-100k unique visitors a day) I am using radioactivity to show the popularity of an article.
Every once in a while a post will mysteriously have the content in the body field deleted.
I'm storing incidents in memcache and processing them on cron.
the revision for the field_data_body gets completed deleted (im guessing on cron runs). Not the full revisions, just the row is deleted for the body field only, all the other fields have the correct revision rows and data. This happens sporadically and it appears to only happen on very popular articles. This also only happens in my production environment, which makes debugging this very difficult.
I thought that it may be related to this
https://www.drupal.org/node/1679344 β
but I have tried using the cache_consistent module which is supposed to address the issue, but my case it still persists. so I'm not positive that is the culprit.
I have been using drupal (and radioactivity) on high traffic sites for years and have never come across anything like this.
Has anyone experienced anything similar?
My apologies of this isn't directly related to radioactivity but I'm hoping to get some suggestions on how to resolve this.
thanks.