-
Notifications
You must be signed in to change notification settings - Fork 4.1k
kvserver: add WriteIntentError byte limits #72563
Copy link
Copy link
Open
Labels
A-kv-serverRelating to the KV-level RPC serverRelating to the KV-level RPC serverC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV TeamKV Team
Description
We currently have a setting storage.mvcc.max_intents_per_error that limits the number of intents included in WriteIntentError during e.g. scans and exports. This defaults to 5000, which is fairly large, so we should consider an additional byte limit to avoid OOM situtations when encountering large intents.
Jira issue: CRDB-11210
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kv-serverRelating to the KV-level RPC serverRelating to the KV-level RPC serverC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV TeamKV Team