Skip to content

Commit

Permalink
Get rid of deprecated 'Syncing' state (#5017)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberROFL authored May 30, 2024
1 parent 60e1b89 commit 4b1a4a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
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

0 comments on commit 4b1a4a2

Please sign in to comment.