Depends on D4074
This is a bug fix. If the backup for the given backup id does not exist in the database, we should abort sending log.
Differential D4075
[services] Backup - prevent sending logs for non-existing backups • karol on May 19 2022, 3:00 AM. Authored by Tags None Referenced Files
Details Depends on D4074 This is a bug fix. If the backup for the given backup id does not exist in the database, we should abort sending log.
cd services yarn run-blob-service-dev-mode
cd services yarn run-backup-service-dev-mode
git clone https://github.com/karol-bisztyga/grpc-playground.git cd grpc-playground git checkout backup-async You can hard-code some fake backup-id in the code (Client.h - lastBackupID) ./build.sh ./cmake/build/bin/client Then in terminal 3 create a new log l With an invalid current backup id, the log cannot be sent.
Diff Detail
|