Luckperms Fabric causes server to process to never exit after shutdown
Justsnoopy30 opened this issue ยท 3 comments
Description
When I run /stop
, the server saves chunks and then says [Server thread/INFO]: Thread Query Listener stopped
, which is usually the last line before the process exits, but with LuckPerms installed, the process gets stuck there and never exits.
Reproduction steps
- Install LuckPerms on Fabric 1.17
- Start the server
- Run /stop
- Observe that the server gets stuck on shutdown at
[Server thread/INFO]: Thread Query Listener stopped
and the process stays running.
Expected behaviour
I expected for /stop to make the server fully shut down, with the java process exiting.
Environment details
- Server type/version:
Fabric 1.17
- LuckPerms version:
v5.3.50
Any other relevant details
None
Same problem on Fabric 1.17.1 - LuckPerms-Fabric-5.3.61
Edit1: Last line after freezing: [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
Edit2: Just realized I don't have Query enabled so when enabling it the last line of my log is the same as reported in this issue, here's the log file https://paste.lucko.me/BfnY3E2tMs