Skip to content

consult, prioritize event.request_id over database_update.request_id (#2729)#3368

Merged
bfops merged 5 commits intoclockworklabs:masterfrom
apron-manlike0o:bugfix/2729/fix-incorrect-request-id-on-reducer-call-error
Apr 30, 2026
Merged

consult, prioritize event.request_id over database_update.request_id (#2729)#3368
bfops merged 5 commits intoclockworklabs:masterfrom
apron-manlike0o:bugfix/2729/fix-incorrect-request-id-on-reducer-call-error

Conversation

@apron-manlike0o
Copy link
Copy Markdown
Contributor

Directly addresses issue #2729.

On error, the database_update is created by a default pattern which always produces a request_id of None.
However the event struct holds the true request_id, hence it should prioritize that request_id value.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Oct 7, 2025

CLA assistant check
All committers have signed the CLA.

Comment thread crates/core/src/client/messages.rs Outdated
@cloutiertyler cloutiertyler enabled auto-merge April 14, 2026 20:32
@bfops
Copy link
Copy Markdown
Collaborator

bfops commented Apr 27, 2026

Hi @apron-manlike0o, are you able to update this PR so that the commits are linked to your github user? Otherwise our CLA bot will not allow us to merge the PR for licensing reasons.

auto-merge was automatically disabled April 29, 2026 18:28

Head branch was pushed to by a user without write access

@apron-manlike0o apron-manlike0o force-pushed the bugfix/2729/fix-incorrect-request-id-on-reducer-call-error branch 2 times, most recently from 3590d3f to 3ebf8a2 Compare April 29, 2026 18:31
apron-manlike0o and others added 2 commits April 29, 2026 11:35
Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
(cherry picked from commit 857bcd5)
@apron-manlike0o apron-manlike0o force-pushed the bugfix/2729/fix-incorrect-request-id-on-reducer-call-error branch from 3ebf8a2 to fbb1db3 Compare April 29, 2026 18:36
@bfops bfops enabled auto-merge April 29, 2026 18:40
@apron-manlike0o
Copy link
Copy Markdown
Contributor Author

  • rebased to current master
  • fully discarded and replaced commit signed by author tty0
  • cherry-picked gefjon's suggestion commit

Comment thread crates/core/src/client/messages.rs Outdated
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
@bfops
Copy link
Copy Markdown
Collaborator

bfops commented Apr 29, 2026

Thank you very much!

@bfops bfops added this pull request to the merge queue Apr 30, 2026
Merged via the queue into clockworklabs:master with commit afa212b Apr 30, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants