if node, ok := sma.cluster.GetOther(req.AccessToken); ok {
        if cluster.IsInternalRequest(ctx) {
            return nil, status.Errorf(codes.FailedPrecondition,
                "it should be final destination of abandon request (%s), but found another node for it: %s",
                req.GetAccessToken(),