-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abnormal shutdown time when server is shut down #79
Comments
Hi, first of all thanks for the report. The issue can be reproduced also on a empty server, just explode a lot of TNTs and then stop the server. The problem is caused by this code:
It waits for the execution of all the queries before shutting down the server in order to prevent data loss. If I don't wait the queries, the latest logs will not be registered. I don't actually know how to fix it, unless I create an option that disables waiting for queries on shutdown. I don't think it's a good idea. |
It seems that this problem is not the only one involved. It seems that PMMP automatically forces a shutdown after a certain period of time. |
That's really strange. Are you sure is the plugin involved? |
That's right, I checked everything for a week. |
I want you to know before reading this issue
I am uploading a report after continuously checking this issue for a month.
How to reproduce the bug
Bugs in this process can probably be reproduced only on an actual operating server.
This problem continues to cause systems to shut down improperly, causing backlash.
The text was updated successfully, but these errors were encountered: