Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
82096: geos: add pgcode for initialization failures r=rafiss a=otan This should reduce incoming sentry entries regarding invalid GEOS setups, which is not something we can action. Release note: None 82356: rfcs: fine-grained cpu attribution r=irfansharif a=irfansharif _Link to [RFC text](https://github.com/irfansharif/cockroach/blob/220602.fine-grained-cpu/docs/RFCS/20220602_fine_grained_cpu_attribution.md)._ CRDB lacks primitives to attribute CPU usage to specific scopes (ranges, tenants, sessions, statements) or processes (pebble compactions, snapshot generation). For subsystems that rely on such attribution, we use proxy signals like '# of batch requests' or 'size of read/write request' as observed by a range/replica or a given tenant. We propose using a patched Go runtime to track CPU use at the level of individual goroutines, using the primitive to derive an accurate resource consumption signal in various CRDB subsystems. The compiler, language, and tooling will remain the same. Release note: None Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: irfan sharif <[email protected]>
- Loading branch information