diff --git a/js/server/bootstrap/coordinator.js b/js/server/bootstrap/coordinator.js index 79076ee7c5..2d315407d2 100644 --- a/js/server/bootstrap/coordinator.js +++ b/js/server/bootstrap/coordinator.js @@ -55,7 +55,7 @@ var colls = db._collections(); colls = colls.filter(c => c.name()[0] === '_'); if (!require('@arangodb/cluster').waitForSyncRepl('_system', colls)) { - console.error('System collections not properly set up. Starting anyway now...'); + throw new Error('System collections not properly set up. Refusing startup!'); } else { global.ArangoAgency.set('SystemCollectionsCreated', true); }