Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
With Columnstore version < 1.4 , it was possible to "repair" a broken replication with
mcsadmin disableMySQLReplication
|
mcsadmin enableMySQLReplication
|
The sync process was done via rsync.
rsync -vopgr -e ssh --exclude=mysql/ --exclude=test/ --exclude=infinidb_vtable/ --exclude=infinidb_querystats/ --exclude=calpontsys/ --include=*/ --include=*/* --exclude=* $INSTALLDIR/mysql/db/ $USERNAME@$SERVER:$INSTALLDIR/mysql/db/ |
This feature is broken due deprecated oam api.
Maxscale provide columnstore control functions and utility feature,
so this function should be implemented in maxscale.