Closed
Description
The assertion error observed in #770 can still be reproduced in rarer cases when GC is triggered very often. One possibility is that GC workers may spuriously wake up when a mutator triggers GC and the coordinator starts executing ScheduleCollection
and increments the pending_coordinator_work
counter.
Perhaps we should not let GC workers do too much work other than getting executable work packets and executing them.
Metadata
Metadata
Assignees
Labels
No labels