shut down
seema84 opened this issue ยท 8 comments
Plugin Version: dynmap v3.1-457
Server Version: Paper version git-Paper-553 (MC: 1.16.5)
sometimes the server does not shut down completely and ends here:
....more
[22:34:10] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[22:34:10] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.4+5723-e3bfc64
[22:34:10] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[22:34:10] [Server thread/INFO]: [dynmap] Disabling dynmap v3.1-457
[22:34:10] [Server thread/INFO]: [dynmap] Unloaded 11 components.
[22:34:10] [Server thread/INFO]: [dynmap] Stopping map renderer...
Duplicate of #3434
Could this possibly be opened again?
I'm not sure if it's because of dynmap or the hoster/docker. My hoster uses docker containers for the Minecraft server. And sometimes it just happens that the container closes before the server is completely shut down. And this happens at exactly this point.
each plugin is only given 10 seconds to shutdown, if it takes longer, it just gets killed, especially apparent with sqlite as it is not fast, we recommend moving to mysql as that is really hard to corrupt, which is not the case with sqlite
So it never takes 10s for me. Even if it takes 1-3s (for dynmap), the problem described happens.