[
https://issues.apache.org/jira/browse/MESOS-10179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17194476#comment-17194476
]
Andrei Sekretenko commented on MESOS-10179:
-------------------------------------------
{noformat}
commit abf0c7ab8ae94b06349fdbb74c4e76e78d5c371d
Author: Andrei Sekretenko <[email protected]>
Date: Fri Sep 4 17:04:25 2020 +0200
Moved framework update out of `connectAndActivateRecoveredFramework`.
This patch consolidates updating framework in the Subscribe call
by moving `updateFramework()` invocation from
`connectAndActivateRecoveredFramework()` into `Master::_subscribe()`.
Review: https://reviews.apache.org/r/72838
{noformat}
{noformat}
commit aa14054722c38ca9e7e24e77133ad82d70c4ddc2
Author: Andrei Sekretenko <[email protected]>
Date: Tue Sep 8 16:50:22 2020 +0200
Fixed a stale comment about delayed permissions when batching requests.
Now that synchronous authorization requires the authorizer to keep
object approvers up-to-date by the authorizer, batched processing
of readonly requests in the Master no longer intorduces an additional
delay into propagation of permission changes.
Review: https://reviews.apache.org/r/72843
commit c8f8fbd328235fcd7aa1b32e079fb6f9a424b881
Author: Andrei Sekretenko <[email protected]>
Date: Fri Sep 4 20:23:25 2020 +0200
Added `OfferConstraints` to `struct Framework` in the master.
This is a prerequisite for exposing framework's offer constraints
via master API endpoints.
Review: https://reviews.apache.org/r/72839
commit ae35c0ca003adb41298d256678788e41cdea0523
Author: Andrei Sekretenko <[email protected]>
Date: Fri Sep 4 21:31:41 2020 +0200
Exposed offer constraints via the `/state` and `/frameworks` endpoints.
Review: https://reviews.apache.org/r/72840
commit 8369e77b23de9453156626344a3ea0e36b4dd529
Author: Andrei Sekretenko <[email protected]>
Date: Mon Sep 7 21:42:32 2020 +0200
Added offer constraints to the `GetFrameworks` protobuf.
Review: https://reviews.apache.org/r/72841
commit e00e7a1b578de1161fbb181124cad2a20df5bb95 (HEAD -> master, origin/master,
origin/HEAD)
Author: Andrei Sekretenko <[email protected]>
Date: Mon Sep 7 21:43:27 2020 +0200
Exposed framework offer constraints via the GET_FRAMEWORKS call.
Review: https://reviews.apache.org/r/72842
{noformat}
> Expose framework's OfferConstraints via master API endpoints
> ------------------------------------------------------------
>
> Key: MESOS-10179
> URL: https://issues.apache.org/jira/browse/MESOS-10179
> Project: Mesos
> Issue Type: Task
> Reporter: Andrei Sekretenko
> Assignee: Andrei Sekretenko
> Priority: Major
>
> Given that OfferConstraints are not part of FrameworkInfo, they have to be
> exposed separately.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)