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

abudnik pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.9.x by this push:
     new bfcd446  Added /containerizer/debug endpoint to 1.9.0 CHANGELOG.
bfcd446 is described below

commit bfcd4461aaf51444398783a511f973a3a1d9a101
Author: Andrei Budnik <abud...@apache.org>
AuthorDate: Wed Aug 28 12:10:34 2019 +0200

    Added /containerizer/debug endpoint to 1.9.0 CHANGELOG.
    
    Review: https://reviews.apache.org/r/71387
---
 CHANGELOG | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index aaad58f..307f116 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -36,6 +36,11 @@ This release contains the following highlights:
     * The Mesos containerizer now includes ephemeral overlayfs storage in the
       task disk quota as well as sandbox storage. (MESOS-9900)
 
+    * A new `/containerizer/debug` HTTP endpoint has been added. This endpoint
+      exposes debug information for the Mesos containerizer. At the moment, it
+      returns a list of pending operations related to Isolators and Launchers.
+      (MESOS-9756)
+
 Additional API Changes:
 
   * Mesos components will now forego TLS certificate validation for incoming

Reply via email to