RE: Unreliable TCP and retries for maven publish

2023-05-23 Thread Finkelman, Jacob
hen) retry handler. Thanks T On Tue, May 23, 2023 at 8:55 PM Finkelman, Jacob wrote: > Hi Tamás, > > Thank you for opening the JIRA ticket and PR. Here is a lightly edited > logs from a build that got BUILD FAILURE > > ``` > [INFO] Error stacktraces are turned on. &

RE: Unreliable TCP and retries for maven publish

2023-05-23 Thread Finkelman, Jacob
: RE: Unreliable TCP and retries for maven publish On 2023/05/22 16:29:05 "Finkelman, Jacob" wrote: > Would changing that type signature automatically add retries for the > checksums when using the wagon transport? If not, what else would need to be > done to add retries? Would

RE: Unreliable TCP and retries for maven publish

2023-05-23 Thread Finkelman, Jacob
lgorithms=MD5 case). Thanks T On Fri, May 19, 2023 at 11:27 PM Finkelman, Jacob wrote: > During a maven publish if the server closes the TCP connection after > the upload of an asset sometimes the publish will fail with a failed > to respond while attempting to upload the checksum. The

RE: Unreliable TCP and retries for maven publish

2023-05-22 Thread Finkelman, Jacob
:34 PM To: dev@maven.apache.org Subject: RE: Unreliable TCP and retries for maven publish Am 2023-05-19 um 23:27 schrieb Finkelman, Jacob: > During a maven publish if the server closes the TCP connection after the > upload of an asset sometimes the publish will fail with a failed to r

Unreliable TCP and retries for maven publish

2023-05-19 Thread Finkelman, Jacob
During a maven publish if the server closes the TCP connection after the upload of an asset sometimes the publish will fail with a failed to respond while attempting to upload the checksum. The correct behavior to wanting to send more HTTP requests on a closed TCP connection, is to open a new TC