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

2018-08-29 Thread Vinod Kone
I prefer 1) since you already have the fix. Thanks, Vinod > On Aug 29, 2018, at 8:44 PM, Chun-Hung Hsiao wrote: > > I found two issues when compiling with clang 3.5: > > 1. The `-Wno-inconsistent-missing-override` option added in > https://reviews.apache.org/r/67953/ > is not recognized

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

2018-08-29 Thread Chun-Hung Hsiao
I found two issues when compiling with clang 3.5: 1. The `-Wno-inconsistent-missing-override` option added in https://reviews.apache.org/r/67953/ is not recognized by clang 3.5. 2. The same issue described in https://reviews.apache.org/r/55400/ would make

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

2018-08-29 Thread James Peach
+1 (binding) Built and tested on Fedora 28 (clang). > On Aug 24, 2018, at 4:42 PM, Chun-Hung Hsiao wrote: > > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 1.7.0. > > > 1.7.0 includes the following: >

Re: Mesos / Marathon - Application wiped out automically

2018-08-29 Thread Antony A
Thank you. I will upgrade Marathon and Mesos. On Wed, Aug 29, 2018 at 9:29 AM Tomek Janiszewski wrote: > Marathon often changes schema and perform data migration. I think > migration is done only from previous minor version. > With Mesos there are detailed instructions for each releases >

Re: Mesos / Marathon - Application wiped out automically

2018-08-29 Thread Tomek Janiszewski
Marathon often changes schema and perform data migration. I think migration is done only from previous minor version. With Mesos there are detailed instructions for each releases http://mesos.apache.org/documentation/latest/upgrades/ śr., 29 sie 2018, 17:16 użytkownik Antony A napisał: > Any

Re: Mesos / Marathon - Application wiped out automically

2018-08-29 Thread Antony A
Any reason to step the upgrade process? Just curious. On Wed, Aug 29, 2018 at 4:50 AM Tomek Janiszewski wrote: > AFAIK there are no breaking changes only some deprecations/removals. You > might want to see changelog and do not skip versions when doing upgrade >

Re: Mesos / Marathon - Application wiped out automically

2018-08-29 Thread Tomek Janiszewski
AFAIK there are no breaking changes only some deprecations/removals. You might want to see changelog and do not skip versions when doing upgrade https://github.com/apache/mesos/blob/master/CHANGELOG#L368 śr., 29 sie 2018 o 02:43 użytkownik Antony A napisał: > Thank you. I will try upgrading