After all data is sent, the log item is saved to database and response is returned.
The value database field is either log contents or blob holder, depending on persistence method
determined when data was uploaded.
Depends on D6213
Paths
| Differential D6214 Authored by bartek on Jan 10 2023, 8:48 AM.
Details Summary After all data is sent, the log item is saved to database and response is returned. Depends on D6213 Test Plan The endpoint can be tested manually (e.g. BloomRPC) or by yarn run-integration-tests backup - these will fail yet, but some logs should be created, which can be checked by e.g. looking at backup and blob services logs or using aws-cli.
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptJan 10 2023, 8:48 AM2023-01-10 08:48:47 (UTC-8) Harbormaster completed remote builds in B15225: Diff 20755.Jan 10 2023, 9:02 AM2023-01-10 09:02:59 (UTC-8) This revision is now accepted and ready to land.Jan 12 2023, 8:08 AM2023-01-12 08:08:04 (UTC-8) Harbormaster completed remote builds in B15319: Diff 20894.Jan 12 2023, 11:42 AM2023-01-12 11:42:49 (UTC-8) Harbormaster completed remote builds in B15471: Diff 21093.Jan 19 2023, 9:59 AM2023-01-19 09:59:59 (UTC-8) Closed by commit rCOMM3e78189f6e16: [services][backup] SendLog 4/4 - save and finish (authored by bartek). · Explain WhyJan 19 2023, 10:08 AM2023-01-19 10:08:07 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 21109 services/backup/src/service/handlers/send_log.rs
|