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

2017-08-02 Thread Benjamin Mahler
+1 (binding) ./configure CC=clang CXX=clang++ CXXFLAGS=-Wno-deprecated-declarations --disable-python --disable-java --with-apr=/usr/local/opt/apr/libexec --with-svn=/usr/local/opt/subversion && make check -j8 Ran into a known flaky test: https://issues.apache.org/jira/browse/MESOS-7739 On Tue,

Re: POST vs PUT in v0 HTTP endpoints

2017-08-02 Thread Benjamin Mahler
I can appreciate the desire to clarify idempotency for users explicitly in the API, but I'm not sure that we'll be able to do this so easily. For example, it seems to me there are many existing POST API calls that are actually idempotent, I can tell mesos to teardown the framework multiple times,

Re: POST vs PUT in v0 HTTP endpoints

2017-08-02 Thread Zhitao Li
As one of the developers who considered PUT, I actually feel that being able to distinguish idempotent API calls with a PUT method at least provides more self-explanatory semantic. Another thing to consider is whether certain SDK which can generate client libraries from REST API prefers PUT for