Hazelcast RetryableIOException-数据包未发送到

Hazelcast RetryableIOException-数据包未发送到,hazelcast,Hazelcast,有时我们会在日志中看到以下警告,我们想知道何时/为什么会发生这种情况 2017-06-24 23:46:41.211 WARN (vert.x-eventloop-thread-14) [c.h.s.i.o.i.Invocation] - [192.111.111.11]:5701 [Secure Email Gateway] [3.6.3] While asking 'is-executing': Invocation{serviceName='hz:impl:mapService', op=

有时我们会在日志中看到以下警告,我们想知道何时/为什么会发生这种情况

2017-06-24 23:46:41.211 WARN (vert.x-eventloop-thread-14) [c.h.s.i.o.i.Invocation] - [192.111.111.11]:5701 [Secure Email Gateway] [3.6.3] While asking 'is-executing': Invocation{serviceName='hz:impl:mapService', op=com.hazelcast.map.impl.operation.GetOperation{identityHash=1278259701, serviceName='hz:impl:mapService', partitionId=198, replicaIndex=0, callId=15947777, invocationTime=1498362385195 (Sat Jun 24 23:46:25 EDT 2017), waitTimeout=-1, callTimeout=8000, name=redirect.mapping.cache.info.for.451, name=redirect.mapping.cache.info.for.451}, partitionId=198, replicaIndex=0, tryCount=250, tryPauseMillis=500, invokeCount=1, callTimeout=8000, target=Address[192.111.111.11]:5701, backupsExpected=0, backupsCompleted=0, connection=null}
java.util.concurrent.ExecutionException: com.hazelcast.spi.exception.RetryableIOException: Packet not send to -> Address[192.111.111.11]:5701
    at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.resolveApplicationResponseOrThrowException(InvocationFuture.java:360)
    at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.get(InvocationFuture.java:225)
    at com.hazelcast.spi.impl.operationservice.impl.IsStillRunningService.isOperationExecuting(IsStillRunningService.java:85)
    at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.waitForResponse(InvocationFuture.java:275)
    at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.get(InvocationFuture.java:224)
    at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.get(InvocationFuture.java:204)
    at com.hazelcast.map.impl.proxy.MapProxySupport.invokeOperation(MapProxySupport.java:320)
    at com.hazelcast.map.impl.proxy.MapProxySupport.getInternal(MapProxySupport.java:250)
    at com.hazelcast.map.impl.proxy.MapProxyImpl.get(MapProxyImpl.java:94)
    at com.whatever.cache.provider.impl.HazelcastCacheProvider.getFromCache(HazelcastCacheProvider.java:112)

看起来像是连接问题,可能是由于网络错误,但将重试(
RetryableIOException
),因此它位于警告级别日志中。如果问题持续存在,也许您可以共享更多日志。

我就是这么想的。这并不是持续的,看起来我们很好。