-
Notifications
You must be signed in to change notification settings - Fork 654
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
Warning for log pattern used in PooledConnectionProvider #3561
Comments
Doc94
added
status/need-triage
A new issue that still need to be evaluated as a whole
type/bug
A general bug
labels
Dec 23, 2024
violetagg
added
for/user-attention
This issue needs user attention (feedback, rework, etc...)
and removed
status/need-triage
A new issue that still need to be evaluated as a whole
labels
Dec 30, 2024
@Doc94 Please provide more details. Which is the log message that produces |
Hi, the message was like.
|
violetagg
removed
the
for/user-attention
This issue needs user attention (feedback, rework, etc...)
label
Dec 30, 2024
@violetagg |
raccoonback
added a commit
to raccoonback/reactor-netty
that referenced
this issue
Dec 30, 2024
sure, thanks |
violetagg
added a commit
that referenced
this issue
Jan 2, 2025
Add separate handling for Throwable when available. Fixes: #3561 Co-authored-by: Violeta Georgieva <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
The logger for pool status just print the log
Actual Behavior
Currently exists cases where that log also print a warning for a bad patter.
Steps to Reproduce
Possible Solution
Fix the format in https://github.com/reactor/reactor-netty/blob/main/reactor-netty-core/src/main/java/reactor/netty/resources/PooledConnectionProvider.java
Your Environment
netty
, ...): Nettyjava -version
):uname -a
):The text was updated successfully, but these errors were encountered: