Hello,
I need some assistance on an issue that I am facing with my author cluster. I have my author cluster set up to use Mongo. The initial process is to start one author and wait until the instance is fully up and running before adding another author instance to the cluster. At this time, I have not found a way to start multiple authors simultaneously. Once the first author is started, I am able to scale my cluster up and down without any issues, assuming no new application packages have been installed on the first author instance. My scenario is to start with a 2 Author node cluster with custom application and content installed. After the application and content installation, I scaled the author nodes to total of 3 author instances. In scaling up the additional author which does not contain the custom application or content, the start up process of the new author causes the other authors to start restarting their OSGi bundles which cause the author cluster to go offline due to the OSGi bundles restarting. I am trying to figure out how to prevent the new author from causing an OSGi restart on the existing author instances. To replicate this issue, execute below step:
- Start Mongo db
- Start AEM author configured to Mongo with the `samplecontent` runmode.
- After the first AEM author instance is up, start second AEM author configured to Mongo with the `nosamplecontent` runmode.
- If you are watching the logs, you will see the first author instance will start to unregister and register OSGi bundles.
Let me know if anyone has figured out what the issue I am facing. The logs for both author instances can be found here, https://drive.google.com/open?id=0B_axgPTf1l7yUXpXay1uZDh0U2c.
Sajid