gergely-g commented on issue #31227:
URL: https://github.com/apache/beam/issues/31227#issuecomment-2104475259

   @chamikaramj The cache hit will never be detected for the downloaded JARs 
because of this line:
   
https://github.com/apache/beam/blob/bb51380f1b29a2b69ab82ef795a8895ebd89f87e/sdks/python/apache_beam/runners/portability/artifact_service.py#L294
   
   It always evaluates to False.
   
   A worse problem though that, as mentioned above 
[`ArtifactRetrievalService.ResolveArtifacts()`](https://github.com/apache/beam/blob/070fc9035710aa537c6e5b5b8885314099a8b0f7/model/job-management/src/main/proto/org/apache/beam/model/job_management/v1/beam_artifact_api.proto#L39%5C)
 call takes 1.5s per SQL query even _without_ the downloading of the actual 
files. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to