
Luckperms don't reconnect mysql database
Closed this issue ยท 3 comments
I run minecraft server in Server A, mysql database on Server B, when server B down (offline, broken internet) for 3, 4 minutes and after that get online back. But luckperms don't reconnect database, so players can't join. Other plugins using mysql still reconnect successfull.
Sorry my english bad.
If Server B goes down and then up whilst Server A is online, then it will reconnect when Server B comes back up.
However, if Server B is offline while Server A starts up for the first time, it will not reconnect. This is the intended behaviour.
No, in my case: Server A and B both online -> B down, A still online (players disconnect) -> B comeback, Lucperms on A don't connect B (players can't connect).
I use Luckperms latest version from spigotmc.
PaperSpigot 1.8.8
LuckPerms uses HikariCP to handle connection pooling.
https://github.com/brettwooldridge/HikariCP
It's unlikely that there's an issue there. More likely that your database isn't accepting new connections, or the old ones aren't being completely dropped.
Either way, it's definitely not an LP issue.