Replication gets blocked when large amount is provided.
We have a service which replicates tags from content path. For replication we are using com.day.cq.replication.Replicator .
It works fine when the amount of tags are less (i.e: 100,200).
But problem arises when we have a vey large number of tags like 10000 or 5000.
I have checked the replication queue, there is nothing. Queue is idle.
Also there is nothing on log. The replication servlet request keeps loading and loading.
What could be the issue here?