Vault-Convert Locks server
Trikolon opened this issue ยท 5 comments
I'm currently trying to convert my Boseconomy data to EssentialsEconomy. The command seems to lock up the server though which causes the crash-detection to trigger and restart the server. Could you make the conversion run in a seperate thread?
Closing this as the documentation even states that convert should be left alone to run by itself.
@veteranmina - vault-convert command is expressedly given as-is, and may not work for all situations. watchdog can be manipulated by changing the max-tick-time in the server.properties, conversions should never be run on live servers. If you would like to submit a PR for running the task in a seperate thread feel free to do so.
Please re-open this issue, as it was left alone to run, but a process called watchdog senses a "crash" and closes the thread. As I stated, it would be handy if this could be put in another thread so to keep watchdog from triggering a close of the thread. This is not the scenario that is stated in documentation.
I'm not familiar with crash detection. is this something new, or an extra piece of software you're using?