You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/11/08 20:11:43 UTC

[GitHub] [couchdb] nickva commented on a diff in pull request #4261: Improve index cleanup

nickva commented on code in PR #4261:
URL: https://github.com/apache/couchdb/pull/4261#discussion_r1017070292


##########
src/couch_mrview/src/couch_mrview_debug.erl:
##########
@@ -41,7 +46,12 @@ help() ->
         index_view_state,
         index_report,
         view_report,
-        index_view_report
+        index_view_report,
+        active_signatures,

Review Comment:
   I saw the report versions but in that case they don't return data which then be processed or chained with other remsh function. The state suffix seems a bit odd since it's more of a list of items not a state (which I'd think of an gen_server state for example).



-- 
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-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org