Skip to content

Commit

Permalink
Merge pull request ClickHouse#60442 from ClickHouse/keeper-disk-move-fix
Browse files Browse the repository at this point in the history
Keeper: fix moving changelog files between disks
  • Loading branch information
antonio2368 authored Feb 29, 2024
2 parents 049e46c + 5530ad5 commit ad265f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Coordination/Changelog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ void moveChangelogBetweenDisks(
const std::string & path_to,
const KeeperContextPtr & keeper_context)
{
auto path_from = description->path;
moveFileBetweenDisks(
disk_from,
description->path,
path_from,
disk_to,
path_to,
[&]
Expand Down

0 comments on commit ad265f9

Please sign in to comment.