From cf8b75db87f084e65378db21ad7b1193742dbeb4 Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Tue, 2 May 2017 10:11:12 +0200 Subject: [PATCH] Ignore collection markers in logger-follow output for syncCollectionFinalize. --- js/server/modules/@arangodb/replication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/server/modules/@arangodb/replication.js b/js/server/modules/@arangodb/replication.js index fac2c75e0b..1f63c47825 100644 --- a/js/server/modules/@arangodb/replication.js +++ b/js/server/modules/@arangodb/replication.js @@ -318,7 +318,7 @@ function syncCollectionFinalize (database, collname, from, config) { } } else { // all else, including dropping and creating the collection - throw 'Found collection drop, create or rename marker.'; + console.warn('Found collection drop, create or rename marker:', entry); } }