Hello,
Recently since upgrading to 6.5, i've been having issues with cache invalidation not happening on aliased locations during deactivation events.
eg. - I have /content/test/en_US/testpage.html that would have an alias to /content/test/en/testpage.html
On activation of this page, I see the flush agent behaving properly for both the aliased and non aliased location.
However, if I then go to deactivate this page -
The page is deactivated and invalidated on the non aliased location, but remains in cache at the aliased location.
I do have the alias update checkbox selected on my flush agent on the publisher.
Any ideas what might cause this?
Solved! Go to Solution.
Views
Replies
Total Likes
Was this working before? What version were you using then?
Views
Replies
Total Likes
It was, we were using 6.2
Views
Replies
Total Likes
I would recommend setting up a DEBUG logger on com.day.cq.replication to verify if the alias deactivation is getting triggered and then change the dispatcher log level to DEBUG to verify what's happening on dispatcher when this kind of request is requested.
Views
Replies
Total Likes