Searched refs:blocked_round (Results 1 – 2 of 2) sorted by relevance
725 absl::optional<int64> blocked_round; in ClientHeartbeat() local728 blocked_round = request->blocked_round(); in ClientHeartbeat()733 << ". blocked_round: " << blocked_round.value_or(-1) in ClientHeartbeat()746 if (blocked_round.has_value() && in ClientHeartbeat()747 blocked_round.value() <= task.target_round && in ClientHeartbeat()
115 int64 blocked_round = 4; field