I have the same issue on my server, this is what I was able to capture.
[16:55:01 ERROR]: Total packets processed on the main thread for all players: 1207 [16:55:01 ERROR]: ------------------------------ [16:55:01 ERROR]: Current Thread: Server thread [16:55:01 ERROR]: PID: 24 | Suspended: false | Native: false | State: RUNNABLE [16:55:01 ERROR]: Stack: [16:55:01 ERROR]: java.base@17.0.2/java.lang.Thread.yield(Native Method) [16:55:01 ERROR]: net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:147) [16:55:01 ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:137) [16:55:01 ERROR]: net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:484) [16:55:01 ERROR]: net.minecraft.world.level.Level.getChunk(Level.java:503) [16:55:01 ERROR]: net.minecraft.world.level.LevelReader.getChunk(LevelReader.java:134) [16:55:01 ERROR]: net.minecraft.world.level.chunk.ChunkGenerator.getStructureGeneratingAt(ChunkGenerator.java:490) [16:55:01 ERROR]: net.minecraft.world.level.chunk.ChunkGenerator.getNearestGeneratedStructure(ChunkGenerator.java:453) [16:55:01 ERROR]: net.minecraft.world.level.chunk.ChunkGenerator.findNearestMapStructure(ChunkGenerator.java:382) [16:55:01 ERROR]: net.minecraft.server.level.ServerLevel.findNearestMapStructure(ServerLevel.java:1904) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction.run(ExplorationMapFunction.java:80) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction.apply(LootItemConditionalFunction.java:30) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.functions.ExplorationMapFunction.apply(ExplorationMapFunction.java:30) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunctions.lambda$compose$1(LootItemFunctions.java:58) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunctions$$Lambda$4226/0x0000000801491118.apply(Unknown Source) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunction.decorate(LootItemFunction.java:13) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.functions.LootItemFunction$$Lambda$7344/0x00000008020735a0.accept(Unknown Source) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.entries.LootItem.createItemStack(LootItem.java:32) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$1.createItemStack(LootPoolSingletonContainer.java:31) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.LootPool.addRandomItem(LootPool.java:71) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.LootPool.addRandomItems(LootPool.java:93) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.LootTable.getRandomItemsRaw(LootTable.java:95) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.LootTable.getRandomItems(LootTable.java:106) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.LootTable.getRandomItems(LootTable.java:113) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.LootTable.fillInventory(LootTable.java:141) [16:55:01 ERROR]: net.minecraft.world.level.storage.loot.LootTable.fill(LootTable.java:136) [16:55:01 ERROR]: net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity.unpackLootTable(RandomizableContainerBlockEntity.java:85) [16:55:01 ERROR]: net.minecraft.world.level.block.entity.RandomizableContainerBlockEntity.getItem(RandomizableContainerBlockEntity.java:110) [16:55:01 ERROR]: net.minecraft.world.Containers.dropContents(Containers.java:22) [16:55:01 ERROR]: net.minecraft.world.Containers.dropContents(Containers.java:13) [16:55:01 ERROR]: net.minecraft.world.level.block.ChestBlock.onRemove(ChestBlock.java:253) [16:55:01 ERROR]: net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.onRemove(BlockBehaviour.java:1009) [16:55:01 ERROR]: net.minecraft.world.level.chunk.LevelChunk.setBlockState(LevelChunk.java:595) [16:55:01 ERROR]: net.minecraft.world.level.Level.setBlock(Level.java:552) [16:55:01 ERROR]: net.minecraft.world.level.Level.setBlock(Level.java:514) [16:55:01 ERROR]: net.minecraft.world.level.Level.removeBlock(Level.java:678) [16:55:01 ERROR]: net.minecraft.server.level.ServerPlayerGameMode.destroyBlock(ServerPlayerGameMode.java:414) [16:55:01 ERROR]: net.minecraft.server.level.ServerPlayerGameMode.destroyAndAck(ServerPlayerGameMode.java:328) [16:55:01 ERROR]: net.minecraft.server.level.ServerPlayerGameMode.handleBlockBreakAction(ServerPlayerGameMode.java:292) [16:55:01 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handlePlayerAction(ServerGamePacketListenerImpl.java:1882) [16:55:01 ERROR]: net.minecraft.network.protocol.game.ServerboundPlayerActionPacket.handle(ServerboundPlayerActionPacket.java:42) [16:55:01 ERROR]: net.minecraft.network.protocol.game.ServerboundPlayerActionPacket.a(ServerboundPlayerActionPacket.java:15) [16:55:01 ERROR]: net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:51) [16:55:01 ERROR]: net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$6653/0x0000000801f776f8.run(Unknown Source) [16:55:01 ERROR]: net.minecraft.server.TickTask.run(TickTask.java:18) [16:55:01 ERROR]: net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) [16:55:01 ERROR]: net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) [16:55:01 ERROR]: net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1361) [16:55:01 ERROR]: net.minecraft.server.MinecraftServer.d(MinecraftServer.java:185) [16:55:01 ERROR]: net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) [16:55:01 ERROR]: net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1338) [16:55:01 ERROR]: net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1331) [16:55:01 ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) [16:55:01 ERROR]: net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1309) [16:55:01 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1197) [16:55:01 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) [16:55:01 ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4326/0x00000008014d26e0.run(Unknown Source) [16:55:01 ERROR]: java.base@17.0.2/java.lang.Thread.run(Thread.java:833)
Hope this gets fixed.
I have the same issue on my server, this is what I was able to capture.
Hope this gets fixed.