-
Notifications
You must be signed in to change notification settings - Fork 1
Open
@negokaz
Description
log message:
ERROR lerna.akka.entityreplication.ClusterReplicationGuardian - swallowing exception during message send akka.actor.dungeon.SerializationCheckFailedException: Failed to serialize and deserialize message of type lerna.akka.entityreplication.ClusterReplicationGuardian$Start for testing. To avoid this error, either disable 'akka.actor.serialize-messages', mark the message with 'akka.actor.NoSerializationVerificationNeeded', or configure serialization to support this message
ClusterReplicationGuardian$Start
should mix-in akka.actor.NoSerializationVerificationNeeded
, because the message is not sent any remote actors.
Metadata
Metadata
Assignees
Labels
No labels