AEM msm_moved nodes
Hello,
in our project we are using MSM and live copies for different languages. After some time we run into a problem that values in a page properties dialog are not shown. After some analysis we found out that a request to /content/mywebsite/de/jcr:content.infinity.json returns HTTP 300 "multiple choices" with a list of json links instead of page properties. Further analysis showed that the reason for that was a "JSON Max results" configuration property of the org.apache.sling.servlets.get.DefaultGetServlet. Changing this property to1000 solved our issue. However it was a workaround. The main problem was a huge amount of *_msm_moved_<number> nodes under jcr:content node, for example
xsmall_msm_moved_103: { sling:resourceType: "foundation/components/image", fileReference: "/content/dam/mysite/images/teasers/img_teaser.jpg/jcr:content/renditions/cq5dam.thumbnail.240.240.teaser.png", jcr :primaryType: "nt:unstructured" }Unfortunately, we cannot find any documentation in MSM about it. Why these nodes are automatically created, how to avoid if?