Skip to content

Commit

Permalink
Avoid unexpected CRIT errors when resubscribing to mediator buckets (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
snaury authored Feb 20, 2025
1 parent 3c348e0 commit b52dd35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/tx/time_cast/time_cast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ class TMediatorTimecastProxy : public TActor<TMediatorTimecastProxy> {
NTabletPipe::SendData(ctx, client, req.release());

bucket.WatchSent = true;
bucket.WatchSynced = false;
}
}

Expand Down

0 comments on commit b52dd35

Please sign in to comment.