Page MenuHomePhabricator

[services] Blob - Remove couts or replace them with glog
ClosedPublic

Authored by karol on Jul 21 2022, 3:45 AM.
Tags
None
Referenced Files
F3301018: D4590.id14972.diff
Sun, Nov 17, 11:21 PM
F3300766: D4590.diff
Sun, Nov 17, 9:45 PM
Unknown Object (File)
Sat, Nov 9, 4:56 PM
Unknown Object (File)
Sat, Nov 9, 3:59 AM
Unknown Object (File)
Fri, Nov 8, 8:28 PM
Unknown Object (File)
Fri, Nov 8, 8:28 PM
Unknown Object (File)
Fri, Nov 8, 8:28 PM
Unknown Object (File)
Fri, Nov 8, 7:19 PM

Details

Summary

Depends on D4589

Adding an initialization of the glog functionalities.
Removing std::couts or replacing them with glog functions for the blob service.

Test Plan
cd services
yarn run-blob-service-in-sandbox

Builds ok

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Jul 21 2022, 3:46 AM
Harbormaster failed remote builds in B10710: Diff 14749!
Harbormaster returned this revision to the author for changes because remote builds failed.Jul 21 2022, 4:04 AM
Harbormaster failed remote builds in B10722: Diff 14761!

Services built properly

max added inline comments.
services/blob/src/server.cpp
24 ↗(On Diff #14761)

It's a good practice to add where it listens and we have it in the server_address.
Like Server listening on 0.0.0.0:50051. I think this message is useless without additional information.
But I think this change can be in a follow-up diff.

This revision is now accepted and ready to land.Jul 21 2022, 7:01 AM
This revision now requires review to proceed.Jul 21 2022, 7:38 AM
This revision is now accepted and ready to land.Jul 22 2022, 3:32 AM
services/blob/src/server.cpp
24 ↗(On Diff #14761)

OK

karol added inline comments.
services/blob/src/server.cpp
24 ↗(On Diff #14761)
This revision was landed with ongoing or failed builds.Jul 26 2022, 7:11 AM
This revision was automatically updated to reflect the committed changes.