davisp commented on a change in pull request #1187: [WIP] Couchdb 3326
clustered purge
URL: https://github.com/apache/couchdb/pull/1187#discussion_r173910783
##########
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:
Correct on @eiri's last point. This is only needed for doing the PSE
upgrade. We did this as an EPI entry point so that we don't have to hard code
knowledge about hastings and dreyfus since they're optional indexers that not
everyone has deployed.
----------------------------------------------------------------
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