Skip to content

fix: SetErr on Cmd if the command cannot be queued correctly in multi/exec#3509

Merged
ndyakov merged 3 commits into
masterfrom
ndyakov/fix-2871
Sep 9, 2025
Merged

fix: SetErr on Cmd if the command cannot be queued correctly in multi/exec#3509
ndyakov merged 3 commits into
masterfrom
ndyakov/fix-2871

Conversation

@ndyakov

@ndyakov ndyakov commented Sep 9, 2025

Copy link
Copy Markdown
Member

Fixes #2871
Two separate issues:

  • The first one reported by @AvyChanna was related to first error which was not supposed to be retried, especially if it is a client error before being able to get a connection, to not be assigned to the commands.

  • The second one, reported by @tptodorov, was related to TxPipeline which was ignoring errors when queueing commands.

@ndyakov ndyakov marked this pull request as ready for review September 9, 2025 15:00
@ndyakov ndyakov merged commit a264ffb into master Sep 9, 2025
47 of 48 checks passed
@ndyakov ndyakov deleted the ndyakov/fix-2871 branch September 9, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pipeline does not propogate errors to all commands properly

2 participants