Page MenuHomePhabricator

[services] Backup - client base reactors - terminate on error
ClosedPublic

Authored by karol on Apr 6 2022, 7:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 24, 8:37 AM
Unknown Object (File)
Wed, Nov 20, 4:31 PM
Unknown Object (File)
Sat, Nov 16, 8:37 PM
Unknown Object (File)
Sat, Nov 16, 7:47 PM
Unknown Object (File)
Sat, Nov 16, 1:51 AM
Unknown Object (File)
Sat, Nov 9, 2:25 AM
Unknown Object (File)
Tue, Nov 5, 5:46 PM
Unknown Object (File)
Oct 22 2024, 8:36 AM

Details

Summary

Depends on D3610

We should be able to throw in the implemented methods so the connection is gracefully closed with a proper message

Test Plan

The same as in D3535

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek requested changes to this revision.Apr 7 2022, 12:10 AM
tomek added inline comments.
services/backup/docker-server/contents/server/src/Reactors/client/base-reactors/ClientBidiReactorBase.h
45–48 ↗(On Diff #11100)

Do we want to call StartWrite after a call to terminate?

This revision now requires changes to proceed.Apr 7 2022, 12:10 AM
services/backup/docker-server/contents/server/src/Reactors/client/base-reactors/ClientBidiReactorBase.h
45–48 ↗(On Diff #11100)

No, we should definitely return to break execution after invoking terminate, thanks.

karol edited the summary of this revision. (Show Details)

add return

This revision is now accepted and ready to land.Apr 8 2022, 2:02 AM
This revision was landed with ongoing or failed builds.Apr 13 2022, 4:58 AM
This revision was automatically updated to reflect the committed changes.