Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Stop queries being able to insert systemsHEADmaster | Christopher Baines | 8 days |
| | |||
* | Allow using the heap profiler in the inferior | Christopher Baines | 13 days |
| | |||
* | More efficiently create some vectors | Christopher Baines | 13 days |
| | | | | | And instrument the inferior memory after creating the gds-inferior-packages vector. | ||
* | Add a heap-profiler module | Christopher Baines | 13 days |
| | | | | Taken from a Guile mailing list post. | ||
* | Do more when cleaning inferiors | Christopher Baines | 13 days |
| | | | | Not sure if this actually helps, but it might do. | ||
* | Add log-tag when inserting channel instance derivations | Christopher Baines | 13 days |
| | |||
* | Fix git-commit-exists? | Christopher Baines | 13 days |
| | |||
* | Fix sorting license sets | Christopher Baines | 13 days |
| | |||
* | Fix starting with an empty database | Christopher Baines | 13 days |
| | |||
* | Have the background resource pool users be very patient | Christopher Baines | 2024-11-05 |
| | |||
* | Always assume that resource pool waiters will stick around | Christopher Baines | 2024-11-05 |
| | | | | As I think this is a more efficient design. | ||
* | Move the inferior cleanup to the end of each system+target | Christopher Baines | 2024-11-04 |
| | |||
* | Refactor | Christopher Baines | 2024-11-03 |
| | |||
* | Use a separate db connection in channel-derivations-by-system-promise | Christopher Baines | 2024-11-02 |
| | | | | As this can run in parallel with something else using conn. | ||
* | Increase the sleep-operation time for telling waiters to retry | Christopher Baines | 2024-10-31 |
| | | | | As this being too short was leading call-with-resource-pool to get stuck. | ||
* | Finish chasing the call-with-resource-pool bug | Christopher Baines | 2024-10-31 |
| | | | | | | | | This took a while to find as process-job would just get stuck, and this wasn't directly related to any particular change, just that more fibers increased the chance of hitting it. This commit includes lots of the things I changed while debugging. | ||
* | Tweak the resource pool return behaviour | Christopher Baines | 2024-10-31 |
| | | | | | | | | | If there's lots of contention for the resource pool, there will be lots of waiters, so telling all of them to retry whenever a resource is returned seems wasteful. This commit adds a new option (assume-reliable-waiters?) which will have the resource pool try to give a returned resource to the oldest waiter, if this fails, it'll go back to the old behaviour of telling all waiters to retry. | ||
* | Ensure that call-with-resource-from-pool doesn't get stuck | Christopher Baines | 2024-10-31 |
| | | | | | | As I think this was happening when it missed the resource-pool-retry-checkout reply from the resource pool. Handle this case by periodically retrying with a configurable timeout. | ||
* | Add call-with-default-io-waiters | Christopher Baines | 2024-10-31 |
| | | | | As this is useful when starting threads from a fibers context. | ||
* | Add new fibers utilities | Christopher Baines | 2024-10-31 |
| | | | | | | The new fibers-map uses the same batching approach that fibers-for-each uses, and fibers-map-with-progress allows tracking on the results while the map is happening. | ||
* | Add make-queueing-channel | Christopher Baines | 2024-10-31 |
| | | | | From the build coordinator. | ||
* | Add a comment | Christopher Baines | 2024-10-27 |
| | |||
* | Rework inserting derivations | Christopher Baines | 2024-10-27 |
| | | | | To add more parallelism. | ||
* | Use a common derivation-ids-hash-table | Christopher Baines | 2024-10-27 |
| | | | | | | To allow for calling derivation-file-names->derivation-ids in parallel across multiple fibers, using the PostgreSQL connection fiber to perform atomic operations. | ||
* | Add placeholder derivation source file nar procedures | Christopher Baines | 2024-10-27 |
| | |||
* | Include the package version in the "error when computing" messages | Christopher Baines | 2024-10-27 |
| | | | | As this helps when there are lots of packages with the same name. | ||
* | Ensure the guix derivations are stored prior to attempting to substitute | Christopher Baines | 2024-10-27 |
| | |||
* | Add fibers-promise-reset | Christopher Baines | 2024-10-27 |
| | |||
* | Fix extract-information-from message | Christopher Baines | 2024-10-27 |
| | |||
* | Increase parallelism when loading revisions | Christopher Baines | 2024-10-27 |
| | |||
* | Use a dedicated fiber for heap size monitoring | Christopher Baines | 2024-10-27 |
| | |||
* | Fix free-disk-space call | Christopher Baines | 2024-10-13 |
| | | | | As the WAL file might not exist. | ||
* | Make the WAL threshold more flexible | Christopher Baines | 2024-10-10 |
| | | | | | | So that the WAL can grow more when there's sufficient space. When the inferiors are closed it takes time to restart them, so doing this less should speed up processing revisions. | ||
* | Vacuum some tables when deleting derivations | Christopher Baines | 2024-10-04 |
| | |||
* | Don't use the reserved pool for HTML/JSON responses | Christopher Baines | 2024-09-08 |
| | | | | Just use it for providing substitutes. | ||
* | Include background pool metrics | Christopher Baines | 2024-09-08 |
| | |||
* | Increase the resource pool default timeout a little | Christopher Baines | 2024-09-08 |
| | |||
* | Speed up package-description-and-synopsis-locale-options-guix-revision | Christopher Baines | 2024-09-08 |
| | |||
* | Don't timeout waiting for background pool connections | Christopher Baines | 2024-09-08 |
| | |||
* | Add a new background connection pool | Christopher Baines | 2024-09-08 |
| | | | | Mostly to constrain the build server event handlers. | ||
* | Speed up select-builds-with-context-by-derivation-output | Christopher Baines | 2024-09-07 |
| | |||
* | Add an index on builds.build_server_build_id | Christopher Baines | 2024-09-07 |
| | | | | As this is used when rendering builds. | ||
* | Timeout when trying to process build events | Christopher Baines | 2024-09-03 |
| | | | | | As if they relate to derivations that are currently being inserted, they'll have to wait until the job is processed. | ||
* | Add retrying around inserting channel instance derivations | Christopher Baines | 2024-08-29 |
| | |||
* | Stop using profiles for channel instances | Christopher Baines | 2024-08-27 |
| | | | | | Just use the store item instead. This should avoid issues where the profile gets GC'd. | ||
* | Handle concatenated data in package-derivation-data->names-and-versions | Christopher Baines | 2024-08-22 |
| | | | | | As this broke when constructing the package-data from separate queries per system. | ||
* | Further reduce the chunk size | Christopher Baines | 2024-08-20 |
| | |||
* | Increase the WAL threshold | Christopher Baines | 2024-08-20 |
| | |||
* | Make the free space requirement configurable | Christopher Baines | 2024-08-20 |
| | |||
* | Increase the inferior idle seconds | Christopher Baines | 2024-08-18 |
| |