Stan Rosenberg

Results 9 issues of Stan Rosenberg

Steps to reproduce, ``` curl https://binaries.cockroachdb.com/cockroach-v21.2.3.linux-amd64.tgz | tar -xz && sudo cp -i cockroach-v21.2.3.linux-amd64/cockroach /usr/local/bin/ bcov -m patch -p any -v 10 -i /usr/local/bin/cockroach -o cockroach.any Aborted ``` ``` tail...

I couldn't seem to find a way to attach a pull request to an existing issue; sorry for creating a dummy issue. stan

If the compression codec is Null, i.e., codec.compress(raw) == raw, the following call data.put(c) which precedes checksum computation will advance the position of raw to its limit (due to aliasing)....

**Describe the bug** Running `cockroach` appears to hang, ``` ./hermit --log=trace --log-file=hermit.log run ./cockroach version WARNING: --preemption-timout requires hardware perf counters which is not supported on this host, resetting preemption-timeout...

bug

In [1], the default of `UseSpotVM` was reinterpreted to mean the framework decides whether or not to create a spot VM. This may impede local (performance) testing when a potential...

UUID (`gen_random_uuid()` and `uuid_v4()`) [1] are currently implemented using `crypto/rand`. While this provides a strong guarantee wrt security, it's highly inefficient. UUID v4 is a _randomly_ generated 128-bit value; nothing...

C-performance
E-starter
T-sql-foundations
E-quick-win

TBD Epic: none Fixes: #120750 Epic: CRDB-8035 Release note: None

Backport 1/1 commits from #124258. /cc @cockroachdb/release --- In [1], the default of `UseSpotVM` was reinterpreted to mean the framework decides whether or not to create a spot VM. This...

backport

### What version of rules_go are you using? upstream release-0.46 (https://github.com/cockroachdb/rules_go/commits/release-0.46/) plus a few patches ### What version of gazelle are you using? v0.33.0-0-g061cc37 ### What version of Bazel are...