Opened 4 years ago

Closed 4 years ago

#31 closed defect (worksforme)

Run-away Mob Spawns when Server Unused

Reported by: jonathan Owned by: jonathan
Priority: blocker Component: Entity Sub-system
Version: Keywords:
Cc:

Description

I notice on the public server that every once in awhile it becomes unusable because the server seems to end-up with tens of thousands of mobs. It indicates that the server keeps spawning mobs but not despawning them. This should be impossible because the mob spawner isn't even supposed to spawn any mobs when there are no players online.

This may also be related to the fireworks lag issue at The Royal Castle on the J+K Lands server.

Change History (6)

comment:1 Changed 4 years ago by jonathan

  • Status changed from new to accepted

This happened again on the public server, thousands of mobs were standing around the place where Kevin logged out, but no where else.

comment:2 Changed 4 years ago by jonathan

Found a memory leak that may have caused this, I have refactored the way the Super Duper Computer instances are managed since we're maintaining a parallel world / spawner helper topology. This may resolve the issue.

comment:3 Changed 4 years ago by jonathan

The issue occurred again, I have added an event listener that will notify me (within 5 minutes) when it detects that there are too many mobs spawning on the server in 9.1.25-Orange.

comment:4 Changed 4 years ago by jonathan

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed and scheduled for 9.2.0 - Orange

comment:5 Changed 4 years ago by jonathan

  • Resolution fixed deleted
  • Status changed from closed to reopened

Caught this occurring again, found another bug whereby another data-point is not getting updated every cycle.

comment:6 Changed 4 years ago by jonathan

  • Resolution set to worksforme
  • Status changed from reopened to closed

Found and fixed another bug related to this, released version 9.2.3-Orange.

Note: See TracTickets for help on using tickets.