[ 
https://issues.apache.org/jira/browse/MBUILDCACHE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538212#comment-17538212
 ] 

ASF GitHub Bot commented on MBUILDCACHE-20:
-------------------------------------------

gnodet commented on code in PR #14:
URL: 
https://github.com/apache/maven-build-cache-extension/pull/14#discussion_r874823004


##########
src/main/java/org/apache/maven/buildcache/CacheControllerImpl.java:
##########
@@ -166,22 +166,22 @@ public CacheResult findCachedBuild( MavenSession session, 
MavenProject project,
         ProjectsInputInfo inputInfo = projectInputCalculator.calculateInput( 
project );
 
         final CacheContext context = new CacheContext( project, inputInfo, 
session );
-        // remote build first
-        CacheResult result = findCachedBuild( mojoExecutions, context );

Review Comment:
   @AlexanderAshitkin Well, that was exactly what I was trying to fix.  If 
there was no remote build cached, but a local build, a lookup did occur...
   This basically means that local builds are useless if you have a remote 
cache, because they are never used, which is a bit weird.





> Allow configuring whether local or remote builds should be preferred
> --------------------------------------------------------------------
>
>                 Key: MBUILDCACHE-20
>                 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-20
>             Project: Maven Build Cache Extension
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0-alpha
>
>
> Currently, a remote lookup is done first and if none succeeds, a lookup of a 
> previous local build is done (for a given input checksum).  I don't really 
> understand the benefit of this and I think it should be reversed, or at least 
> made configurable.
> The code is at: 
> https://github.com/apache/maven-build-cache-extension/blob/a3a44e72404228c536b5a8c21d2e67f0183452a1/src/main/java/org/apache/maven/buildcache/CacheControllerImpl.java#L169-L187



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to