Skip to content

feat: add operational logs for node alive/dead transitions#1020

Closed
itoywh wants to merge 2 commits into
daeuniverse:mainfrom
itoywh:pr-p4-dead-alive-logs
Closed

feat: add operational logs for node alive/dead transitions#1020
itoywh wants to merge 2 commits into
daeuniverse:mainfrom
itoywh:pr-p4-dead-alive-logs

Conversation

@itoywh

@itoywh itoywh commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Add operational logs for node status transitions (DEAD/ALIVE) to help monitor node health and fixed_fallback behavior in production.

Changes

1. Node became DEAD (WARN)

When a node transitions from alive to dead (via markUnavailableInternal), a WARN log with dialer and network fields is emitted:

WARN Node became DEAD dialer=s4 network=tcp4

2. Node became ALIVE (INFO) - Health check path

When health check probes detect a node has recovered (via markAvailable), an INFO log is emitted:

INFO Node became ALIVE dialer=s4 network=tcp4 latency=47ms

3. Node became ALIVE (INFO) - Traffic recovery path

When real user traffic successfully connects to a previously dead node (via markAvailableTraffic), an INFO log is emitted:

INFO Node became ALIVE (traffic) dialer=s4 network=tcp4

Motivation

In production, operators need visibility into node state transitions. Without these logs, a failed node silently gets deprioritized without any notification. The (traffic) suffix distinguishes between probe-detected recovery and actual traffic-detected recovery. This is especially useful for monitoring fixed_fallback behavior.

LiYang added 2 commits June 18, 2026 15:54
- Add WARN log when node becomes DEAD in markUnavailableInternal
- Add INFO log when node becomes ALIVE in markAvailable
- Logs include node name and network type for easy debugging
- Helps monitor node health and fixed_fallback behavior in production
…ery and improve health check disabled warning
@itoywh

itoywh commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Content merged into #1009 (fixed_fallback + alive/dead logs + gofmt/tests). Closing in favor of #1009.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant