-
Notifications
You must be signed in to change notification settings - Fork 4.1k
bulkio: provide visibility for events in debug logs #45643
Copy link
Copy link
Closed
Labels
A-loggingIn and around the logging infrastructure.In and around the logging infrastructure.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-disaster-recovery
Description
Customer request: provide visibility for cluster level events in the logs. We're already recording these cluster level events in the system.events table, and exposing them in the UI, but the customer wants to tail logs. Their ideal is for the system.events rows to be replicated in every node's logs in case one or more of the nodes are down.
This doesn't really fall under any team's ownership, but I'm taking Bulk I/O because jobs are one of the more frequent creators of events.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-loggingIn and around the logging infrastructure.In and around the logging infrastructure.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-disaster-recovery