We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302ddeb commit 790ededCopy full SHA for 790eded
1 file changed
src/Backups/BackupCoordinationStageSync.cpp
@@ -154,7 +154,7 @@ BackupCoordinationStageSync::State BackupCoordinationStageSync::readCurrentState
154
/// If the "alive" node doesn't exist then we don't have connection to the corresponding host.
155
/// This node is ephemeral so probably it will be recreated soon. We use zookeeper retries to wait.
156
/// 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";
+ const auto * const suffix = retries_ctl.isLastRetry() ? "" : ", will retry";
158
if (started)
159
retries_ctl.setUserError(Exception(ErrorCodes::FAILED_TO_SYNC_BACKUP_OR_RESTORE,
160
"Lost connection to host {}{}", host, suffix));
0 commit comments