Skip to content

Commit 790eded

Browse files
authored
Update BackupCoordinationStageSync.cpp
1 parent 302ddeb commit 790eded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Backups/BackupCoordinationStageSync.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ BackupCoordinationStageSync::State BackupCoordinationStageSync::readCurrentState
154154
/// If the "alive" node doesn't exist then we don't have connection to the corresponding host.
155155
/// This node is ephemeral so probably it will be recreated soon. We use zookeeper retries to wait.
156156
/// In worst case when we won't manage to see the alive node for a long time we will just abort the backup.
157-
const auto * const suffix suffix = retries_ctl.isLastRetry() ? "" : ", will retry";
157+
const auto * const suffix = retries_ctl.isLastRetry() ? "" : ", will retry";
158158
if (started)
159159
retries_ctl.setUserError(Exception(ErrorCodes::FAILED_TO_SYNC_BACKUP_OR_RESTORE,
160160
"Lost connection to host {}{}", host, suffix));

0 commit comments

Comments
 (0)