[SPIGOT-6306] Watchdog thread cannot be disabled Created: 05/Jan/21 Updated: 18/Mar/21 Resolved: 11/Jan/21 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | H. K. | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | crash | ||
Environment: |
docker container image: itzg/minecraft-server docker compose:
environment: USE_AIKAR_FLAGS: "true" volumes:
|
Attachments: |
![]() ![]() ![]() |
Version: | latest (cannot run /version) |
Guidelines Read: | Yes |
Description |
The Server is running in a docker container useing the base configuration. The tick timeout has been changed to -1 to disable the watchdog for use with the AUTOPAUSE feature of the docker image. the feature is disabled in the docker compose for testing, but since the crash remained it is not related to this. The server should have enough power for a basic vanilla server, as i was running All-The-Mods-6 on it without any issues. (#####) has been added to the server.properties file to obfuscate the name of the server... Was only Alphabetical name. |
Comments |
Comment by Philip Papp [ 18/Mar/21 ] |
Hi, any information for what version this fix was rolled into? |
Comment by H. K. [ 05/Jan/21 ] |
This bug seems to be related to tick_timeout not supporting the Minecraft Servers max_tick_time option of -1 for no timeout. EDIT: this issue not only occures if set to negativ or 0, to high of a value results in the same error. Have not figured out what the max value is. |