Tobias Grieger

Results 53 comments of Tobias Grieger

What (schematically) would that look like for a simple client-server thing (or something that has a setup phase and then does the actual test)?

That seems really useful. For other tests where you're interacting with a client (potentially over the network) "snapshotting" should still be interesting. Say I'm doing a client request as in...

How would that avoid mixing the initialization part of the server with server-side code tickled by the client request? That's ultimately what motivated the above.

> perhaps the little bit of initialization that will creep in sometimes can be disregarded or manually deleted if you want to use the output for illustration/teaching purposes In the...

Cool, glad to hear! I'll keep my eyes peeled for the prototype. Let me know if you need a review.

Not to clutter this issue, but I've noticed two practical issues with quantiles that are loosely related to interpolation.[^1] Would appreciate your thoughts on these. ## Should pick last, not...

Thanks @beorn7 for the prompt reply - definitely not the right thread to be discussing this here, I'll mull your reply over and open a new issue. I'm hiding my...

Great find! Just for my understanding, in https://github.com/cockroachdb/cockroach/issues/87167 did we actually hit the "extremely rare OOM hazard"? We do seem to get a very large stack which points to yes,...

At the KV level, what I would like to achieve is to be able to account for the time spent in each "[stage](https://github.com/cockroachdb/cockroach/blob/b3bed36d633a25afacf1fec1d9a257316023ec82/pkg/kv/kvserver/replica_send.go#L37-L91)" via metrics. Anything that is recorded there...

> Via something like the above, we have a measure of single row read & write latency that should be stable, regardless of what workload a customer throws at a...