mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
feat: cluster migrations restarts immediately if timeout happens (#4081)
* feat: cluster migrations restarts immediately if timeout happens * feat: add DEBUG MIGRATION PAUSE command
This commit is contained in:
parent
3c65651c69
commit
43c83d29fa
15 changed files with 199 additions and 70 deletions
|
@ -1989,7 +1989,7 @@ void ServerFamily::Config(CmdArgList args, Transaction* tx, SinkReplyBuilder* bu
|
|||
|
||||
void ServerFamily::Debug(CmdArgList args, Transaction* tx, SinkReplyBuilder* builder,
|
||||
ConnectionContext* cntx) {
|
||||
DebugCmd dbg_cmd{this, cntx};
|
||||
DebugCmd dbg_cmd{this, &service_.cluster_family(), cntx};
|
||||
|
||||
return dbg_cmd.Run(args, builder);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue