You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2021/12/06 19:19:24 UTC

[GitHub] [buildstream] abderrahim commented on issue #1541: 1.6.3 performance question

abderrahim commented on issue #1541:
URL: https://github.com/apache/buildstream/issues/1541#issuecomment-987105651


   bst master uses the same order. I believe this was discussed in an issue before and doing the "right thing" would make the bst overhead bigger which the people doing the work thought would hurt performance rather than help.
   
   The issue is that when an element is not found in the artifact cache, it's added to the source queue and its build dependencies are added to the artifact queue. Then jobs are taken from the queues in a fixed order regardless of how "urgent" they are (add to that that the artifact and source queues both compete for fetcher resources)


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

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