I'm experiencing a functional issue in my application, which is composed of several containers, including 10 instances (called app-java) for scaling purposes. When I perform REST requests which interact with the cache using Hazelcast, all other containers become unavailable and do not respond to requests during the start of the new instance (app-java). Is this behavior normal? If not, could you provide some insights or suggestions on how to address this issue? Is there any configurations to do in hazelcast.xml? thank you in advance.