Hi All,
we are using jsch (mostly port forwarding) without any issue during
the last year. Today we deployed our app in a new environment which make
a lot more traffic (with peak of about 120/140 mbps). After it transfer
between 1 to 2 gb of data all data transfer freeze.
The forward is used by a standard rsync client that connect to a
"remote" rsyncd daemon.
Did someone have any hit on how to solve this issue ? Below I've
attached relevant data.
Thanks
Davide
----
The relevant output (netstat)
tcp 2193539 0 127.0.0.1:59016 127.0.0.1:7373
ESTABLISHED
tcp6 65728 0 172.17.2.4:47297 172.17.2.180:22
ESTABLISHED
tcp6 0 664832 127.0.0.1:7373 127.0.0.1:59016
ESTABLISHED
The relevant stack trace:
"DirectTCPIP thread 172.17.2.180" prio=10 tid=0x00007fa9e800a800
nid=0x5b07 runnable [0x00007faa65d03000]
java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at com.jcraft.jsch.ChannelDirectTCPIP.run(ChannelDirectTCPIP.java:101)
at java.lang.Thread.run(Thread.java:744)
"PortWatcher Thread for 127.0.0.1" prio=10 tid=0x00007faa200c3800
nid=0x5b04 runnable [0x00007faa65e04000]
java.lang.Thread.State: RUNNABLE
at java.net.PlainSocketImpl.socketAccept(Native Method)
at
java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
at java.net.ServerSocket.implAccept(ServerSocket.java:530)
at java.net.ServerSocket.accept(ServerSocket.java:498)
at com.jcraft.jsch.PortWatcher.run(PortWatcher.java:172)
at java.lang.Thread.run(Thread.java:744)
"Connect thread 172.17.2.180 session" prio=10 tid=0x00007faa200c3000
nid=0x5b03 runnable [0x00007faa66362000]
java.lang.Thread.State: RUNNABLE
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
at com.jcraft.jsch.IO.put(IO.java:64)
at com.jcraft.jsch.Channel.write(Channel.java:366)
at com.jcraft.jsch.Session.run(Session.java:1434)
at java.lang.Thread.run(Thread.java:744)
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users