fix(udb): add txn tagging#4328
fix(udb): add txn tagging#4328MasterPtato wants to merge 1 commit into02-27-fix_api_make_actor_destroy_wait_for_ackfrom
Conversation
|
🚅 Deployed to the rivet-pr-4328 environment in rivet-frontend
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
PR Review: fix(udb): add txn tagging This is a small focused change that adds transaction tagging support to the UniversalDB abstraction layer. Summary: The PR adds a Observations: 1. No callers in this PR. There are no call sites of 2. Redundant comment. The comment 3. Empty PR description. All checkboxes are unchecked and there is no description of the motivation, context, or test plan. Even for small changes, a one-line explanation helps reviewers. 4. FoundationDB semantics. Since 5. Silent no-op. If a future implementor forgets to handle the tag, the no-op silently swallows it. Consider a Verdict: The change is mechanically correct and follows existing patterns. Main asks before merging: add a brief PR description explaining the motivation and intended usage; remove the redundant comment or replace it with something explaining the intent; optionally consider a debug log in the default no-op. |
|
This change is part of the following stack: Change managed by git-spice. |
ec5ffcb to
c88c25b
Compare
011705e to
3472163
Compare
c88c25b to
c2fcae4
Compare
3472163 to
e28be75
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: