Skip to content

Commit 1550621

Browse files
snauryblinkov
authored andcommitted
Avoid unexpected CRIT errors when resubscribing to mediator buckets (#14800)
1 parent e0df5a9 commit 1550621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/tx/time_cast/time_cast.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ class TMediatorTimecastProxy : public TActor<TMediatorTimecastProxy> {
368368
NTabletPipe::SendData(ctx, client, req.release());
369369

370370
bucket.WatchSent = true;
371+
bucket.WatchSynced = false;
371372
}
372373
}
373374

0 commit comments

Comments
 (0)