This is an automated email from the ASF dual-hosted git repository. jan pushed a change to branch fix/4701 in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit 8428116c4 Upgrade sphinx-rtd-theme add f9d4dccfa Introduce optional countermeasures as we run out of disk space add 14a8d5c1c Merge pull request #4681 from apache/out-of-disk-handler new 835795a89 Upgrade sphinx-rtd-theme This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (8428116c4) \ N -- N -- N refs/heads/fix/4701 (835795a89) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. 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. Summary of changes: rel/overlay/etc/default.ini | 6 + rel/overlay/etc/vm.args | 12 ++ rel/reltool.config | 2 + src/chttpd/src/chttpd.erl | 2 + src/couch/priv/stats_descriptions.cfg | 4 + src/couch/src/couch.app.src | 1 + src/couch/src/couch_db.erl | 9 ++ src/couch/src/couch_disk_monitor.erl | 241 +++++++++++++++++++++++++++++ src/couch/src/couch_secondary_sup.erl | 3 +- src/couch_mrview/src/couch_mrview.erl | 8 +- src/couch_mrview/src/couch_mrview_util.erl | 17 +- src/docs/src/config/disk-monitor.rst | 76 +++++++++ src/docs/src/config/index.rst | 1 + src/fabric/src/fabric_rpc.erl | 8 +- src/fabric/src/fabric_streams.erl | 4 +- src/fabric/src/fabric_view.erl | 9 +- src/fabric/src/fabric_view_map.erl | 6 + src/fabric/src/fabric_view_reduce.erl | 4 + src/ken/src/ken_server.erl | 9 +- test/elixir/test/config/suite.elixir | 5 + test/elixir/test/disk_monitor.exs | 55 +++++++ 21 files changed, 469 insertions(+), 13 deletions(-) create mode 100644 src/couch/src/couch_disk_monitor.erl create mode 100644 src/docs/src/config/disk-monitor.rst create mode 100644 test/elixir/test/disk_monitor.exs