Re: Soliciting Hackathon Ideas

2018-02-06 Thread Vinod Kone
Versioned documentation! Sent from my iPhone > On Feb 6, 2018, at 4:37 PM, Benjamin Mahler wrote: > > A couple of ideas from the performance related working group: > > -Use protobuf arenas for all non-trivial outbound master messages (easy) > This can be done piecemeal. >

Re: Soliciting Hackathon Ideas

2018-02-06 Thread Benjamin Mahler
A couple of ideas from the performance related working group: -Use protobuf arenas for all non-trivial outbound master messages (easy) This can be done piecemeal. -Use move semantics (take a Message&&) in all of the master message handlers to reduce copying (medium) This one can be done

Re: [VOTE] Release Apache Mesos 1.5.0 (rc2)

2018-02-06 Thread Andrew Schwartzmeyer
+0 (binding) We're putting 1.5.0-rc2 through a hybrid DC/OS cluster end-to-end test suite, but the results won't be back until tomorrow. If we could delay a day, that'd be great. On 02/05/2018 9:24 pm, Chun-Hung Hsiao wrote: +1 (non-binding) Tested with `make distcheck` with grpc disabled

[GitHub] mesos issue #262: Updating reservation.md

2018-02-06 Thread mpark
Github user mpark commented on the issue: https://github.com/apache/mesos/pull/262 7cee22c ---

Re: Soliciting Hackathon Ideas

2018-02-06 Thread Alex Rukletsov
Andrew, here is my selection based on implementation difficulty, impact, and code locality. https://issues.apache.org/jira/browse/MESOS-5824 — augmenting string representation of Resource for debuggability. Coding is trivial, but requires finding a compromise between conciseness and clarity.