My AEM Author instance crashes every night while authors work on the instance. This happen on a daily basis, but at any time during night (the authors team is in India, night for me at the time they work).
I have AEM in a server, behind an Apache instance with AEM Dispatcher in it. I tried to find patters around the HTTP calls that are made at the times of the crashes, and today I came across a weird warning message in logs:
11.05.2020 18:29:50.126 *WARN* [sling-oak-observation-2] org.apache.jackrabbit.oak.segment.DefaultSegmentWriter Large number of modified child nodes: 45000000 @ //oak:index/uuid/:index
This message is spread all over the place in logs, specially around those time when the instance goes down.
What does that message mean? Does the JCR repo really have a node with 45000000 childs?