2011/12/12 Brett Porter <br...@apache.org>:
> I've noticed a potential problem when using a repository manager. The new 
> wagon library seems to have introduced a read time out:
>
> Could not transfer artifact [...]: Read timed out -> [Help 1]
>
> This is going to fail the first time you hit an artifact proxied by a 
> repository manager that takes more than 1 minute to download because there is 
> no progress on the read. In previous versions, there was only a connection 
> timeout.
>
> I think that needs to be prevented, at least until the repository managers 
> all stream proxied artifacts so there is some download progress to report.

You mean removing SO_TIMEOUT ?
Perso I think it's good to have such value to prevent infinite wait
when the remote server hangs for any reason.

Currently the default value is 60s.
Do you think this value must be increase or at least more easily
configurable tru cli or removed and replace with a infinite value ?

Last but not least do we have to consider this as blocker for the release ?

>
> Cheers,
> Brett
>
> On 06/12/2011, at 1:28 AM, Olivier Lamy wrote:
>
>> Hello,
>>
>> Apache Maven 3.0.4-RC3 has been staged for testing purpose (this is a
>> preview of the coming 3.0.4 official release)
>>
>> The repository is available here:
>> https://repository.apache.org/content/repositories/maven-292
>>
>> For convenience, binaries have been copied here:
>> http://people.apache.org/~olamy/maven/3.0.4-RC3/
>>
>> This test phase will be for one week (until 
>> http://s.apache.org/MVN-3.0.4-RC3 )
>>
>> Changes are available here:
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=17215&styleName=Text&projectId=10500&Create=Create
>> .
>>
>> Feel free to report any regressions in http://jira.codehaus.org/browse/MNG
>>
>> Have Fun,
>> --
>> Olivier Lamy
>> Talend: http://coders.talend.com
>> http://twitter.com/olamy | http://linkedin.com/in/olamy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>>
>
> --
> Brett Porter
> br...@apache.org
> http://brettporter.wordpress.com/
> http://au.linkedin.com/in/brettporter
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to