You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/03/07 15:39:51 UTC

[couchdb] branch 1097-demote-warning-to-debug created (now 077d52b)

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

wohali pushed a change to branch 1097-demote-warning-to-debug
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 077d52b  Demote free space calculation failure warning to debug

This branch includes the following new commits:

     new 077d52b  Demote free space calculation failure warning to debug

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
wohali@apache.org.

[couchdb] 01/01: Demote free space calculation failure warning to debug

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 1097-demote-warning-to-debug
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 077d52bf1c09441e8a90d3f17e6ce4bc8d642a1b
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Mar 7 10:38:55 2018 -0500

    Demote free space calculation failure warning to debug
---
 src/couch/src/couch_compaction_daemon.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/src/couch_compaction_daemon.erl b/src/couch/src/couch_compaction_daemon.erl
index 200c3fd..a8ee4ea 100644
--- a/src/couch/src/couch_compaction_daemon.erl
+++ b/src/couch/src/couch_compaction_daemon.erl
@@ -529,7 +529,7 @@ free_space_rec(Path, [{MountPoint0, Total, Usage} | Rest]) ->
             trunc(Total - (Total * (Usage / 100))) * 1024
         end;
     {error, Reason} ->
-        couch_log:warning("Compaction daemon - unable to calculate free space"
+        couch_log:debug("Compaction daemon - unable to calculate free space"
             " for `~s`: `~s`",
             [MountPoint0, Reason]),
         free_space_rec(Path, Rest)

-- 
To stop receiving notification emails like this one, please contact
wohali@apache.org.