weixin_39816027 2020-11-29 10:41
浏览 0

ehcache3 Client side code Ignoring hash invalidation requests when not fully constructed

The following messages are still occassionally seen on ehcache3 clients:


[Clients][client0] [WorkerThread(multi_request_ack_stage, 0)] WARN org.ehcache.clustered.client.internal.store.SimpleClusterTierClientEntity - Ignoring the response org.ehcache.clustered.common.internal.messages.EhcacheEntityResponse$ClientInvalidateHash as no registered response listener could be found.

This looks like a race condition situation as after this message typically the client timesout awaiting the hash invalidation message.

该提问来源于开源项目:ehcache/ehcache3

  • 写回答

5条回答 默认 最新

  • weixin_39816027 2020-11-29 10:41
    关注

    Note that the above was seen in a version that was 1 week old. Testing is in progress on the latest version to see if it still exists.

    评论

报告相同问题?