You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Luis Gustavo Covino <lg...@gmail.com> on 2008/02/19 15:40:19 UTC

bugs 38688, 39377, NET-73 ??

Hello,
I am facing an issue with commons-net 1.4.0 and saw in the change log
that the unreleased version 1.4.x has this patch for "fixing a
TelnetInputStream hang". I was just wondering if anyone could tell me if
what I am seeing resembles that problem.
My Jboss had 3 threads using a lot of CPU. They all had a stack like
this (this is the full stack Jconsole shows):

Name: Thread-319524
State: RUNNABLE
Total blocked: 353 Total waited: 51
Stack trace:
org.apache.commons.net.telnet.TelnetInputStream.__processChar(TelnetInputStream.java:280)
org.apache.commons.net.telnet.TelnetInputStream.run(TelnetInputStream.java:567)
java.lang.Thread.run(Thread.java:595)

Do you think this could be related to NET-73? Normally the threads do a
quick telnet to a router, disconnect and finish, but these seem to be in
a loop, with high CPU usage. Very hard to reproduce unfortunately...

Thanks very much,
Gustavo




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org