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/06/02 08:09:31 UTC

[GitHub] [camel-k] astefanutti opened a new pull request, #3327: feat(gc): Skip GC for first integration generation

astefanutti opened a new pull request, #3327:
URL: https://github.com/apache/camel-k/pull/3327

   The GC trait relies on the generation metadata field of the integration, by propagating it to owned resources in a label, and listing the laters with label selection using the `<` selector operator. Assuming the generation field is a monotonically increasing strictly positive integer, it's safe to skip garbage collection on the first integration generation, i.e., when the generation field is less or equal to one, to reduce the overhead on the API server.
   
   **Release Note**
   ```release-note
   feat(gc): Skip GC for first integration generation
   ```
   


-- 
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] astefanutti merged pull request #3327: feat(gc): Skip GC for first integration generation

Posted by GitBox <gi...@apache.org>.
astefanutti merged PR #3327:
URL: https://github.com/apache/camel-k/pull/3327


-- 
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] christophd commented on pull request #3327: feat(gc): Skip GC for first integration generation

Posted by GitBox <gi...@apache.org>.
christophd commented on PR #3327:
URL: https://github.com/apache/camel-k/pull/3327#issuecomment-1144839098

   I will run some performance tests tomorrow with the fix and verify. once the fix is confirmed we can backport, ok?


-- 
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 pull request #3327: feat(gc): Skip GC for first integration generation

Posted by GitBox <gi...@apache.org>.
squakez commented on PR #3327:
URL: https://github.com/apache/camel-k/pull/3327#issuecomment-1144835732

   I think we should backport (this and the previous gc related one).


-- 
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