You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
155164: storeliveness: add batching metrics to storeliveness transport r=iskettaneh,miraradeva a=dodeca12
Previously, the only metrics on storeliveness transport for batching is a simple counter that shows how many aggregate storeliveness messages have been sent.
For paced storeliveness heartbeats verification, we need to compare the same metrics with the baseline to see if the changes introduced via pacing would have some negative impact on heartbeat sending - particularly with respect to batching.
This commit adds the same metrics that are present in paced storeliveness heartbeats; additionally, since this commit only introduces metrics, there will not be any impact on current behaviour.
#### Metrics added
- `storeliveness.transport.batches.sent`
- `storeliveness.transport.batches.received`
<img width="2320" height="1758" alt="image" src="https://github.com/user-attachments/assets/e2f07976-9ba2-4f3f-a226-9abb8411bb0a" />
References: #148210
Release note: None
156080: kv/bulk: turn on bulkio.ingest.compute_stats_diff_in_stream_batcher.enabled r=dt a=msbutler
We figured out the current cause of ComputeStatsDiff violations were due mid
key sized based flushes, which are unavoidable and rare. Therefore, we feel
good turning on accurate stats computing for PCR.
This patch also adds logging every time we conduct a mid key flush.
Fixes#152536
Release note: none
156272: roachtest: relax split test r=tbg a=tbg
We can see more splits than the test expected.
Closes#156261.
Epic: none
Co-authored-by: Swapneeth Gorantla <swapneeth.gorantla@cockroachlabs.com>
Co-authored-by: Michael Butler <butler@cockroachlabs.com>
Co-authored-by: Tobias Grieger <tobias.b.grieger@gmail.com>
0 commit comments