Hi, we are integrating SQ 9.0 DCE and while waiting for full license to materialize, so posting questions here before we get the full license.
When I start app nodes in Kubernetes, I created a service for the app nodes, with only one app node as suggested earlier. I see that the app node is failing to start up, logs is
2021.07.27 03:26:19 ERROR app[][c.h.i.c.i.o.JoinMastershipClaimOp] [xx.xx.xx.xx]:9003 [SonarQube] [4.2] Target is this node! -> [xx.xx.xx.xx]:9003
java.lang.IllegalArgumentException: Target is this node! -> [xx.xx.xx.xx]:9003
at com.hazelcast.spi.impl.operationservice.impl.OutboundResponseHandler.checkTarget(OutboundResponseHandler.java:226)
at com.hazelcast.spi.impl.operationservice.impl.OutboundResponseHandler.sendNormalResponse(OutboundResponseHandler.java:125)
at com.hazelcast.spi.impl.operationservice.impl.OutboundResponseHandler.sendResponse(OutboundResponseHandler.java:101)
at com.hazelcast.spi.impl.operationservice.Operation.sendResponse(Operation.java:475)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:282)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:248)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:469)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123)
at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102)