uvatbc commented on PR #1303: URL: https://github.com/apache/solr/pull/1303#issuecomment-1404227076
There's ways to eliminate both those "startup" times. Just to note them down: Downloading Solr deps: That might be something to be put into the Docker container assigned to the Solr project. Can you point me to some logs to understand whats being downloaded? I'll try to put all of it into the container so that its not being pulled repeatedly. Fetch all the branches: We may have a trick for that that involves eliminating the clone altogether, but let me try it out myself before I confirm it works. On Jan 25 2023, at 3:04 pm, David Smiley ***@***.***> wrote: > > > If I'm not mistaken, there are 96 hyper threads on 48 cores? > The first two minutes in Crave was Crave downloading Solr's dependencies :-(. Hopefully won't repeat for each build. > Also the "fetch all branches" option I used was a blunt approach to satisfy what Crave needs. There may be a better way. A minute was lost in checking everything out -- dunno if it'll be repeated. I'll re-run this to see. > > > The net of these delays and actual test execution was 11 minutes (as we can see here in the "all checks have passed" summary. I'm happy with that :-) > — > Reply to this email directly, view it on GitHub ***@***.***/0?redirect=https%3A%2F%2Fgithub.com%2Fapache%2Fsolr%2Fpull%2F1303%23issuecomment-1404220683&recipient=cmVwbHkrQUNBQVVPSlhBVjZTRVdSRFJBTkVQQkdCMzNGNEpFVkJOSEhGWVNGNk1JQHJlcGx5LmdpdGh1Yi5jb20%3D), or unsubscribe ***@***.***/1?redirect=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACAAUOPPPV5YH4BUMPXZMC3WUGIMJANCNFSM6AAAAAAT7VV2TA&recipient=cmVwbHkrQUNBQVVPSlhBVjZTRVdSRFJBTkVQQkdCMzNGNEpFVkJOSEhGWVNGNk1JQHJlcGx5LmdpdGh1Yi5jb20%3D). > You are receiving this because you authored the thread. > -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
