You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
format("ERROR: %s task version `%lu' is greater than supported version `%lu'", task->params[Task::reservedTaskParamKeyType].toString().c_str(), (unsignedlong)taskVersion, (unsignedlong)version)));
115
115
@@ -1335,7 +1335,7 @@ namespace dbBackup {
1335
1335
state Reference<TaskFuture> onDone = futureBucket->unpack(task->params[Task::reservedTaskParamKeyDone]);
1336
1336
1337
1337
if (task->params[BackupAgentBase::destUid].size() == 0) {
if (KeyBackedConfig::TaskParams.uid().exists(task)) {
710
710
std::string msg = format("%s task version `%lu' is greater than supported version `%lu'", task->params[Task::reservedTaskParamKeyType].toString().c_str(), (unsignedlong)taskVersion, (unsignedlong)version);
// Just in case the durable version changes while we are waiting for the read, we grab this data from memory. We may or may not actually send it depending on
0 commit comments