commit | f0e750399e21c068b018175aafa4e059be84c2ea | [log] [tgz] |
---|---|---|
author | djasper <djasper@google.com> | Thu Jun 13 02:59:39 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jun 13 03:00:56 2019 -0700 |
tree | 9e4400001613ec8a581e800e05b98a224ab0cec1 | |
parent | 5a6cd17cbc62ec55caeb5e33cadffb36d4ae8029 [diff] |
Don't let multiple threads queue up before the synchronized-block in ExperimentalEventHandler. Especially, when a lot of actions are in flight (which happens with the experimental async execution), the runtime of addProgressBar() might exceed the update rate limit leading to more and more threads queuing up. Instead, use tryLock to only update if no other update is in flight. This is probably more a work-around than a fix. RELNOTES: None. PiperOrigin-RevId: 252994129
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.