-
Notifications
You must be signed in to change notification settings - Fork 4.1k
rangefeedcache: buffer overflow on initial scan is unrecoverable #77687
Copy link
Copy link
Closed
Labels
A-zone-configsC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-kvKV TeamKV Teambranch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Description
Describe the problem
This has huge spillover impacts on the kvsubscriber in the spanconfig package because it means that it is not guaranteed to ever succeed.
To Reproduce
Create over 1000 tables. Watch it fail.
Expected behavior
It succeeds.
Additional context
Terrifyingly, on this cluster I saw ranges merge down to just 1. That shouldn't happen.
We should definitely test spanconfig reconciliation performance on large schemas.
Jira issue: CRDB-13712
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-zone-configsC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-kvKV TeamKV Teambranch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.