Huge performance loss while setting spawners
OneLiteFeather opened this issue ยท 3 comments
Server Implementation
Paper
Server Version
1.19.4
Describe the bug
You might want to overdo things, but somehow this is really broken and can lead to server crashes and world corruption.
To Reproduce
- Select two positions
- //set spawner
- wait and observe
- You might notice huge fps drop with /tps
Expected behaviour
They should be placed like in the past and no errors in log like this:
[06:19:06] [Server thread/INFO]: Seelenretterin issued server command: //pos1
[06:19:11] [Server thread/INFO]: Seelenretterin issued server command: //pos2
[06:19:21] [Server thread/INFO]: Seelenretterin issued server command: //set spawner
[06:19:21] [ForkJoinPool-7-worker-1/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_19_R3.PaperweightStarlightRelighterFactory as relighter factory.
[06:19:23] [Server thread/WARN]: Invalid SpawnData: No key entity in MapLike[{id:"minecraft:pig"}]
[06:19:23] [Server thread/WARN]: Invalid SpawnPotentials list: No key weight in MapLike[{Entity:{id:"minecraft:pig"},Weight:1}]; No key data in MapLike[{Entity:{id:"minecraft:pig"},Weight:1}]
Screenshots / Videos
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/1b1d5e32bf38496f926d76938c578bba
Fawe Version
FastAsyncWorldEdit-471
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
Not entirely sure if the world might be broken but the error only happens after doing the reproduce.
Timings Report (deprecated):
https://timings.aikar.co/dev/?id=6c2719be605342a496673caef9775ec2#plugins
Tbh I think that that's just Minecraft spawner things, not sure there's much FAWE can do about it. Ticking blocks are automatically added to the server's tick list (in paper for certain, unsure about Spigot) when the ChunkSection is constructed by FAWE
Tbh I think that that's just Minecraft spawner things, not sure there's much FAWE can do about it. Ticking blocks are automatically added to the server's tick list (in paper for certain, unsure about Spigot) when the ChunkSection is constructed by FAWE
I think this problem is quite new and wasn't here till now. How to find out if this is on FAWE site?