Skip to content

Explore if/how we can change arroyo scheduler to have run-to-completion from source to sink on a single thread #32

Description

@milindsrivastava1997

Currently, the behavior seems to be to assign a thread per node, and then try and collapse if there's a forward edge between nodes and operator chaining is enabled.

To reduce overheads of communication between threads, and enable horizontal scalability even with lesser number of threads, we can explore how we could shard the data and run the entire pipeline on each thread, on a specific shard of the data

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions