mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[GH-ISSUE #441] Beszel monitoring issue when server deleted and re-added with same name (fingerprint edge case) #287
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#287
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @manikanta9176 on GitHub (Sep 11, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/441
Originally assigned to: @manikanta9176 on GitHub.
Description
There is an issue in beszel monitoring where, if a server is deleted and then a new one is added with the same name, monitoring fails or behaves unexpectedly. This appears to be an edge case related to the beszel fingerprint mechanism, which may not properly distinguish between the old and new servers with the same name.
Steps to Reproduce
Expected Behavior
Beszel should correctly monitor the new server, regardless of name reuse, without any conflict or stale data from the previous fingerprint.
Actual Behavior
Monitoring shows inconsistent or erroneous results, likely due to fingerprint collision or stale identification.
Tasks
Additional Context
This may require refactoring how fingerprints are generated or associated with servers.