nickva commented on code in PR #5466: URL: https://github.com/apache/couchdb/pull/5466#discussion_r2007788491
########## rel/overlay/etc/default.ini: ########## @@ -1055,6 +1056,20 @@ url = {{nouveau_url}} ; is to aggregate reports per database. ;ddoc_report = false +[couch_scanner_plugin_conflict_finder] +; Which types of conflicting docs to scan. +;conflicts = true +;deleted_conflicts = false + +; Run plugin on the first node (default) or on all nodes. +;run_on_first_node = true Review Comment: Nah, it's not a limitation, it's an option for use case when we don't need individual shards to be opened, like say if we examine design docs. There it's a `fabric:design_docs(Db)` call, so might as well just have one node onlyh do it, instead of all fetching and processing the exact same ddocs. And you're right, for this plugin it wouldn't apply and we should look through all the shards. We could have an option to examine only one shard copy, but we can just keep it simple to start with. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org