Skip to content

feat: make TransferProcessProtocolService call fail when update fails#5793

Open
ndr-brt wants to merge 1 commit into
mainfrom
5712-transfer-process-service-fail-update
Open

feat: make TransferProcessProtocolService call fail when update fails#5793
ndr-brt wants to merge 1 commit into
mainfrom
5712-transfer-process-service-fail-update

Conversation

@ndr-brt
Copy link
Copy Markdown
Member

@ndr-brt ndr-brt commented Jun 3, 2026

What this PR changes/adds

Refactored TransferProcessProtocolServiceImpl to ensure that the call fails if the store call fails, as described in #5712

Why it does that

Briefly state why the change was necessary.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Who will sponsor this feature?

Please @-mention the committer that will sponsor your feature.

Linked Issue(s)

Closes #5712
Closes #5728 as this protocol service was already ok, as the idempotency check is done on the not-leased entity.

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt requested a review from a team as a code owner June 3, 2026 10:32
@ndr-brt ndr-brt added the feature_request New feature request, awaiting triage label Jun 3, 2026
@ndr-brt ndr-brt added refactoring Cleaning up code and dependencies and removed feature_request New feature request, awaiting triage labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Cleaning up code and dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

missing some "break lease" in protocol services Make protocol service calls fail if storage fails

2 participants