You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by mi...@apache.org on 2014/10/30 00:19:57 UTC

[2/4] couch commit: updated refs/heads/2365-fix-failed-multipart-process-leak to f02a101

Move query server related stats from couch to couch_mrview


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/c6c3c1ee
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/c6c3c1ee
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/c6c3c1ee

Branch: refs/heads/2365-fix-failed-multipart-process-leak
Commit: c6c3c1eec396574b792b4e86b96f48816a0fc0ee
Parents: ed36032
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Oct 13 23:51:17 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Mon Oct 13 23:51:17 2014 +0400

----------------------------------------------------------------------
 priv/stats_descriptions.cfg | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/c6c3c1ee/priv/stats_descriptions.cfg
----------------------------------------------------------------------
diff --git a/priv/stats_descriptions.cfg b/priv/stats_descriptions.cfg
index 998bb77..53aca37 100644
--- a/priv/stats_descriptions.cfg
+++ b/priv/stats_descriptions.cfg
@@ -182,11 +182,3 @@
     {type, counter},
     {desc, <<"number of couch_server LRU operations skipped">>}
 ]}.
-{[couchdb, couchjs, map_doc], [
-    {type, counter},
-    {desc, <<"number of documents mapped in the couchjs view server">>}
-]}.
-{[couchdb, couchjs, emits], [
-    {type, counter},
-    {desc, <<"number of invocations of `emit' in map functions in the couchjs view server">>}
-]}.