This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 9aa7dab8061292d22ac870a2cf8856dca50e31d2 Author: Benjamin Mahler <[email protected]> AuthorDate: Thu Aug 29 12:59:01 2019 -0400 Removed experimental warning from UPDATE_QUOTA call. This is now a fully functional feature and is released in 1.9. Review: https://reviews.apache.org/r/71411 --- include/mesos/master/master.proto | 4 ---- include/mesos/v1/master/master.proto | 4 ---- 2 files changed, 8 deletions(-) diff --git a/include/mesos/master/master.proto b/include/mesos/master/master.proto index 8386bd6..315809c 100644 --- a/include/mesos/master/master.proto +++ b/include/mesos/master/master.proto @@ -274,10 +274,6 @@ message Call { required SlaveID slave_id = 1; } - // EXPERIMENTAL DO NOT USE. - // - // This feature is not implementation complete. - // // Updates quota given the provided quota configurations, these configurations // are applied in an all-or-nothing manner. message UpdateQuota { diff --git a/include/mesos/v1/master/master.proto b/include/mesos/v1/master/master.proto index 893162d..5c99112 100644 --- a/include/mesos/v1/master/master.proto +++ b/include/mesos/v1/master/master.proto @@ -275,10 +275,6 @@ message Call { required AgentID agent_id = 1; } - // EXPERIMENTAL DO NOT USE. - // - // This feature is not implementation complete. - // // Updates quota given the provided quota configurations, these configurations // are applied in an all-or-nothing manner. message UpdateQuota {
