Server slowly dies on Ctrl+C #32
Labels
No labels
bug
Config Change
duplicate
enhancement
Exploit
good first issue
help wanted
invalid
lag/crash
question
v5-beta
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ChromaGaming/PluginConfigs#32
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
The server seems to slowly disable each plugin and shut down with minutes in-between. The whole shutdown process took almost 20 minutes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The server runner shuts down, maybe the server as well, but finishes in a few minutes.
Events
22:25:15 Server starts to stop (Ctrl+C is pressed on console), Jobs and Towny shut down (and probably ButtonChat),
Disabling <plugin>
messages don't appear from the plugin manager22:25:20 First message sent that indicates that the chat plugin is disabled
22:27:34 Dynmap is disabled as well
22:39:51 Essentials is still working, based on the commands ran by the players (/tpahere, /tpaccept)
22:41:38 FAWE still seems to be running (WE command ran, assuming successfully)
22:42:09
All DB transactions during this session are being validated (This may take a while if corrections need to be made)
from Thread-2 (which seems to be theServer shutdown thread
), Discord exception from the same thread: changePresence failed because the bot's not logged in - while disabling DiscordPlugin22:42:09 ButtonCore is disabled
22:42:10 The MC server is turned off (
Saving players
), players are kicked withServer closed
22:42:10 A
ConcurrentModificationException
occurs while disconnecting a playerThe shutdown indeed propagated to the server itself,
Thread-2
is a shutdown hook registered by Spigot/Bukkit. The cause of the slowdown is unknown.