Skip to content

Commit

Permalink
c/migration/table: when applying a snapshot update completed timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtanov committed Jan 7, 2025
1 parent d31b517 commit dd587d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/cluster/data_migration_table.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ ss::future<> migrations_table::apply_snapshot(
continue;
}
it->second.state = migration.state;
it->second.completed_timestamp = migration.completed_timestamp;
}
affected_ids.push_back(id);
updated.emplace_back(it->second);
Expand Down

0 comments on commit dd587d4

Please sign in to comment.