commit | f6e1074b09ebefba185c0531e9cea26b9596c8a9 | [log] [tgz] |
---|---|---|
author | chiwang <chiwang@google.com> | Thu Apr 08 19:19:17 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 08 19:20:24 2021 -0700 |
tree | 2f4704bf0239ce2a37a801b848ccab484b330c8c | |
parent | 627c16e0e4ae70161c5694a369acd21af87e3d50 [diff] |
Remote: Use shutdownNow() instead of shutdown() in ChannelConnection#close() as a workaround to a gRPC bug. There is a bug (b/183340374) in gRPC that client doesn't try to close connections with shutdown() if the channel received GO_AWAY frames. Using shutdownNow() here as a workaround. PiperOrigin-RevId: 367552792
{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