Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log message in case of stream publisher declaration failure (backport #10512) #10524

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Feb 9, 2024

This is an automatic backport of pull request #10512 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

The "precondition failed" error code is good enough for
an application, but it may be useful when working on a client
library to have more information about the reason of
the failure of the publisher declaration.

This commit adds a warning log message that gives the reason(s)
of the failure (publisher ID already taken and/or existing
publisher with the same reference for the same stream in the
connection).

(cherry picked from commit 5e154c2)
@acogoluegnes acogoluegnes merged commit 93b3c20 into v3.12.x Feb 9, 2024
14 checks passed
@acogoluegnes acogoluegnes deleted the mergify/bp/v3.12.x/pr-10512 branch February 9, 2024 15:51
michaelklishin added a commit that referenced this pull request Feb 9, 2024
Log message in case of stream publisher declaration failure (backport #10512) (backport #10524)
@acogoluegnes acogoluegnes added this to the 3.12.13 milestone Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant