Autorank

Autorank

380k Downloads

Thread pool leak.

henrikhierl opened this issue ยท 14 comments

commented

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

commented

Can confirm this also is happening on latest stable release.

commented

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.

commented

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

commented

Hmm, can you send me the console.log or the exact errors you're getting?

commented

@henrikhierl What version are you running?

commented

@Staatvin Autorank 3.7.3 dev build #522

commented

Could you try and update to 3.7.4 and see if anything changes?

commented

Updating to 3.7.4 should solve this issue.

commented

That's the version I tried it on.

Been a issue for me after Autorank v3.7.2

commented

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.

commented

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.

commented

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.

https://www.dropbox.com/s/7rycb2vzjx9oxqx/latest.log?dl=0

commented

I'm working on a fix, pushing a new release out today!