Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change liveliness tokens logs from warn to debug level #22

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

JEnoch
Copy link

@JEnoch JEnoch commented Sep 23, 2024

As agreed here change the log levels of warnings about "out-of-order" unregistration of liveliness tokens from warn to debug.

The reason is that in case a remote Node is disconnected or if it shuts down abruptly (calling rmw_shutdown and thus closing the Zenoh session before deleting its pubs/subs/services) Zenoh will locally deliver the events of liveliness tokens unregistrations in an arbitrary order. Thus it's likely that the unregistration of Node will be notified before the unregistration of its pubs/subs/services.

@JEnoch
Copy link
Author

JEnoch commented Sep 23, 2024

@Yadunund could you please review this ?

@JEnoch JEnoch merged commit 6a48919 into dev/1.0.0 Sep 23, 2024
7 checks passed
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.

2 participants