-
-
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
[DenonMarantz] Telnet Thread Issue #9494
Labels
bug
An unexpected problem or unintended behavior of an add-on
PR pending
There is a pull request for resolving the issue
Comments
Will have a look at this. |
jwveldhuis
added a commit
to jwveldhuis/openhab-addons
that referenced
this issue
Dec 24, 2020
…ad pool. Fixes openhab#9494 Signed-off-by: Jan-Willem Veldhuis <[email protected]>
@morph166955 can you review my change, is this what you meant? |
I'll defer to @kaikreuzer. I was just copy/pasting his comments from the original issue. |
J-N-K
pushed a commit
that referenced
this issue
Dec 26, 2020
* Run the Telnet socket in a dedicated thread, not from the shared thread pool. Fixes #9494 Signed-off-by: Jan-Willem Veldhuis <[email protected]>
I pulled and compiled a jar to test this after #9511 was merged. Ran a thread dump. Output below.
|
seaside1
pushed a commit
to seaside1/openhab-addons
that referenced
this issue
Dec 28, 2020
) * Run the Telnet socket in a dedicated thread, not from the shared thread pool. Fixes openhab#9494 Signed-off-by: Jan-Willem Veldhuis <[email protected]>
seaside1
pushed a commit
to seaside1/openhab-addons
that referenced
this issue
Dec 28, 2020
) * Run the Telnet socket in a dedicated thread, not from the shared thread pool. Fixes openhab#9494 Signed-off-by: Jan-Willem Veldhuis <[email protected]> Signed-off-by: Joseph Hagberg <[email protected]>
thinkingstone
pushed a commit
to thinkingstone/openhab-addons
that referenced
this issue
Nov 7, 2021
) * Run the Telnet socket in a dedicated thread, not from the shared thread pool. Fixes openhab#9494 Signed-off-by: Jan-Willem Veldhuis <[email protected]>
marcfischerboschio
pushed a commit
to bosch-io/openhab-addons
that referenced
this issue
May 5, 2022
) * Run the Telnet socket in a dedicated thread, not from the shared thread pool. Fixes openhab#9494 Signed-off-by: Jan-Willem Veldhuis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
An unexpected problem or unintended behavior of an add-on
PR pending
There is a pull request for resolving the issue
Opening as per @kaikreuzer from openhab/openhab-core#1998
It permanently blocks one thread from the thread pool as it uses it to listen to a telnet connection. It should use its own thread instead of the shared thread pool for that.
The text was updated successfully, but these errors were encountered: