Closed kvoli closed 2 weeks ago
Based on the specified backports for linked PR #135237, I applied the following new label(s) to this issue: branch-release-24.3.0-rc. Please adjust the labels as needed to match the branches actually affected by this issue, including adding any known older branches.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
Seen in this OOB panic:
Which is due to the grow function not actually allowing growth beyond
Inflights.size
:https://github.com/cockroachdb/cockroach/blob/ef26d1534507f6089aa909e0bd43a0efb71dd6c7/pkg/raft/tracker/inflights.go#L96-L98
This affects master and v24.3. It has only reproduced with
perturbation/full/backfill
withappply_to_all
set forkvadmission.flow_control.mode
and the elastic disk BW limiter enabled.Tentatively marking as a GA blocker. The fix appears simple.
Jira issue: CRDB-44405