Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Requesters #3867

Closed
2 tasks
wdbaruni opened this issue Jan 24, 2024 · 1 comment
Closed
2 tasks

Multiple Requesters #3867

wdbaruni opened this issue Jan 24, 2024 · 1 comment
Labels
th/resiliency Theme: Concerns making the system more resilient to failures type/epic Type: A higher level set of issues

Comments

@wdbaruni
Copy link
Member

wdbaruni commented Jan 24, 2024

The Problem

Today we only support a single requester node in a network for multiple reasons, including:

  1. Job state not being replicated between requester nodes, and no support for an external data store. We only support local boltdb and in-memory store
  2. No leader election, lease management or locking when scheduling or brokering concurrent evaluations for the same job
  3. No lease management for background tasks that only one requester should execute, such as Housekeeping

Tasks

  1. th/resiliency
  2. th/resiliency
@wdbaruni wdbaruni added type/epic Type: A higher level set of issues th/resiliency Theme: Concerns making the system more resilient to failures labels Jan 24, 2024
@wdbaruni wdbaruni modified the milestone: v1.4.0 Jan 25, 2024
@wdbaruni wdbaruni transferred this issue from another repository Apr 21, 2024
@wdbaruni wdbaruni transferred this issue from another repository Apr 21, 2024
@wdbaruni
Copy link
Member Author

replaced by a linear project

@wdbaruni wdbaruni closed this as not planned Won't fix, can't repro, duplicate, stale Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
th/resiliency Theme: Concerns making the system more resilient to failures type/epic Type: A higher level set of issues
Projects
Status: Done
Status: Backlog
Development

No branches or pull requests

1 participant