You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "cstamas (via GitHub)" <gi...@apache.org> on 2023/05/23 09:53:56 UTC

[GitHub] [maven-resolver] cstamas opened a new pull request, #288: [MRESOLVER-361] Unreliable TCP and retries

cstamas opened a new pull request, #288:
URL: https://github.com/apache/maven-resolver/pull/288

   Make httpClient retry for PUT.
   
   ---
   
   https://issues.apache.org/jira/browse/MRESOLVER-361


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] Eh2406 commented on pull request #288: [MRESOLVER-361] Unreliable TCP and retries

Posted by "Eh2406 (via GitHub)" <gi...@apache.org>.
Eh2406 commented on PR #288:
URL: https://github.com/apache/maven-resolver/pull/288#issuecomment-1564498299

   Under what circumstances would a user want the standard retry handler?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas merged pull request #288: [MRESOLVER-361] Unreliable TCP and retries

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas merged PR #288:
URL: https://github.com/apache/maven-resolver/pull/288


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas commented on pull request #288: [MRESOLVER-361] Unreliable TCP and retries

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas commented on PR #288:
URL: https://github.com/apache/maven-resolver/pull/288#issuecomment-1559839195

   > Should this retry handler respect `aether.connector.http.retryHandler.count`?
   
   This pr changes ONLY the fact that now client follows rfc2616 and treats listed methods (put among them) as idempotent. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas commented on pull request #288: [MRESOLVER-361] Unreliable TCP and retries

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas commented on PR #288:
URL: https://github.com/apache/maven-resolver/pull/288#issuecomment-1564502222

   No idea, but presence of these options allows to make resolver work "as before". Just an escape hatch, nothing more.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] Eh2406 commented on pull request #288: [MRESOLVER-361] Unreliable TCP and retries

Posted by "Eh2406 (via GitHub)" <gi...@apache.org>.
Eh2406 commented on PR #288:
URL: https://github.com/apache/maven-resolver/pull/288#issuecomment-1559820085

   Should this retry handler respect `aether.connector.http.retryHandler.count`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas commented on pull request #288: [MRESOLVER-361] Unreliable TCP and retries

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas commented on PR #288:
URL: https://github.com/apache/maven-resolver/pull/288#issuecomment-1563895078

   Latest commit exposes all aspects of retryHandler to users via config (defaults to "standard" handler as before in this PR)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org