I'm familiarizing myself with this project and found that I can't successfully build the project from svn/trunk using maven - the tests seem to stall while attempting to stop the receiver:
…..
INFO: udt.ServerSession@623b9c82 connection state CHANGED to <90>
Apr 27, 2013 11:25:07 AM udt.UDTSender$1 run
INFO: STOPPING SENDER for udt.ClientSession@13a709f1
Apr 27, 2013 11:25:07 AM udt.ServerSession received
INFO: Connection shutdown initiated by peer.
Apr 27, 2013 11:25:07 AM udt.UDTReceiver$1 run
INFO: STOPPING RECEIVER for udt.ClientSession@13a709f1
I've let it sit for hours, both in Windows 7 x64 and RHEL6 x64 and it never completes. I can of course skip the unit testing and move forward…but everyone likes unit tests coming back green, especially when it's a new library =)
Let me know if there is anything I can do to help troubleshoot this issue. Meanwhile, I'll take a look as well.
Thanks,
Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Steve,
first of all, thanks for your interest in this project. And yes, the unit tests should work.
However, sorry to say, currently I don't really have time for this project. It evolved out of a student work which I supervised, and now it is somewhat neglected. If you find bugs, improvements etc I'll be happy to add you to the project so you can commit to it.
There's many things to do (for example re-establishing compatibility with the C++ reference version of the protocol), and overall I'm not very happy with the most important aspect which is performance. For my own data transfer needs I've moved to a TCP based solution, so my motivation to work on UDT Java is rather low!
Anyway, wishing you best of luck,
Bernd.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm familiarizing myself with this project and found that I can't successfully build the project from svn/trunk using maven - the tests seem to stall while attempting to stop the receiver:
…..
INFO: udt.ServerSession@623b9c82 connection state CHANGED to <90>
Apr 27, 2013 11:25:07 AM udt.UDTSender$1 run
INFO: STOPPING SENDER for udt.ClientSession@13a709f1
Apr 27, 2013 11:25:07 AM udt.ServerSession received
INFO: Connection shutdown initiated by peer.
Apr 27, 2013 11:25:07 AM udt.UDTReceiver$1 run
INFO: STOPPING RECEIVER for udt.ClientSession@13a709f1
I've let it sit for hours, both in Windows 7 x64 and RHEL6 x64 and it never completes. I can of course skip the unit testing and move forward…but everyone likes unit tests coming back green, especially when it's a new library =)
Let me know if there is anything I can do to help troubleshoot this issue. Meanwhile, I'll take a look as well.
Thanks,
Steve
Hi Steve,
first of all, thanks for your interest in this project. And yes, the unit tests should work.
However, sorry to say, currently I don't really have time for this project. It evolved out of a student work which I supervised, and now it is somewhat neglected. If you find bugs, improvements etc I'll be happy to add you to the project so you can commit to it.
There's many things to do (for example re-establishing compatibility with the C++ reference version of the protocol), and overall I'm not very happy with the most important aspect which is performance. For my own data transfer needs I've moved to a TCP based solution, so my motivation to work on UDT Java is rather low!
Anyway, wishing you best of luck,
Bernd.