Comment 6 for bug 1472779

Revision history for this message
Dave Gregg (dgregg) wrote :

Removed the dsns from the equation....It still core dumps ??

pt-online-schema-change h=10.0.10.110,D=ATDB,t=AccelSummary,u=root,p=pswd --nocheck-replication-filters --check-interval=2 --max-lag=60 --critical-load Threads_running=10 --alter "add column BulkID varchar (30) NOT NULL, add key ( BulkID );" --execute
Cannot connect to D=ATDB,h=10.0.2.145,p=...,u=root
Found 1 slaves:
  ChiefDB2
Will check slave lag on:
  ChiefDB2
Operation, tries, wait:
  copy_rows, 10, 0.25
  create_triggers, 10, 1
  drop_triggers, 10, 1
  swap_tables, 10, 1
  update_foreign_keys, 10, 1
Altering `ATDB`.`AccelSummary`...
Creating new table...
Created new table ATDB._AccelSummary_new OK.
Waiting forever for new table `ATDB`.`_AccelSummary_new` to replicate to ChiefDB2...
Altering new table...
Altered `ATDB`.`_AccelSummary_new` OK.
2015-07-09T11:47:28 Creating triggers...
2015-07-09T11:47:28 Created triggers OK.
2015-07-09T11:47:28 Copying approximately 105672117 rows...
2015-07-09T11:47:29 Dropping triggers...
2015-07-09T11:47:29 Dropped triggers OK.
2015-07-09T11:47:29 Dropping new table...
2015-07-09T11:47:29 Dropped new table OK.
`ATDB`.`AccelSummary` was not altered.
Segmentation fault (core dumped)