Depends on D3720
We need to be able to throw in the terminationCallback and handle it gracefully.
Paths
| Differential D3721 Authored by • karol on Apr 13 2022, 7:04 AM.
Details Summary Depends on D3720 We need to be able to throw in the terminationCallback and handle it gracefully. Test Plan cd services yarn run-backup-service yarn run-blob-service
Diff Detail
Event TimelineHerald added subscribers: • abosh, • benschac, atul and 3 others. · View Herald TranscriptApr 13 2022, 7:04 AM2022-04-13 07:04:56 (UTC-7) • karol edited the summary of this revision. (Show Details)Apr 13 2022, 7:14 AM2022-04-13 07:14:59 (UTC-7) • karol added a child revision: D3722: [services] Backup - return error when inner client reactor fails. Harbormaster completed remote builds in B8157: Diff 11419.Apr 13 2022, 7:15 AM2022-04-13 07:15:40 (UTC-7) This revision now requires changes to proceed.Apr 15 2022, 9:51 AM2022-04-15 09:51:51 (UTC-7) • karol added inline comments.
Comment Actions This diff isn't too complicated, but we should introduce a habit of having diffs that focus on one thing.
Please split this diff. As a side note, it would be a lot more efficient if the diff was split at the beginning. Each of these diffs would be an instant accept.
This revision now requires changes to proceed.Apr 21 2022, 1:09 AM2022-04-21 01:09:18 (UTC-7) Harbormaster completed remote builds in B8391: Diff 11707.Apr 21 2022, 2:27 AM2022-04-21 02:27:54 (UTC-7) This revision is now accepted and ready to land.Apr 21 2022, 2:36 AM2022-04-21 02:36:08 (UTC-7) Closed by commit rCOMM92c64841f20b: [services] Backup/Blob - wrap terminateCallback into try...catch (authored by • karol). · Explain WhyApr 21 2022, 3:18 AM2022-04-21 03:18:57 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 11707 services/backup/docker-server/contents/server/src/Reactors/server/base-reactors/ServerBidiReactorBase.h
services/backup/docker-server/contents/server/src/Reactors/server/base-reactors/ServerReadReactorBase.h
services/backup/docker-server/contents/server/src/Reactors/server/base-reactors/ServerWriteReactorBase.h
services/blob/src/Reactors/server/base-reactors/ServerBidiReactorBase.h
|