mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore: add DCHECK to easier tests debugging (#5018)
This commit is contained in:
parent
2128eb31c9
commit
70be62c6a1
1 changed files with 1 additions and 0 deletions
|
@ -311,6 +311,7 @@ bool OutgoingMigration::FinalizeMigration(long attempt) {
|
|||
dfly::Pause(server_family_->GetNonPriviligedListeners(), &namespaces->GetDefaultNamespace(),
|
||||
nullptr, ClientPause::ALL, is_pause_in_progress);
|
||||
|
||||
DCHECK(pause_fb_opt);
|
||||
if (!pause_fb_opt) {
|
||||
auto err = absl::StrCat("Migration finalization time out ", cf_->MyID(), " : ",
|
||||
migration_info_.node_info.id, " attempt ", attempt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue