nickva commented on a change in pull request #1187: [WIP] Couchdb 3326 
clustered purge
URL: https://github.com/apache/couchdb/pull/1187#discussion_r173858455
 
 

 ##########
 File path: src/couch/src/couch_bt_engine_compactor.erl
 ##########
 @@ -58,6 +58,7 @@ start(#st{} = St, DbName, Options, Parent) ->
     NewSt3 = sort_meta_data(NewSt2),
     NewSt4 = commit_compaction_data(NewSt3),
     NewSt5 = copy_meta_data(NewSt4),
+    couch_db_plugin:before_copy_purge_info(DbName),
 
 Review comment:
   Does it have to be a plugin at all? How is a plugin better than a function 
call here?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to