commit | a607d9dc70ac67f1aa2c32ca954177f9c77860be | [log] [tgz] |
---|---|---|
author | larsrc <larsrc@google.com> | Wed Jan 13 09:50:22 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jan 13 09:51:46 2021 -0800 |
tree | c9b0bb0f3853d05c3be2c216c236f6af6621faf7 | |
parent | f431b0c9a92137bd169e0cf63c7b885285b6c188 [diff] |
Never create more than one process per WorkerMultiplexer. Turns out the ability to re-create a process makes everything complicated. Instead, just let the WorkerMultiplexer instance fall to the floor and create a new one as needed. Also restores interrupts in more places, handles some non-io-exceptions better in WorkerSpawnRunner, checks a few more edge cases around the multiplexer, makes the multiplexer try not to get interrupted during actual read, avoids creating unnecessary WorkerMultiplexer garbage, removes shutdownhooks on workerproxy destruction, sets the multiplexer reporter earlier, and improves some error messages. RELNOTES: n/a PiperOrigin-RevId: 351606949
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md