Expand my Community achievements bar.

[Dispatcher] - Whenever I publish a page, it triggers the replication of multiple other pages (not directly related) through the user "replication-service"

Avatar

Level 1

Hi,

As said in the title, whenever I publish a page it will trigger the replication of multiple other pages (children pages or not directly related pages) through the user "replication-service". It will overflow the Dispatcher Flush and a huge queueing of all the pages will appear on the publisher instance dispatcher.

All the configuration seems correct on both author and publish dispatcher.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

Hi, 


How did you ensure that those pages are not related? Can you reproduce this issue locally, or is it happening in a specific AEM instance/environment?



Esteban Bustamante

Avatar

Level 1

Hi,

Thanks for your input. I'm saying they are not directly related but they might use the same component. For example, I'm publishing a page in EN language but when I look at the dispatcher queue I can see pages from all the other languages being published. They don't use any XF or CF in common (some might but not all).

It's happening on our DEV environment

Avatar

Level 5

Hi @fbfr ,

 

Multiple things can trigger such behavior : 

1. Any listener which listens to a page replication event and finds relevant pages and publishes them too.

2. If you are on MSM, it could be a roll-out config which can trigger such behavior too. Although you should already see the relation between these pages.

3. Any workflow which is triggered based on a launcher.

 

Regards,

Anupam Patra