AlexanderAshitkin commented on code in PR #92: URL: https://github.com/apache/maven-build-cache-extension/pull/92#discussion_r1300166046
########## src/main/java/org/apache/maven/buildcache/CacheControllerImpl.java: ########## @@ -401,6 +399,26 @@ private Future<File> createDownloadTask( }); if (!cacheConfig.isLazyRestore()) { downloadTask.run(); + try { + downloadTask.get(); Review Comment: Hi. The main question is whether or not to fail the cache when unused (in reactor) artifacts cannot be downloaded. I’m trying to understand what are the benefits of failing the cache. Does it solve any practical issues? Because in terms of the cache hit rate, this change brings regression. -- 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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org