You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/04/16 21:45:23 UTC

[couchdb] 18/24: Remove mem3_sync:get_backlog/0 call from stats in chttpd_node

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 5b3983994bf293cd8fb50b7bcc93baa5d3d800dc
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Wed Apr 14 02:40:42 2021 -0400

    Remove mem3_sync:get_backlog/0 call from stats in chttpd_node
---
 src/chttpd/src/chttpd_node.erl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/chttpd/src/chttpd_node.erl b/src/chttpd/src/chttpd_node.erl
index e36380a..54e0e48 100644
--- a/src/chttpd/src/chttpd_node.erl
+++ b/src/chttpd/src/chttpd_node.erl
@@ -199,7 +199,6 @@ get_stats() ->
         {process_count, erlang:system_info(process_count)},
         {process_limit, erlang:system_info(process_limit)},
         {message_queues, {MessageQueues}},
-        {internal_replication_jobs, mem3_sync:get_backlog()},
         {distribution, {get_distribution_stats()}}
     ].