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/02/27 11:51:06 UTC

[GitHub] [maven-resolver] cstamas opened a new pull request, #260: [MRESOLVER-329] More robust IO in default tracking file manager

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

   In case of concurrent r/w of tracking file, the if Files.isReablable may return true, but the file might be gone once it arrives to Files.newInputStream. In these cases, just ignore the missing file related exception.
   
   ---
   
   https://issues.apache.org/jira/browse/MRESOLVER-329


-- 
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


Re: [PR] [MRESOLVER-329] More robust IO in default tracking file manager [maven-resolver]

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas closed pull request #260: [MRESOLVER-329] More robust IO in default tracking file manager
URL: https://github.com/apache/maven-resolver/pull/260


-- 
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] michael-o commented on pull request #260: [MRESOLVER-329] More robust IO in default tracking file manager

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

   Before we merge this, I'd like to see Jim's data first. 


-- 
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