You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/31 14:12:48 UTC

[GitHub] [camel-k] apupier opened a new issue #2520: Reduce time for first Integration start

apupier opened a new issue #2520:
URL: https://github.com/apache/camel-k/issues/2520


   During first integration deployment a lot of bom dependencies are downloaded. See https://gist.github.com/apupier/6a9fed422bba9b5fde85164055df89a8 With a simple timer example it can take 20 minutes on a not so fast network.
   
   Maybe the container might be can be prepoluated with common ones?


-- 
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@camel.apache.org

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



[GitHub] [camel-k] github-actions[bot] commented on issue #2520: Reduce time for first Integration start

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2520:
URL: https://github.com/apache/camel-k/issues/2520#issuecomment-954310991


   This issue has been automatically marked as stale due to 90 days of inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


-- 
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@camel.apache.org

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



[GitHub] [camel-k] github-actions[bot] closed issue #2520: Reduce time for first Integration start

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #2520:
URL: https://github.com/apache/camel-k/issues/2520


   


-- 
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@camel.apache.org

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



[GitHub] [camel-k] tadayosi commented on issue #2520: Reduce time for first Integration start

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #2520:
URL: https://github.com/apache/camel-k/issues/2520#issuecomment-889773155


   Perhaps we can make Maven mirroring as the default option and preload a common set of camel jars into the mirror during kamel installation.


-- 
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@camel.apache.org

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



[GitHub] [camel-k] squakez commented on issue #2520: Reduce time for first Integration start

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #2520:
URL: https://github.com/apache/camel-k/issues/2520#issuecomment-884922496


   I think it could be interesting to have a simple timer-2-log integration used to imprint the operator container. We would reduce the very first startup time. In any case I can expect 20 minutes in a local developer environment, not on a public cloud :)


-- 
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@camel.apache.org

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



[GitHub] [camel-k] tadayosi commented on issue #2520: Reduce time for first Integration start

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #2520:
URL: https://github.com/apache/camel-k/issues/2520#issuecomment-889770908


   While it doesn't improve the very first run, using Maven repository mirror in a cluster is a way to make subsequent runs faster.
   I introduced this technique for local e2e testing:
   https://camel.apache.org/camel-k/latest/contributing/e2e.html#using-nexus


-- 
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@camel.apache.org

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



[GitHub] [camel-k] squakez commented on issue #2520: Reduce time for first Integration start

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #2520:
URL: https://github.com/apache/camel-k/issues/2520#issuecomment-1084653010


   I am working on something related to the build, and we may think to find an easy way to bundle the known basic set of dependencies. We can use a similar approach on what we do with local `make images-dev`, where we copy development artifacts. As an example, we can see the following list of dependencies downloaded from a fresh 1.8.2 installation:
   
   [1.8.2.log](https://github.com/apache/camel-k/files/8390214/1.8.2.log)
   
   against the list of dependencies downloaded in 1.9.0-SNAPSHOT (which I created via `make images-dev`):
   
   [1.9.0-SNAPSHOT.log](https://github.com/apache/camel-k/files/8390223/1.9.0-SNAPSHOT.log)
   
   There is half the number of dependencies needed to download. We may even go further by finding a way to calculate automatically the rest of needed dependencies (ie, the catalog and the related boms).


-- 
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@camel.apache.org

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