-
Notifications
You must be signed in to change notification settings - Fork 7
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
ClassCastException at random time? #15
Comments
|
Alright, probably related issue redis/jedis#122 |
Also related but a bit more fresh redis/jedis#186 |
So after some research this issue appears when someone trying to to something with broken connections. Can it be related to executor service having 8 hardcoded? trevor/common/src/main/java/co/schemati/trevor/common/database/redis/RedisDatabase.java Line 44 in ab8194c
Maybe trevor just can't handle amount of players because of small thread pool. Which results in some kind of race condition. Right now testing this theory with 1 thread in executor service and 100 players. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After running trevor for a while (1700+ players, Velocity). Getting this error for some players. Can't quite understand what it's about. Maybe pool is too small?
The text was updated successfully, but these errors were encountered: