DarkMatterV

Results 9 comments of DarkMatterV

Supplement to Question 1: Why doesn‘t verify the existence of output's blob files in the `GetActionResult ` interface? Maybe just randomly select a worker from the cas work list to...

> I've experienced this issue with autoscaling - worker would scale down and bazel client would get stuck waiting forever. Hi,80degreeswest. Are your execute worker and cas worker together (this...

Hi, @80degreeswest I noticed that https://github.com/bazelbuild/bazel-buildfarm/pull/976 could solve my problem, but not merge. I tested the efficiency of adding check disk storage before and after. It doesn't seem to add...

Currently, I set `-Xmx256g` and I've noticed that sometimes `jvm_memory_bytes_used / jvm_memory_bytes_max` goes up to 100% for a short period of time, and I'm not sure what's causing it yet....

Or do you have any suggestions for locating OOM-related problems?

use `java -XX:+PrintCommandLineFlags -version` command: ``` Picked up _JAVA_OPTIONS: -XX:+UseContainerSupport -XX:MaxRAMPercentage=80.0 -XX:+UseStringDeduplication -XX:-UseCompressedOops -XX:+HeapDumpOnOutOfMemoryError -Djava.util.logging.config.file=/config/logging.properties -XX:+HeapDumpOnOutOfMemoryError -XX:InitialHeapSize=2147483648 -XX:MaxHeapSize=109951162777 -XX:MaxRAMPercentage=80.000000 -XX:+PrintCommandLineFlags -XX:-UseCompressedOops -XX:+UseContainerSupport -XX:+UseParallelGC -XX:+UseStringDeduplication openjdk version "1.8.0_252" OpenJDK Runtime Environment...

> use `java -XX:+PrintCommandLineFlags -version` command: > > ``` > Picked up _JAVA_OPTIONS: -XX:+UseContainerSupport -XX:MaxRAMPercentage=80.0 -XX:+UseStringDeduplication -XX:-UseCompressedOops -XX:+HeapDumpOnOutOfMemoryError -Djava.util.logging.config.file=/config/logging.properties > -XX:+HeapDumpOnOutOfMemoryError -XX:InitialHeapSize=2147483648 -XX:MaxHeapSize=109951162777 -XX:MaxRAMPercentage=80.000000 -XX:+PrintCommandLineFlags -XX:-UseCompressedOops -XX:+UseContainerSupport -XX:+UseParallelGC -XX:+UseStringDeduplication >...

client: android rbe 0.57.0 server: buildfarm 2.4.0 I'm using android rbe 0.57.0 as a client,I'm guess from the log error that it may have used remote-apis-sdks's commit around March 1,...