[ANNOUNCE] mesos_exporter 1.1.0 released

2018-08-23 Thread James Peach
Hi all, I'm please to announce that mesos_exporter 1.1.0 has been released. This is a minor release with collection of bug fixes and minor features. https://github.com/mesos/mesos_exporter/releases/tag/v1.1.0 Many thanks to Mesosphere, who kindly contributed the code to the Mesos community,

Feature request: Include state of Agent (UP/DRAINING) in Get_Agents Response

2018-08-23 Thread Sachin Sharma
Hi, I would like to make a feature request to include maintenance state of the agent as a part of response of Operator HTTP API Get_Agents call. Currently, the Get_Agents HTTP response looks like > { > "type": "GET_AGENTS", > "get_agents": { > "agents": [ > { > "active":

Re: Follow up to discussion regarding use : in paths on Windows (MESOS-9109)

2018-08-23 Thread Chun-Hung Hsiao
I'm a bit concerned about the recovery logic and backward compatibility: The changes we're making shouldn't affect existing users, and we should try hard to avoid any future backward compatibility problem. Say if there is already some custom framework using task ID 'Hello%3AWorld', then if we

Re: Follow up to discussion regarding use : in paths on Windows (MESOS-9109)

2018-08-23 Thread Greg Mann
Thanks Andy! Responses inlined below. > No: As the only character we've run into a problem with is `:` > (MESOS-9109), it might not be worth it to generalize this to solve a bunch > of problems that we haven't encountered. > > It's true that I'm not aware of other scenarios where

[Containerization] Mesos CNI support

2018-08-23 Thread Jie Yu
Hi, If you are not using Mesos CNI integration, please ignore this email. Recently, we discovered a few bugs related to our CNI integration when there are lots of containers (200+) on a single agent box. Please see the following tickets for details. MESOS-9125