Bug #55045 | Queries stop for excessive time when master data node stopped gracefully | ||
---|---|---|---|
Submitted: | 7 Jul 2010 8:04 | Modified: | 28 Jul 2016 17:36 |
Reporter: | Andrew Morgan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | mysql-5.1-telco-7.1 | OS: | Any |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | 7.1 |
[7 Jul 2010 8:04]
Andrew Morgan
[7 Jul 2010 8:05]
Andrew Morgan
Config files (created by MCM)
Attachment: no_mcm.tar.gz (application/x-gzip, text), 323 bytes.
[7 Jul 2010 8:06]
Andrew Morgan
Config files (created using MCM)
Attachment: mcm.tar.gz (application/x-gzip, text), 506 bytes.
[24 Aug 2010 11:48]
Jonas Oreland
Hi, I can't repeat this... I'm using - debug compiled - create table t1 (a int) engine = ndb; - insert into t1 values (1), (2), (3), (4), (5), (6); - while true; do date; mysql -uroot test -e "select * from t1"; done no hangs what so ever...
[31 Aug 2010 11:59]
Andrew Morgan
I saw the same results as Jonas when using "mysql -e" for each query. The problem comes when using the mysql CLI in interactive mode (perhaps because it doesn't create a new connection each time?). Note that Mario was experiencing this when using JDBC. I get the following after the command pauses for a few seconds... mysql> select * from t1; ERROR 1297 (HY000): Got temporary error 4030 'Transaction aborted due to node shutdown' from NDBCLUSTER mysql> 100831 12:55:10 [Note] NDB Binlog: Node: 3, down, Subscriber bitmask 00
[28 Jul 2016 17:36]
MySQL Verification Team
7.4.11 - this is definitively solved - tried interactive - tried non interactive - tried from odbc directly - tried from odbc pool - tried from capi no "freeze", 2 node cluster, stopping master node, starting it back, stopping new master node, starting it back, stopping slave node, starting it back up .. no "freeze" no delays at all on the mysql side identical behavior with 4 node cluster marking closed