-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Unexpected IllegalArgumentException in housekeeping task. #880
Comments
@binakot It is a bug, we will fix it. |
@binakot However, with a pool size of 100 connections the bug is more likely to be triggered. I would suggest a smaller pool, regardless of the bug being fixed. Please read this. |
@brettwooldridge Thanks. However, we have a code with exception handling and this bug is not a big problem for our production. Anyway, thank you for advice. Waiting for bug resolving. Cheer! |
…tion while the condition of sort can change.
…tion while the condition of sort can change.
Environment
HikariCP Config
Trace
I got this exception only 3 times: 2017-04-30 07:26:53.399, 2017-04-30 15:42:25.314, 2017-04-30 15:42:55.675 after about 4 days application non-stop working.
Really don't know what's wrong, because in the stack trace there is no my code.
The text was updated successfully, but these errors were encountered: