Grzegorz Lukasik

Results 6 issues of Grzegorz Lukasik

When checking performance of bazel-remote noticed that most of the time is spent in zstd compression. Created a benchmark that shows that cgo implementation of zstd is more performant (2x-3x...

Bazel-remote is pretty verbose logging all access information. In particular it becomes problematic for `findMissingBlobs` call, which may have thousands of entries, and each entry cases a single line to...

For each method the `grpc_server_handled_total` exposes currently ~17 labels, per each status code. In most cases having just SUCCESS / FAILURE distinction would be enough, and would reduce amount of...

### Description of the problem / feature request: While building with `--remote_download_minimal` getting a warning: ``` WARNING: Reading from Remote Cache: java.io.IOException: Symlinks in action outputs are not yet supported...

type: feature request
P2
team-Remote-Exec

Based on findings from https://github.com/bazelbuild/bazel/issues/14890#issuecomment-1049057981 looks like some string concatenations are not reported. makeConcat was introduced in java 9 - see https://openjdk.java.net/jeps/280 and implementation in java 11 in http://hg.openjdk.java.net/jdk/jdk11/file/jdk-11+28/src/java.base/share/classes/java/lang/invoke/StringConcatFactory.java#l1483 Possibly...

Currently kubectl-neat-diff hardcodes diff command as `diff -uN`, but in general it would be useful to allow to specify different one.