minecrafter / RedisBungee

The leading player synchronization system for BungeeCord
https://www.spigotmc.org/resources/redisbungee.13494/
Eclipse Public License 1.0
157 stars 122 forks source link

Shutting down one bungee node causes errors on the others #24

Closed NaomiAmethyst closed 7 years ago

NaomiAmethyst commented 9 years ago

I have permanently shutdown some bungee nodes in my network.

On the others, I see this: 13:57:50 [SEVERE] [RedisBungee] REDACTED is 12087825835ms behind! (Time not synchronized or server down?)

Is there something I need to do after shutting down a bungee node to prevent the above error?

minecrafter commented 9 years ago

RedisBungee will usually shut down gracefully. If you're force-killing BungeeCord, you need to issue an HDEL heartbeats <server> command to the Redis server used as well.