InventivetalentDev / NickNamer

Spigot Name & Skin changer plugin
https://www.spigotmc.org/resources/5341
MIT License
104 stars 28 forks source link

Threads spawning #11

Closed thedejavunl closed 8 years ago

thedejavunl commented 8 years ago

What steps will reproduce the problem?

  1. Running the server for arround an hour.
  2. Instant threads starting to spawn.
  3. Running out of memory.

    What were you expecting to happen? What happened instead?

That the Garbage Collector clean up the threads.

What version of the plugin are you using? Type /version <Plugin Name>

3.11.7

What Spigot version are you using? Type /version

1.8.8

What plugins ae you using? Type /plugins

NickNamer, PacketListenerAPI

Do you have an error log? Use pastebin.com. If you're not sure, upload your whole server log

org.inventivetalent.data.api.wrapper.CachedAsyncDataProviderWrapper.get(CachedAsyncDataProviderWrapper.java:88) org.inventivetalent.data.api.wrapper.WrappedKeyDataProvider.get(WrappedKeyDataProvider.java:81) org.inventivetalent.data.api.wrapper.WrappedKeyDataProvider.get(WrappedKeyDataProvider.java:76) org.inventivetalent.nicknamer.api.PluginNickManager.getSkin(PluginNickManager.java:324) org.inventivetalent.nicknamer.NickNamerPlugin$7.run(NickNamerPlugin.java:396)

These threads are more than a x times in the crashlog. Crashlog is 60 megabyte's big with those threads.

Did your client crash? Upload errors in .minecraft/logs/latest.log as well

No

Additional information? (Are you using Bungeecord? Did it work in previous versions? etc.)

Yes we are using Bungeecord, version 3.11.7, 3.11.6 are having the same problem.

thedejavunl commented 8 years ago

Oops... double report.