Depends on D4870
Removing c++ part responsible for handling the inner blob client calls in the backup service. Instead of using c++ for this, we agreed on using rust.
Paths
| Differential D4885 Authored by • karol on Aug 19 2022, 1:31 AM.
Details Summary Depends on D4870 Removing c++ part responsible for handling the inner blob client calls in the backup service. Instead of using c++ for this, we agreed on using rust. Test Plan backup builds
Diff Detail
Event TimelineHerald added subscribers: • abosh, atul, tomek, ashoat. · View Herald TranscriptAug 19 2022, 1:31 AM2022-08-19 01:31:14 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Aug 19 2022, 1:32 AM2022-08-19 01:32:26 (UTC-7) • karol edited the summary of this revision. (Show Details)Aug 19 2022, 1:35 AM2022-08-19 01:35:15 (UTC-7) Harbormaster completed remote builds in B11612: Diff 15975.Aug 25 2022, 5:08 AM2022-08-25 05:08:34 (UTC-7) • karol edited the summary of this revision. (Show Details)Aug 29 2022, 1:28 AM2022-08-29 01:28:04 (UTC-7) Herald added a reviewer: • jon. · View Herald TranscriptAug 29 2022, 1:28 AM2022-08-29 01:28:04 (UTC-7) This revision is now accepted and ready to land.Aug 29 2022, 4:11 AM2022-08-29 04:11:14 (UTC-7)
Closed by commit rCOMM59672d15e9f3: [services] Backup - Connect to Blob - Remove c++ part (authored by • karol). · Explain WhyAug 29 2022, 7:02 AM2022-08-29 07:02:28 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 16068 services/backup/CMakeLists.txt
services/backup/src/Reactors/client/blob/BlobGetClientReactor.h
services/backup/src/Reactors/client/blob/BlobGetClientReactor.cpp
services/backup/src/Reactors/client/blob/BlobPutClientReactor.h
services/backup/src/Reactors/client/blob/BlobPutClientReactor.cpp
|