Skip to content

chore: log with node id#87

Merged
tisonkun merged 2 commits intomainfrom
member-id
Sep 8, 2025
Merged

chore: log with node id#87
tisonkun merged 2 commits intomainfrom
member-id

Conversation

@tisonkun
Copy link
Contributor

@tisonkun tisonkun commented Sep 8, 2025

No description provided.

#[derive(Debug, Clone, PartialEq, Eq, Hash, Serialize, Deserialize)]
pub struct PersistentNodeInfo {
pub node_id: Uuid,
pub node_name: String,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leiysky I noticed that the node_name is never used and actually always "percas" now.

The node_id should be necessary to identify a node. Also I'd like to make node_id a settable string, like ScopeDB's node ID. But it may be incompatible with current runnning instance.

Removing node_name field wouldn't be a break since an unknown field is simply ignored.

Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
@tisonkun tisonkun enabled auto-merge (squash) September 8, 2025 11:15
@tisonkun tisonkun merged commit 6558a8a into main Sep 8, 2025
4 checks passed
@tisonkun tisonkun deleted the member-id branch September 8, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments