Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-168540

Threads created by net.minecraft.Util.backgroundExecutor() have misleading names

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 20w06a
    • 1.15.1
    • None
    • Confirmed
    • Debug
    • Low

      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.

            slicedlime [Mojang] slicedlime
            marcono1234 [Mod] Marcono1234
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: