Paper icon indicating copy to clipboard operation
Paper copied to clipboard

Full qualifier output by the chunk system

Open TheFruxz opened this issue 3 years ago • 0 comments

Expected behavior

The console output should look like that:

ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12:05:00 INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[12:05:00 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
[12:05:00 INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
[12:05:00 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
[12:05:00 INFO]: [ChunkHolderManager] Saved 529 chunks in world 'world_the_end' in 0s
[12:05:00 INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12:05:00 INFO]: ThreadedAnvilChunkStorage: All dimensions are saved

Observed/Actual behavior

It currently looks like this:

ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12:05:00 INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[12:05:00 INFO]: [io.papermc.paper.chunk.system.scheduling.ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
[12:05:00 INFO]: [io.papermc.paper.chunk.system.scheduling.ChunkHolderManager] Halted chunk system for world 'world_the_end'
[12:05:00 INFO]: [io.papermc.paper.chunk.system.scheduling.ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
[12:05:00 INFO]: [io.papermc.paper.chunk.system.scheduling.ChunkHolderManager] Saved 529 chunks in world 'world_the_end' in 0s
[12:05:00 INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12:05:00 INFO]: ThreadedAnvilChunkStorage: All dimensions are saved

Steps/models to reproduce

  • Start/Stop the server
  • Look inside the console

Plugin and Datapack List

-/-

Paper version

This server is running Paper version git-Paper-174 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: 01a1387) You are running the latest version Previous version: git-Paper-"7978c8e" (MC: 1.19.2)

Other

I think it is related to the chunk-commit (01a13871deefa50e186a10b63f71c5e0459e7d30) and already mentioned at https://github.com/PaperMC/Paper/pull/8177#issuecomment-1235121248

TheFruxz avatar Sep 26 '22 10:09 TheFruxz