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

Warning for log pattern used in PooledConnectionProvider #3561

Open
Doc94 opened this issue Dec 23, 2024 · 0 comments
Open

Warning for log pattern used in PooledConnectionProvider #3561

Doc94 opened this issue Dec 23, 2024 · 0 comments
Labels
status/need-triage A new issue that still need to be evaluated as a whole type/bug A general bug

Comments

@Doc94
Copy link

Doc94 commented Dec 23, 2024

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

@Test
public void repoCase() {

}

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

  • Reactor version(s) used: 2023.0.8
  • Other relevant libraries versions (eg. netty, ...): Netty
  • JVM version (java -version):
  • OS and version (eg. uname -a):
@Doc94 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/need-triage A new issue that still need to be evaluated as a whole type/bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant