Akka cluster with artery.tcp

Hello everyone.

I use akka 2.6.4 cluster with artery running on kubernetes and I see log messages like that:

WARN ka.actor.default-dispatcher-27 a.r.a.c.InboundActorRefCompression Inbound message from originUid [1767665843709901657] is using unknown compression table version. It may have been sent with compression table built for previous incarnation of this system. Versions activeTable: 0, nextTable: 1, incomingTable: 41
WARN ka.actor.default-dispatcher-27 a.r.a.c.InboundActorRefCompression Inbound message from originUid [1767665843709901657] is using unknown compression table version. It may have been sent with compression table built for previous incarnation of this system. Versions activeTable: 0, nextTable: 1, incomingTable: 41

I’ve noticed similar issue https://github.com/akka/akka/issues/26786
Can anyone tell what does in it mean? How harmless it is?

Hi @haghard,

I think this is worth an issue in github so we can better track the cause.

Thanks,