-
-
Notifications
You must be signed in to change notification settings - Fork 579
Description
Expected behavior
Players should be able to join the server at any time.
Observed/Actual behavior
There is a very odd bug with the new scheduler where randomly during server uptime, Folia wont allow any players to join after the bug happens. It can happen within an hour or within 3 days, it seems to be random.
This is not plugin-induced as reverting to hard-fork branch fixes the problem. There are no errors in console (both backend and velocity) and everything seems fine, but no new players can join the server.
Steps/models to reproduce
- Compile the folia jar from new-scheduler branch.
- Have 200+ players (seems to happen more frequently with higher playercounts).
- Wait until the bug happens.
Plugin and Datapack List
.
Folia version
Latest version of new-scheduler branch as of this writing.
Other
The only fix for now is reverting to hard-fork branch. Temporary solution is to restart the server when it happens.
We are not knowledgeable enough about Folia to find the cause of the issue without any errors or exceptions.