garrensmith commented on a change in pull request #1615: Add 
/_partition/:partition/_info endpoint
URL: https://github.com/apache/couchdb/pull/1615#discussion_r221931592
 
 

 ##########
 File path: src/couch/src/couch_db_engine.erl
 ##########
 @@ -43,10 +43,10 @@
 -type epochs() :: [{Node::atom(), UpdateSeq::non_neg_integer()}].
 -type size_info() :: [{Name::atom(), Size::non_neg_integer()}].
 -type partition_info() :: [
-    {Partition::atom(), Partition::binary()} |
-    {DocCount::atom(), DocCount::non_neg_integer()} |
-    {DocDelCount::atom(), DocDelCount::non_neg_integer()} |
-    {Size::atom(), size_info()}
+    {partition, Partition::binary()} |
 
 Review comment:
   we don't return the db name at this level. We do that at the fabric level.
   

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

Reply via email to