Page MenuHomePhabricator

[services] Blob - synchronize status access in reactors
AbandonedPublic

Authored by karol on Apr 20 2022, 11:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 30, 8:15 AM
Unknown Object (File)
Sun, Jun 30, 8:15 AM
Unknown Object (File)
Sun, Jun 30, 8:15 AM
Unknown Object (File)
Sun, Jun 30, 8:14 AM
Unknown Object (File)
Sun, Jun 30, 8:09 AM
Unknown Object (File)
Tue, Jun 25, 9:30 AM
Unknown Object (File)
Tue, Jun 25, 7:48 AM
Unknown Object (File)
Tue, Jun 25, 1:52 AM

Details

Reviewers
tomek
ashoat
Summary

Depends on D3800

The issue was raised in https://phabricator.ashoat.com/D3720#103334 and I decided it would be the best to handle synchronization in the mutual code, therefore I first wanted to implement pulling services' mutual code into a single master class.

This is for the blob service.

Test Plan
cd services
yarn run-blob-service

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added a reviewer: tomek.
karol edited the summary of this revision. (Show Details)
ashoat requested changes to this revision.Apr 21 2022, 10:17 AM

Let's find a way to avoid using multiple inheritance, see comment in D3786

This revision now requires changes to proceed.Apr 21 2022, 10:17 AM

Let's find a way to avoid using multiple inheritance, see comment in D3786

planning changes because of this

Let's find a way to avoid using multiple inheritance, see comment in D3786

planning changes because of this

This will no longer be needed in the new version of this stack (I'm going to transfer any unfinished threads)