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).
   
   The convention could be updated so if a name is plural it returns a list of 
items?



-- 
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

Reply via email to