This diff adds logic for processing non-data inputs (handler non-data-mode). After all of them are provided,
log ID is generated and handler switches to "data mode" (waits for data chunks), which is implemented in next diff.
Depends on D6211
Paths
| Differential D6212 Authored by bartek on Jan 10 2023, 8:37 AM.
Details Summary This diff adds logic for processing non-data inputs (handler non-data-mode). After all of them are provided, Depends on D6211 Test Plan The service builds and starts. Logic of this diff can be tested altogether with the grandchild diff - see the description there.
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptJan 10 2023, 8:37 AM2023-01-10 08:37:14 (UTC-8) Harbormaster completed remote builds in B15223: Diff 20753.Jan 10 2023, 8:51 AM2023-01-10 08:51:39 (UTC-8) This revision is now accepted and ready to land.Jan 12 2023, 7:09 AM2023-01-12 07:09:27 (UTC-8) Harbormaster completed remote builds in B15314: Diff 20889.Jan 12 2023, 10:25 AM2023-01-12 10:25:42 (UTC-8) Harbormaster completed remote builds in B15469: Diff 21091.Jan 19 2023, 9:56 AM2023-01-19 09:56:45 (UTC-8) Closed by commit rCOMM063beea85ccf: [services][backup] SendLog 2/4 - handle non-data inputs (authored by bartek). · Explain WhyJan 19 2023, 10:08 AM2023-01-19 10:08:04 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 21107 services/backup/src/service/handlers/send_log.rs
|