Skip to content

SerializationCheckFailedException appears when akka.actor.serialize-messages = on #99

@negokaz

Description

@negokaz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions