Bug #84618 | Wrong CommunicationOpened event in the NDB cluster log | ||
---|---|---|---|
Submitted: | 23 Jan 2017 14:47 | Modified: | 31 Jan 2017 11:41 |
Reporter: | Michael Prokopiv | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | mysql-5.6.28 ndb-7.4.10 | OS: | Oracle Linux (Oracle Linux Server release 6.3) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[23 Jan 2017 14:47]
Michael Prokopiv
[31 Jan 2017 5:07]
MySQL Verification Team
Hi, I can't reproduce this? Can you please let me know exactly what you did? How your client connect/disconnect code looks like? This looks like bug in your clients code to me as when I do a simple connect, get some data, disconnect, I don't get this ghost "communication opened" you are getting. Thanks Bogdan
[31 Jan 2017 11:41]
Michael Prokopiv
Hi, Bogdan! Just start and stop your MySQL server node: mysqld_safe& mysqladmin shutdown and in the cluster log (/var/log/ndb_1_cluster.log) you'll see: 2017-01-23 17:45:37 [MgmtSrvr] INFO -- Node 3: mysqld --server-id=0 2017-01-23 17:45:37 [MgmtSrvr] INFO -- Node 2: Node 3 Connected 2017-01-23 17:45:38 [MgmtSrvr] INFO -- Node 2: Node 3: API mysql-5.6.31 ndb-7.4.12 2017-01-23 17:46:01 [MgmtSrvr] ALERT -- Node 2: Node 3 Disconnected 2017-01-23 17:46:01 [MgmtSrvr] INFO -- Node 2: Communication to Node 3 closed 2017-01-23 17:46:05 [MgmtSrvr] INFO -- Node 2: Communication to Node 3 opened so, the issue is the last record - "Communication to Node 3 opened" BR, Michael