Thread pool leak.
henrikhierl opened this issue ยท 14 comments
Autorank create more and more thread pools until server crash due to java limits.
System setup:
Ubuntu 16.10
Spigot 1.10.2 latest build
Plugins:
Autorank 3.7.3 latest dev build (store mysql enabled)
Vault latest stable build
Well it looks like this here and just keep going. Of what I can see in the log it has at least 3 different strings going:
- uuids.get()
- playerName
- uuids
Hope it can help solve this.
sounds like a similar issue I'm having in test with the latest release. it seems to be trying to do a mass backup of some sort and runs away
@henrikhierl What version are you running?
@Staatvin Autorank 3.7.3 dev build #522
We got following error several times (allows different plugin). Unfortunately there was no way to find out which plugin or class cause this, so we tested all plugin individually and find out that Autorank create more and more threads the longer it runs.
Currently we run without Autorank and we got no error anymore.
If you need I can send you a .jfr recording.
sorry, total facepalm..didn't look at the version at the top!! we updated to 3.7.4 (in test) and got the issue. I cant really post the log as it's over 2GB in size!
I'm re running it and see if I can pull off a partial with ultraedit.
ok, managed to kill it just after starting in test. It's too big for pastebin, and this was literally a kill just after boot. I've put it on dropbox. below.
See https://www.spigotmc.org/resources/autorank.3239/update?update=101347 for Autorank 3.7.5!