-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kv: monitor memory usage by KV batches and write intents #10320
Comments
@knz would you still advocate for fixing this in 1.0? |
cc @andreimatei |
Issue added to #8879 |
I feel bad kicking this can down the road once more, but realistically this isn't going to happen for 2.1. |
Is the current state that we don't account for memory usage that happens at KV level? Asking for oncall understanding. |
yes correct |
The SQL portion of this is done - we have memory monitoring in place for the KV batches that SQL sends and receives. As such I've updated the title of this issue to be about kv. |
We have marked this issue as stale because it has been inactive for |
Pursuant to #8691 we need to extend the monitoring to KV batches and write intents, which are currently unaccounted for. This is needed to ensure in particular that INSERT/UPDATE touching many rows don't blow up the coordinating node's memory.
Jira issue: CRDB-6138
The text was updated successfully, but these errors were encountered: