【发布时间】:2022-09-27 21:49:01
【问题描述】:
尝试在本地运行 Aries 2 服务并获得异常:
SEVERE: [localhost]:7750 [local] [4.2.2] Target is this node! -> [localhost]:7750
java.lang.IllegalArgumentException: Target is this node! -> [localhost]:7750
at com.hazelcast.spi.impl.operationservice.impl.OutboundResponseHandler.checkTarget(OutboundResponseHandler.java:226)
Sep 26, 2022 4:38:40 PM com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl
WARNING: [localhost]:7750 [local] [4.2.2] While sending op error... op: com.hazelcast.internal.cluster.impl.operations.JoinMastershipClaimOp{serviceName=\'hz:core:clusterService\', identityHash=753771767, partitionId=-1, replicaIndex=0, callId=1, invocationTime=1664224720443 (2022-09-26 16:38:40.443), waitTimeout=-1, callTimeout=60000, tenantControl=com.hazelcast.spi.impl.tenantcontrol.NoopTenantControl@0}, error: java.lang.IllegalArgumentException: Target is this node! -> [localhost]:7750
java.lang.IllegalArgumentException: Target is this node! -> [localhost]:7750, response: ErrorResponse{callId=1, urgent=true, cause=java.lang.IllegalArgumentException: Target is this node! -> [localhost]:7750}
标签: java