Benjamin Peterson
Benjamin Peterson
Outgoing messages in a call can be internally queued by gRPC due to HTTP2 flow control. Client calls can additionally be delayed from even starting due to the underlying HTTP2...
I was running a build with 463f80979127b39bb41c9afde5b5863914a7609d, and it hung. The stacktraces reveal what looks like a hang checking out a worker: ``` "skyframe-evaluator-execution-6" #8044 [81650] daemon prio=5 os_prio=0 cpu=54.16ms...
These were part of the tiered priority executor, which was removed in 27324b5bfb54147bd52a9a6ed0671ed878c608ab.
The issue described in the comment (https://bugs.openjdk.org/browse/JDK-8208715) was fixed long ago in openjdk/jdk@63b1edb7b71cbf5baeffe90059e99dfc0f1d45a3.
GCC aggressively emit warnings when comparing unsigned and signed integer types, which causes failures works under protobuf's -Werror default. We can fix these often by switching to iterators, but sometimes...
These APIs were added in protocolbuffers/protobuf@60b71498d70a5645324385269c518b95c8c2feb0.
``` $ bazel version Build label: 8.0.0-pre.20240814.2 Build target: @@//src/main/java/com/google/devtools/build/lib/bazel:BazelServer Build time: Tue Aug 20 19:05:29 2024 (1724180729) Build timestamp: 1724180729 Build timestamp as int: 1724180729 $ touch MODULE.bazel $...
--compile_one_dependency suggestion should not trigger when source files are picked up by wildcards
6087f5d94779558ca044420a195547054db58a02 added a warning that triggers when building or testing the all the targets in any real-life package. E.g., ``` $ cat BUILD cc_test( name = 't', srcs = ['a.cc',...
This allows non-root monitoring systems to racelessly reset memory.peak watermarks. Fixes https://github.com/systemd/systemd/issues/37205.