wither explosions seem to generate large packet spikes #6541

Open
opened 2024-03-21 18:11:59 +00:00 by flux · 1 comment
Member

from AspireMint:

https://youtu.be/bQgVbp714W4

i'm not entirely certain why - whether it's due to tnt code, or something specific to the withers. locally the packet spikes maxed out at only 14 packets, and were more correlated w/ the launch of the projectile than its collision with something. will have to investigate more.

from AspireMint: https://youtu.be/bQgVbp714W4 i'm not entirely certain why - whether it's due to tnt code, or something specific to the withers. locally the packet spikes maxed out at only 14 packets, and were more correlated w/ the launch of the projectile than its collision with something. will have to investigate more.
flux added the
1. kind/bug
4. step/question
3. source/lag
labels 2024-03-21 18:11:59 +00:00
Member

Wither blast is using tnt:boom, which:

  • plays sound
  • destroys nodes (updates map)
  • spawns drops
  • updates speeds of existing entities
  • adds a couple of particle spawners and one single particle

Taking into account that stuff like particle spawners gets split into multiple packets, and if that graph counts them separately, then 20-50 may be not too abnormal?

Maybe block destruction needs to be investigated more, because if MT is very dumb, it may send more data than it needs to...

Wither blast is using `tnt:boom`, which: - plays sound - destroys nodes (updates map) - spawns drops - updates speeds of existing entities - adds a couple of particle spawners and one single particle Taking into account that stuff like particle spawners gets split into multiple packets, and *if that graph counts them separately*, then 20-50 may be not too abnormal? Maybe block destruction needs to be investigated more, because if MT is very dumb, it may send more data than it needs to...
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#6541
No description provided.