Michael Erickson
Michael Erickson
Thanks! bors r=DrewKimball,yuzefovich
One way to see these log messages is to turn on `auto_trace=kv` in `cockroach demo`: ``` [email protected]:26257/demoapp/defaultdb> CREATE TABLE ab (a INT PRIMARY KEY, b INT); CREATE TABLE Time: 6ms...
(We'll also want to add this to `kv_batch_streamer.go`, too.)
[quoting @DrewKimball during postmortem] steps to reproduce: 1. start cloud dedicated cluster (serverless would probably also work, but we don't have observability into killing a node in a serverless cluster)...