Hello
We have an xwiki deployed with Docker in AWS and we have some scalability problems.
When there is a peak load, more instances are launched and there are no problems. But when Amazon EC2 Auto Scaling terminate some instance, then data loss occurs, for example when you are editing a page.
Is this situation normal?
I understand that the use of jgroups is to avoid this type of situations.
Is there any way to verify that jgroups is working correctly?
Thanks