You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "walterddr (via GitHub)" <gi...@apache.org> on 2023/11/01 17:42:17 UTC

[I] [build][ci][flaky] cache maven artifact in GHA [pinot]

walterddr opened a new issue, #11925:
URL: https://github.com/apache/pinot/issues/11925

   seeing more and more issues with 
   ```
   Error:  Failed to execute goal on project pinot-pulsar: Could not resolve dependencies for project org.apache.pinot:pinot-pulsar:jar:1.1.0-SNAPSHOT: Could not transfer artifact io.netty:netty-handler:jar:4.1.94.Final from/to central (https://repo.maven.apache.org/maven2): /home/runner/.m2/repository/io/netty/netty-handler/4.1.94.Final/netty-handler-4.1.94.Final.jar.part (No such file or directory) -> [Help 1]
   ```
   either due to timeout or unavailability, or simply downloaded jar cannot be unzip due to corruption.
   
   should we consider using file system caching when init GHA and only update when maven command decided to do so?


-- 
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: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [I] [build][ci][flaky] cache maven artifact in GHA containers? [pinot]

Posted by "walterddr (via GitHub)" <gi...@apache.org>.
walterddr closed issue #11925: [build][ci][flaky] cache maven artifact in GHA containers?
URL: https://github.com/apache/pinot/issues/11925


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [I] [build][ci][flaky] cache maven artifact in GHA containers? [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang commented on issue #11925:
URL: https://github.com/apache/pinot/issues/11925#issuecomment-1789616355

   IIRC, @xiangfu0 tried this approach, but it is way too slow


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [I] [build][ci][flaky] cache maven artifact in GHA containers? [pinot]

Posted by "walterddr (via GitHub)" <gi...@apache.org>.
walterddr commented on issue #11925:
URL: https://github.com/apache/pinot/issues/11925#issuecomment-1789386065

   simple solution is to add 2 steps in GHA
   - at the end: package the `/.m2` folder and upload to some cloud storage
   - at the beginning: download the `/.m2` folder from that storage


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org