iilyak commented on a change in pull request #1370: [5/5] Clustered Purge
Implementation
URL: https://github.com/apache/couchdb/pull/1370#discussion_r197407160
##########
File path: src/couch_index/src/couch_index_plugin_couch_db.erl
##########
@@ -13,9 +13,19 @@
-module(couch_index_plugin_couch_db).
-export([
+ get_purge_client_fun/1,
on_compact/2
]).
+get_purge_client_fun(Type) ->
Review comment:
```
get_purge_client_fun(<<"mrview">>) ->
{decided, fun couch_mrview_index:verify_index_exists/1};
get_purge_client_fun(_) ->
no_decission
end.
```
Same thing. Up to you, whatever appeal to you better.
----------------------------------------------------------------
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