Michael Erickson

Results 44 comments of Michael Erickson

A relevant slack thread, for some context: - https://cockroachlabs.slack.com/archives/C04E47S4KK9/p1705703315115239

(If it helps, this metric was added by https://github.com/cockroachdb/cockroach/pull/118497.)

Related to this: `--go-gc-percent` is documented in [release notes](https://www.cockroachlabs.com/docs/releases/v24.1.html?_gl=1*5qf25b*_ga*MTY2NTMwNjc3Ni4xNzE1ODE0MjY1*_ga_WPTKE58Z5D*MTcxODk5MTc4MS41MS4xLjE3MTg5OTE5OTIuMC4wLjA.#v24-1-0-alpha-4-command-line-changes) but not in the [list of command-line options](https://www.cockroachlabs.com/docs/v24.1/cockroach-start) for `cockroach start`. It would be nice to have it documented in both...

I'm going to re-open this to use it as the public tracking issue. Here's how to reproduce the problem: 1. Start a multi-region demo cluster: ``` ./cockroach demo \ --nodes...

This is related to https://github.com/cockroachdb/cockroach/issues/67050.

In 23.1 we also added: - redacted query plans using `EXPLAIN (REDACT)` - redacted create statements using `SHOW CREATE ... WITH REDACT` Maybe these should also be exposed through the...

This came up during a postmortem. I'm not sure yet how much noise it will create in test failures, but curious to hear people's thoughts.

I'll go ahead, and we can revert this if it breaks something. bors r=yuzefovich