sumeerbhola

Results 4 issues of sumeerbhola

We assume that: - There is a provisioned known limit on the sum of read and write bandwidth. This limit is allowed to change. - Admission control can only shape...

We currently throttle writes on the receiving store based on store health (e.g. via admission control or via specialized `AddSSTable` throttling). However, this only takes into account the local store...

C-enhancement
O-support
A-kv-replication
A-admission-control
N-followup
O-testcluster
T-admission-control
O-23.2-scale-testing
P-2

This is extremely rough, and will likely be hard to understand. Meant for folks working on replication AC v2 prototype.

The diskStatsMap owns its DiskStatsMonitors, but it is closed from a different path than the StoreGrantCoordinators which calls read methods on the diskStatsMap (via the PebbleMetricsProvider interface). This causes a...