You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-3577: Make this run syncFS for storagemanager on all nodes when suspend writes is done from mcsadmin.
This commit is contained in:
@ -3232,6 +3232,10 @@ void Oam::SuspendWrites(GRACEFUL_FLAG gracefulflag, ACK_FLAG ackflag)
|
||||
cout << endl << " Suspension of database writes canceled" << endl << endl;
|
||||
break;
|
||||
|
||||
case API_FAILURE:
|
||||
cout << endl << " Suspension of database writes failed: Filesystem sync failed" << endl << endl;
|
||||
break;
|
||||
|
||||
default:
|
||||
exceptionControl("suspendWrites", returnStatus);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user