We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
We are using 1.9.31 and seeing many many debug statements every minute, e.g.
DEBUG default c.n.h.c.p.n.c.p.DefaultChannelPool - Closed 0 connections out of 0 in 0ms 2016-01-11_18:02:53.12600 2016-01-11 18:02:53.125 DEBUG default c.n.h.c.p.n.c.p.DefaultChannelPool - Entry count for : ProxyPartitionKey(proxyUrl=https://proxy:3128, targetHostBaseUrl=https://test:443 : 0 2016-01-11_18:02:53.12608 2016-01-11 18:02:53.125 DEBUG default c.n.h.c.p.n.c.p.DefaultChannelPool - Entry count for : ProxyPartitionKey(proxyUrl=https://proxy:3128, targetHostBaseUrl=https://test:443 : 0 2016-01-11_18:02:53.12610 2016-01-11 18:02:53.126 DEBUG default c.n.h.c.p.n.c.p.DefaultChannelPool - Entry count for : ProxyPartitionKey(proxyUrl=https://proxy:3128, targetHostBaseUrl=https://test:443 : 0
This grows every time there is a successful connection. I believe this is because the key being used does not implement either hashCode() or equals()
The text was updated successfully, but these errors were encountered:
78ef5cf
Implement ProxyPartitionKey equals and hashcode, close #1079
ef1429b
Fix, thanks for reporting!
Sorry, something went wrong.
slandelle
No branches or pull requests
We are using 1.9.31 and seeing many many debug statements every minute, e.g.
This grows every time there is a successful connection. I believe this is because the key being used does not implement either hashCode() or equals()
The text was updated successfully, but these errors were encountered: