Potential Cancellation of Mesos Developer Community Meeting (Mar 9)

2017-03-08 Thread Michael Park
We don't have a tech talk scheduled for this week, and there are no agenda
items on the meeting doc
.
I'll check back tonight to see if there are any agenda items that folks
would like to discuss, but if there's nothing on the agenda, I'll cancel
the meeting for tomorrow.

Thanks,

MPark


Re: Time Zone information in TimeInfo

2017-03-08 Thread Neil Conway
Sounds good: https://reviews.apache.org/r/57422/

Neil

On Mon, Mar 6, 2017 at 8:53 PM, Zameer Manji  wrote:
> The TODO made me think that the time information here could be timezone
> dependent in some cases.
>
> If it's intended to always represent the time since the Unix epoch then TZ
> info is not useful.
>
> I think that comment should be removed for clarity.
>
> On Mon, Mar 6, 2017 at 8:38 PM, Neil Conway  wrote:
>
>> I always found that TODO confusing. If a `TimeInfo` is intended to
>> represent the amount of time that has elapsed since the (Unix) epoch,
>> I would expect it to be timezone independent. Can you clarify why
>> having TZ info would be useful?
>>
>> Neil
>>
>> On Mon, Mar 6, 2017 at 7:51 PM, Zameer Manji  wrote:
>> > Hey,
>> >
>> > I noticed there is a TODO on the TimeInfo for adding Time Zone
>> information.
>> > ```
>> > /**
>> >  * Represents time since the epoch, in nanoseconds.
>> >  */
>> > message TimeInfo {
>> >   required int64 nanoseconds = 1;
>> >
>> >   // TODO(josephw): Add time zone information, if necessary.
>> > }
>> > ```
>> >
>> > Since there is no TZ information attached the timestamp, should
>> frameworks
>> > assume that the Mesos Master system TZ is the same as the framework TZ?
>> > That is what I'm thinking of doing, but I'm not sure what was the
>> intention
>> > of the authors of the API.
>> >
>> > Also, would it be possible to attach TZ information? It would make
>> > understanding the TimeInfo much easier when it is received by the
>> framework.
>> >
>> > --
>> > Zameer Manji
>>
>> --
>> Zameer Manji
>>


[RESULT][VOTE] Release Apache Mesos 1.2.0 (rc2)

2017-03-08 Thread Adam Bordelon
Hello devs and users,

The vote for Mesos 1.2.0 (rc2) has passed with the following votes:

+1 (Binding)
--
*** Adam B
*** Vinod Kone
*** Joseph Wu

-0
--
*** Jie Yu, for MESOS-7208

There were no -1 votes.

Please find the release at:
https://dist.apache.org/repos/dist/release/mesos/1.2.0

It is recommended to use a mirror to download the release:
http://www.apache.org/dyn/closer.cgi

The CHANGELOG for the release is available at:
https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.2.0

The mesos-1.2.0.jar has been released to:
https://repository.apache.org

The website (http://mesos.apache.org) will be updated shortly to reflect
this release.

Thanks,
-Adam-