#1 Logic bug in page allocation

Open
opened 4 years ago by Archivist · 1 comments

there is a subtle bug in page allocation which may result in a page being allocated twice in case of an unlucky hit of the delete table.

this will be fixed in the Crystal rewrite by making the delete table a lock-free linked list based queue, it will, however, be a point of tension just like before. Using multiple queues may be envisionable

there is a subtle bug in page allocation which may result in a page being allocated twice in case of an unlucky hit of the delete table. this will be fixed in the Crystal rewrite by making the delete table a lock-free linked list based queue, it will, however, be a point of tension just like before. Using multiple queues may be envisionable
Archivist commented 3 years ago
Owner

Change of plan, it will be rewritten as a circular buffer queue.

Change of plan, it will be rewritten as a circular buffer queue.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.