[Performance WG] June meeting canceled

2018-05-31 Thread Benjamin Mahler
Hi folks,

I will be out for most of June on vacation so I'm canceling this month's
performance working group meeting.

I was planning to bring up the kubernetes' kubelet benchmark:
https://kubernetes.io/blog/2018/05/24/kubernetes-containerd-integration-goes-ga/

Right now we don't have any agent-level container launching throughout /
scalability / overhead benchmarks so this would be very useful! It probably
will also identify some low hanging fruit on the agent. Let me know if
anyone is interested in doing this, I would be happy to help.

Ben


REMINDER: Apache EU Roadshow 2018 in Berlin is less than 2 weeks away!

2018-05-31 Thread sharan

Hello Apache Supporters and Enthusiasts

This is a reminder that our Apache EU Roadshow in Berlin is less than 
two weeks away and we need your help to spread the word. Please let your 
work colleagues, friends and anyone interested in any attending know 
about our Apache EU Roadshow event.


We have a great schedule including tracks on Apache Tomcat, Apache Http 
Server, Microservices, Internet of Things (IoT) and Cloud Technologies. 
You can find more details at the link below:


https://s.apache.org/0hnG

Ticket prices will be going up on 8^th June 2018, so please make sure 
that you register soon if you want to beat the price increase. 
https://foss-backstage.de/tickets


Remember that registering for the Apache EU Roadshow also gives you 
access to FOSS Backstage so you can attend any talks and workshops from 
both conferences. And don’t forget that our Apache Lounge will be open 
throughout the whole conference as a place to meet up, hack and relax.


We look forward to seeing you in Berlin!

Thanks
Sharan Foga,  VP Apache Community Development

http://apachecon.com/
@apachecon

PLEASE NOTE: You are receiving this message because you are subscribed 
to a user@ or dev@ list of one or more Apache Software Foundation projects.


Re: [VOTE] Release Apache Mesos 1.3.3 (rc1)

2018-05-31 Thread Vinod Kone
-1 (binding).


Ran it in ASF CI and found an issue worth investigating. Other 3 issues
looks to be related to known flaky tests and/or known core dump issue (that
has been fixed in later versions).

*Revision*: c78e56e4ea217878dd604de638623be166a18db0

   - refs/tags/1.3.3-rc1

Configuration Matrix gcc clang
centos:7 --verbose --enable-libevent --enable-ssl autotools
[image: Failed]

[image: Not run]
cmake
[image: Success]

[image: Not run]
--verbose autotools
[image: Success]

[image: Not run]
cmake
[image: Success]

[image: Not run]
ubuntu:14.04 --verbose --enable-libevent --enable-ssl autotools
[image: Success]

[image: Failed]

cmake
[image: Success]

[image: Failed]

--verbose autotools
[image: Failed]

[image: Success]

cmake
[image: Success]

[image: Success]



1) Segfault in HTTP Test.

Looks
related to MESOS-6799

but
that is supposed to have been fixed in 1.2.

[ RUN  ] Scheme/HTTPTest.Endpoints/0
I0529 21:04:38.781232 28418 openssl.cpp:419] CA file path is
unspecified! NOTE: Set CA file path with
LIBPROCESS_SSL_CA_FILE=
I0529 21:04:38.781262 28418 openssl.cpp:424] CA directory path
unspecified! NOTE: Set CA directory path with
LIBPROCESS_SSL_CA_DIR=
I0529 21:04:38.781270 28418 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I0529 21:04:38.781277 28418 openssl.cpp:435] Will only verify peer
certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to 

[RESULT][VOTE] Release Apache Mesos 1.5.1 (rc1)

2018-05-31 Thread Gilbert Song
 Hi all,

The vote for Mesos 1.5.1 (rc1) has passed with the
following votes.

+1 (Binding)
--
*** Greg Mann
*** Jie Yu
*** Ben Mahler

There were no 0 or -1 votes.

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

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.5.1

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

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

Thanks,
Gilbert


[GitHub] mesos pull request #294: FaultDomain, conventions for additional hierarchy.

2018-05-31 Thread vinodkone
Github user vinodkone commented on a diff in the pull request:

https://github.com/apache/mesos/pull/294#discussion_r192161678
  
--- Diff: include/mesos/mesos.proto ---
@@ -827,6 +827,18 @@ message ExecutorInfo {
  * in the same zone, in different zones in the same region, or in
  * different regions. Note that all masters in a given Mesos cluster
  * must be in the same region.
+ *
+ * Complex deployments may have additional levels of hierarchy: for 
example,
+ * multiple racks might be grouped together into "halls" and multiple DCs 
in
+ * the same geographical vicinity might be grouped together. As a 
convention,
+ * the recommended way to represent additional levels of hierarchy is via 
dot-
--- End diff --

We don't need to recommend "dot" right? It could be any delimiter that they 
choose to have? As far as Mesos is concerned, it doesn't matter.


---