Threads created by net.minecraft.Util.backgroundExecutor() have misleading names
The bug
The Executor returned by net.minecraft.Util.backgroundExecutor() (Mojang name) creates threads with the name "Server-Worker-X". This is misleading because the executor is also used for other tasks, including rendering and results in logged messages like:
[13:55:32] [Server-Worker-15/WARN]: Bytes mismatch 304768 0
Which has been logged by com.mojang.blaze3d.vertex.BufferBuilder.clear(), a class used for rendering.
2019-12-22, 12:32 AM
2021-08-18, 04:40 PM
2020-02-05, 01:35 PM
2
3