Bug #28067 Extraneous output when making a backup from the shell
Submitted: 24 Apr 2007 9:30 Modified: 9 May 2007 1:13
Reporter: Jon Stephens Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:5.1.18-bk OS:Linux
Assigned to: Assigned Account CPU Architecture:Any
Tags: Backup, cluster, NDB_MGM

[24 Apr 2007 9:30] Jon Stephens
Description:
When performing a backup using ndb_mgm from the system shell, several lines of unnecessary output are included.

How to repeat:
jon@gigan:/usr/local/mysql/bin> ./ndb_mgm -e "START BACKUP"
Connected to Management Server at: localhost:1186
Waiting for completed, this may take several minutes
<PING>
<PING>
<PING>
<PING>
<PING>
<PING>
<PING>
Node 5: Backup 1 started from node 1
<PING>
<PING>
<PING>
Node 5: Backup 1 started from node 1 completed
 StartGCP: 507442 StopGCP: 507445
 #Records: 7403 #LogRecords: 0
 Data: 505984 bytes Log: 0 bytes
jon@gigan:/usr/local/mysql/bin>

Suggested fix:
Don't display the lines containing "<PING>" in the output.
[24 Apr 2007 11:05] Sveta Smirnova
test case

Attachment: ndb_bug28067.test (application/octet-stream, text), 136 bytes.

[24 Apr 2007 11:07] Sveta Smirnova
Thank you for the report.

Verified as described.
[9 May 2007 4:28] justin he
duplicate with bug#27640