Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ydb/core/tx/replication/controller/replication.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class TReplication: public TSimpleRefCount<TReplication> {

enum class EDstState: ui8 {
Creating,
Syncing,
Ready,
Alter,
Done,
Expand Down
2 changes: 0 additions & 2 deletions ydb/core/tx/replication/controller/target_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ void TTargetBase::Progress(TReplication::TPtr replication, const TActorContext&
DstCreator = ctx.Register(CreateDstCreator(replication, Id, ctx));
}
break;
case EDstState::Syncing:
break; // TODO
case EDstState::Ready:
if (!WorkerRegistar) {
WorkerRegistar = ctx.Register(CreateWorkerRegistar(replication, ctx));
Expand Down