1
0
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:
benthompson15
2019-11-21 15:13:39 -06:00
parent 18d31fae82
commit 830490c846
5 changed files with 108 additions and 2 deletions

View File

@ -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;