}
return false, serviceerrors.NewRetryReplication(
"sync HSM state encountered missing events",
workflowKey.NamespaceID,
workflowKey.WorkflowID,
workflowKey.RunID,
lastLocalItem.EventId,
lastLocalItem.Version,
lastIncomingItem.EventId+1, // underlying resend logic is exclusive-exclusive
lastIncomingItem.Version,
)
}