Bug #114463 | hang bug in mysql NDB cluster | ||
---|---|---|---|
Submitted: | 23 Mar 2024 10:53 | Modified: | 9 Apr 2024 15:01 |
Reporter: | CunDi Fang | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 8.0.35-cluster MySQL Cluster Community S | OS: | Ubuntu (20.04) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[23 Mar 2024 10:53]
CunDi Fang
[23 Mar 2024 10:54]
CunDi Fang
the sql which result hang.
Attachment: mysql ndb cluster-114463.sql (application/octet-stream, text), 168.75 KiB.
[23 Mar 2024 11:00]
CunDi Fang
the sql which result hang. sorry I got comfused
Attachment: mysql ndb cluster-114463.txt (text/plain), 7.14 KiB.
[25 Mar 2024 19:02]
MySQL Verification Team
Hi, Need some clearance, how is this related to https://bugs.mysql.com/bug.php?id=114464 ? Thanks
[26 Mar 2024 1:54]
CunDi Fang
Both instances of MySQL NDB Cluster exhibited identical behaviors, encountering a hang during the execution of a SELECT statement. Upon examining the gdb stack information, I noticed that the stacks were nearly identical except for the uppermost levels. This led me to deduce that they were likely trapped in an infinite loop at the same point, causing the observed issue. This behavior wasn't unique to incidents #114463 and #114464; it closely mirrored the symptoms of issue #114391, which I had previously reported. The most concerning aspect is the discovery that this error not only disrupts the transaction execution on the affected SQL node but extends its impact to other SQL nodes as well. It appears that any attempt to access the implicated table within the SELECT statement, regardless of the specific query, results in a system hang.
[9 Apr 2024 15:01]
MySQL Verification Team
Hi, I believe this is same issue as Bug#114464 so setting it as duplicate