Skip to content

Commit

Permalink
Add forgotten clear() (#13256)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberROFL authored Jan 10, 2025
1 parent 59149a5 commit 7c8ed01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ydb/core/tx/replication/controller/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ void TController::Reset() {
SysParams.Reset();
Replications.clear();
ReplicationsByPathId.clear();
AssignedTxIds.clear();
Workers.clear();
WorkersWithHeartbeat.clear();
WorkersByHeartbeat.clear();
}

void TController::Handle(TEvController::TEvCreateReplication::TPtr& ev, const TActorContext& ctx) {
Expand Down

0 comments on commit 7c8ed01

Please sign in to comment.