Vault

Vault

7M Downloads

Vault-Convert Locks server

Trikolon opened this issue ยท 5 comments

commented

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?

commented

Closing this as the documentation even states that convert should be left alone to run by itself.

commented

@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.

commented

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.

commented

I'm not familiar with crash detection. is this something new, or an extra piece of software you're using?

commented

Sounds like it could be watchdog that has caused this to trigger. Putting vault in another thread could bypass this if vault was to trigger a crash.