-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[knx] NPE when bundle is stopped #8277
[knx] NPE when bundle is stopped #8277
Comments
The reason is that
The |
Still there with current implementation. Needs some special handling of interruption.
|
Not sure, but if i understand it right, the synchronized method call to Nevermind. That was not the case. |
The stacktrace is actually printed by Calimero library:
We cannot catch this. During the binding shutdown / disconnect / etc., several Futures are cancelled with Interruption. And this is quite crucial, as the resources need to be released (for example the number of tunnel connections on the IP interface may be limited, so we want to be sure the link is closed). |
If i understand it right, this is intentional behaviour. Just logging is more verbose then expected. Even without the stacktrace, i don't think it would do any good to log this at |
Just found this in my log:
Instead of this exception, the thread is expected to be terminated gracefully.
The text was updated successfully, but these errors were encountered: