-
Notifications
You must be signed in to change notification settings - Fork 641
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
FTP module stability #422
Comments
As mentioned in #407, the current issues have to do with the testing infrastructure and the fact that they need real FTP servers running to do the job. We're currently starting three different kinds of servers/configurations (FTP, FTPs and sFTP), one instance per So, IMHO the component is usable but we should invest some time in making the testing infra more robust. Maybe it's not neccesary to run all test cases for all configurations. More ideas are welcome ;-). |
The I'm not sure starting (in-process Java) FTP servers for testing should be a big deal - it would be cool if we could make that run smoothly without disabling tests :). |
Of course, that would be the best case scenario. I'll try to find the time to take a closer look at it. Very busy now though... |
But we're good to release alpakka 0.11 in this state? |
IMHO yes, we're safe releasing. I'll spend some time on the testing infra ASAP. Last weekend was impossible as I had to work on other projects :-(. |
It seems we might be facing a problem of low entropy on Travis VMs. We might need to configure jvm opts to use |
After updating alpakka with new sftp dependency, I've got race conditions and strange sshj exceptions:
We've faced this every 5 minutes after node restart. We're using Is new ssh library stable enough to use in alpakka? |
@timothyklim According to the stack trace, this seems to be an application error on the transport layer. The client is no receiving a proper identification message from server. Do you have access to the server log?. Maybe this server is limiting the number of allowed connections. If the problem persists, you might want to open an independent ticket providing enough information to diagnose it. |
We recently did a lot of changes in the FTP module, including #373 and #407.
Things look fairly good, though the tests can be quite slow and "should fail and report the exception in the result status if connection fails" fails suspiciously often on travis (#410).
Do we feel this is ready to be released or does someone want to take a closer look first?
@svezfaz @juanjovazquez @argast @nktpro @eharik @rafacm @neowulf33 @frj
The text was updated successfully, but these errors were encountered: