Open rafiss opened 4 months ago
This came up in the KV on-call meeting as well when discussing https://github.com/cockroachlabs/support/issues/2987. It's hard to account for all cases, but a best effort check that compares disk capacity across the cluster with table size should be helpful here.
There was a related question from this escalation: https://github.com/cockroachlabs/support/issues/2994
There's also a lot of discussion about this in this docs issue: https://cockroachlabs.atlassian.net/browse/DOC-10412
A big challenge is that data may not be evenly distributed across all the stores, but we likely can make the warnings from CRDB more prominent in the case of really large tables.
Copying over a similar issue faced on our DRT cluster recently: https://cockroachlabs.slack.com/archives/C05FHJJ0MD0/p1724667313762119
Copying over a request from @kevinkokomani :
Jira issue: CRDB-39640
Epic CRDB-40071