Details
Description
When deploying a grand site with hundreds of files, even the slightest connection failure causes the build to break, leaving a failed site deploy.
What about a configurable retry mechanism that reconnects to the ftp server and continues the file transfer?
E.g. <numReconnectsOnConnectionFailure> or similar that would really help out in these situations.
Activity
Brett Porter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Workflow | jira [ 70726 ] | Maven New [ 88544 ] |
Brett Porter
made changes -
| Component/s | wagon-ftp [ 13311 ] |
Brett Porter
made changes -
| Project | wagon-ftp [ 10461 ] | Maven Wagon [ 10335 ] |
| Key | WAGONFTP-18 | WAGON-144 |
| Component/s | wagon-ftp [ 13311 ] | |
| Component/s | wagon-ftp [ 12159 ] |
Brett Porter
made changes -
| Fix Version/s | 1.x [ 13408 ] |
this problem is not limited to ftp connections. I'm seeing similar errors deploying a site via webdav. The issue is that the plugin opens one connection per every file and by doing so oversaturates the system with open connections. See my post on the maven list here: http://www.nabble.com/Exception-transfering-site-files-via-webdav-t4734586s177.html