Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
78519: admission: introduce soft slots for speculative concurrency r=bananabrick a=sumeerbhola This is for using additional theads for Pebble compaction compression and later for adjusting the number of concurrent compactions. Since these slots are not acquired or released in a very fine grained manner, we've chosen to model these in way that allows for over-commitment. The SoftSlotGranter should be used for acquiring and releasing such slots, instead of WorkQueue, since there is no queueing for such slots. Release note: None 83421: sql: fix error log spam from SHOW CREATE r=ajwerner a=rafiss fixes #83351 Since the fix in #82763, the error that was previously ignored started showing up in logs. This fix updates the visit function used by crdb_internal.create_statements so it doesn't result in errors. Release note: None Co-authored-by: sumeerbhola <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information