-
-
Notifications
You must be signed in to change notification settings - Fork 750
Closed
Labels
diagnosticsenhancementImprove existing functionality or make things work betterImprove existing functionality or make things work bettergood second issueClearly described, educational, but less trivial than "good first issue".Clearly described, educational, but less trivial than "good first issue".stabilityIssue or feature related to cluster stability (e.g. deadlock)Issue or feature related to cluster stability (e.g. deadlock)
Description
Worker and Scheduler both support a {Worker|Scheduler}.story} method which filters the transition log and returns all events for a given key or stimulus ID. Often, to understand the story the entire cluster-wide history is relevant.
The Client should support an API returning the story of the a key or stimulus ID.
- It must be clear where the event originated from (That's important to distinguish clocks)
- The failure behaviour of timed out workers should be configurable (raise, ignore). TBD: Should there be a sentinel if ignored?
Note: The log format for scheduler and worker events are still different.
Stimulus IDs on scheduler side only supported once #5849 is implemented
Metadata
Metadata
Assignees
Labels
diagnosticsenhancementImprove existing functionality or make things work betterImprove existing functionality or make things work bettergood second issueClearly described, educational, but less trivial than "good first issue".Clearly described, educational, but less trivial than "good first issue".stabilityIssue or feature related to cluster stability (e.g. deadlock)Issue or feature related to cluster stability (e.g. deadlock)