Bug #105895 | maxRecordSize required to update in BACKUP_FRAGMENT_REQ for LCPs | ||
---|---|---|---|
Submitted: | 14 Dec 2021 18:47 | Modified: | 3 May 2023 21:09 |
Reporter: | Mikael Ronström | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 8.0.27 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[14 Dec 2021 18:47]
Mikael Ronström
[14 Dec 2021 18:48]
Mikael Ronström
Spellchecked title
[16 Dec 2021 15:42]
MySQL Verification Team
Thanks for the report Mikael, all best Bogdan
[3 May 2023 21:05]
Jon Stephens
Documented fix as follows in the NDB 8.1.0 changelog: When an ALTER TABLE adds columns to an existing table the maxRecordSize used by LCPs to allocate buffer space for rows may change; this is set in a GET_TABINFOCONF signal and used later in BACKUP_FRAGMENT_REQ. If, during the gap between these two signals, an ALTER TABLE changed the number of columns, the value of maxRecordSize used could be stale, thus be inaccurate, and so lead to further issues. Now we always update maxRecordSize (from DBTUP) on receipt of a BACKUP_FRAGMENT_REQ signal, before allocation of the row buffer. Closed.
[6 Jun 2023 17:37]
Jon Stephens
Also fixed in NDB 8.0.35, docs as per previous. No other changes.