Server freezes while syncing with BungeeCord
Closed this issue · 7 comments
Hello,
Sometimes my server hangs when I remove permission for some group on the other server in my BungeeCord network. Ping between BungeeCord and Bukkit servers (they are on remote dedicated server) is more than 80 mg (also I have enabled messaging-service: pluginmsg). I think, it's may be reason of freeze.
In that time I saw a lot of Paper thread dumps in console, such as: https://pastebin.com/vETSQuDj
Before this crash I entered the command /lp group default permission unset essentials.tpaccept skyblock (skyblock is the other server): https://pastebin.com/3Mpd4Ush.
Also I did JFR record when my server hung in that moment. If you need it, I can send you. Thread dump of the server thread: https://pastebin.com/Cn5Mt1CN
P.S. Sorry for my bad English, I'm from Russia.
Everything is cached. That can't even be turned off.
Though the cache gets emptied when a network sync occurs.
Make sure this option is set to false in the config.yml
file, and that you're using the latest version of the plugin.
Thank you very much.
Also I have a question about synchronisation. Should I disable the pluginmsg service if I have Bukkit remote server on the other dedicated server? Is it worth to use only on localhost servers?
The messaging service informs the other linked servers that there’s been an update and that they should reload their data.
So you want to have it. I’d recommend using sql
. But whichever you chose, it needs to be the same on all of them.
But if I use sync-minutes
instead of messaging-service
(disable it), will the plugin synchronize on other servers every "sync-minute"?