Depends on D3469
Add base reactor classes for the server to the blob service so it can use the async API
COPIED FROM services/backup/docker-server/contents/server/src/Reactors/server/base-reactors/ServerReadReactorBase.h
Differential D3519 Authored by • karol on Mar 24 2022, 8:53 AM.
Details Summary Depends on D3469 Add base reactor classes for the server to the blob service so it can use the async API COPIED FROM services/backup/docker-server/contents/server/src/Reactors/server/base-reactors/ServerReadReactorBase.h Test Plan cd services yarn run-backup-service
Diff Detail
Event TimelineHerald added subscribers: • benschac, atul, • adrian and 2 others. · View Herald TranscriptMar 24 2022, 8:53 AM2022-03-24 08:53:41 (UTC+0) Harbormaster completed remote builds in B7575: Diff 10646.Mar 24 2022, 9:19 AM2022-03-24 09:19:15 (UTC+0) • karol added a child revision: D3520: [services] Blob - Add server base reactor classes - write reactor.Mar 24 2022, 9:23 AM2022-03-24 09:23:45 (UTC+0) • karol added a parent revision: D3469: [services] Blob - Add server base reactor classes - bidi reactor. • karol retitled this revision from [services] Blob - Add server base reactor classes - read reactor to [draft] [services] Blob - Add server base reactor classes - read reactor.Mar 24 2022, 9:47 AM2022-03-24 09:47:30 (UTC+0) • karol edited the summary of this revision. (Show Details)Mar 24 2022, 9:57 AM2022-03-24 09:57:39 (UTC+0) This revision is now accepted and ready to land.Mar 24 2022, 3:27 PM2022-03-24 15:27:01 (UTC+0) Comment Actions Is the intention to later modify ServerReadReactorBase.h, so it's no longer a copy? I figured that was the plan, but I couldn't find any later diff in the stack that modifies it. If it's meant to be the exact same file in the long-term, then it would be great to avoid copy-pasting and find some way to share the code. Harbormaster completed remote builds in B7611: Diff 10687.Mar 25 2022, 3:24 PM2022-03-25 15:24:36 (UTC+0) Comment Actions It is accepted as a draft so I removed the draft label and I'm requesting changes once again to keep the appropriate order of events.
We can always prioritize https://linear.app/comm/issue/ENG-324/avoid-repetitions-in-services-code • karol retitled this revision from [draft] [services] Blob - Add server base reactor classes - read reactor to [services] Blob - Add server base reactor classes - read reactor.Mar 25 2022, 3:31 PM2022-03-25 15:31:05 (UTC+0) This revision is now accepted and ready to land.Mar 30 2022, 11:06 AM2022-03-30 11:06:01 (UTC+0) Closed by commit rCOMMa0c8cd9cb137: [services] Blob - Add server base reactor classes - read reactor. · Explain WhyApr 1 2022, 6:41 AM2022-04-01 06:41:34 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 10929 |