Page MenuHomePhabricator

[services] Blob - Add append holder implementation
AbandonedPublic

Authored by karol on Apr 19 2022, 1:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 3, 5:29 PM
Unknown Object (File)
Sun, Jun 30, 10:02 AM
Unknown Object (File)
Sun, Jun 30, 10:02 AM
Unknown Object (File)
Sun, Jun 30, 9:59 AM
Unknown Object (File)
Mon, Jun 24, 6:16 PM
Unknown Object (File)
Wed, Jun 19, 11:46 PM
Unknown Object (File)
Mon, Jun 17, 11:18 AM
Unknown Object (File)
Mon, Jun 10, 6:42 AM

Details

Reviewers
tomek
ashoat
Summary

Depends on D3772

Adding AppendHolder to the blob service implementation.

https://linear.app/comm/issue/ENG-672/create-addreferencetohashbyholder-in-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.

This diff depends on an ongoing proto discussion - this is really inefficient. We should put up a diff with .proto / arch review way before starting the implementation. The current pattern makes it expensive to do any significant changes.

Overall it looks ok!

This revision is now accepted and ready to land.Apr 21 2022, 2:03 AM
ashoat requested changes to this revision.Apr 21 2022, 1:35 PM

I'd rather not have this accepted until D3772 is... I fear @karol-bisztyga will land it as-is and then submit another follow-up diff to modify it after he gets changes requested on D3772

This revision now requires changes to proceed.Apr 21 2022, 1:35 PM

I'd rather not have this accepted until D3772 is... I fear @karol-bisztyga will land it as-is and then submit another follow-up diff to modify it after he gets changes requested on D3772

I wouldn't land a diff that has at least one unaccepted predecessor but I understand your concern.

This is a part of mistakenly added code, more details in https://phabricator.ashoat.com/D3772#105661.

Abandoning. Sorry for the inconvenience, thank you for the review.