Skip to content

Better quality by preventing too out-of-order pushes #13

@Saalvage

Description

@Saalvage

Push threads stay attached to their block until it's either 1. full 2. reached by the read window.
This means that new items may be pushed into very old windows.
To prevent this, a check could be made before every (n-th?) push that checks if the current write window is at most m steps behind the global one, claiming a new write window if not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions