Bug #107191 Freeing same page twice in SUMA
Submitted: 3 May 2022 12:35 Modified: 3 May 2022 14:22
Reporter: Mikael Ronström Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:8.0.29 OS:Any
Assigned to: CPU Architecture:Any

[3 May 2022 12:35] Mikael Ronström
Description:
While performing out of buffer release processing we can
simultaneously try to release pages due to a received
FIRE_TRIG_ORD.

How to repeat:
test_event -r 5000 -n Bug30780 T1

Suggested fix:
Introduce state checking if out of buffer release is ongoing,
if so skip releasing pages from do_FIRE_TRIG_ORD.
[3 May 2022 14:22] MySQL Verification Team
Hello Mikael,

Thank you for the report and feedback.

Sincerely,
Umesh