Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-16 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48116/ --- (Updated June 17, 2016, 1:27 a.m.) Review request for mesos, Joseph Wu and

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-13 Thread Joseph Wu
> On June 13, 2016, 2:31 p.m., Joseph Wu wrote: > > src/master/http.cpp, line 2901 > > > > > > Do we want to standardize this return code (200 -> 202)? From the > > design doc, it seemed like empty responses

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-13 Thread Vinod Kone
> On June 13, 2016, 9:31 p.m., Joseph Wu wrote: > > src/master/http.cpp, line 2901 > > > > > > Do we want to standardize this return code (200 -> 202)? From the > > design doc, it seemed like empty responses

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-13 Thread Vinod Kone
> On June 13, 2016, 9:31 p.m., Joseph Wu wrote: > > src/master/http.cpp, line 2901 > > > > > > Do we want to standardize this return code (200 -> 202)? From the > > design doc, it seemed like empty responses

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-13 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48116/#review137383 --- Fix it, then Ship it! LGTM! src/master/http.cpp (line 2864)

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-12 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48116/ --- (Updated June 12, 2016, 5:46 p.m.) Review request for mesos, Joseph Wu and

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-11 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48116/ --- (Updated June 11, 2016, 9:24 a.m.) Review request for mesos, Joseph Wu and

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-09 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48116/#review136905 --- Ship it! Ship It! - Vinod Kone On June 9, 2016, 5:49 p.m.,

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-09 Thread haosdent huang
> On June 6, 2016, 9:06 p.m., Joseph Wu wrote: > > src/master/http.cpp, line 678 > > > > > > Depending on what the final return type ends up being (for > > `_updateMaintenanceSchedule`), is this missing a

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-09 Thread haosdent huang
> On June 6, 2016, 4:30 p.m., Vinod Kone wrote: > > src/master/http.cpp, line 2773 > > > > > > this should return `v1::master::Response`. see below comment. > > Vinod Kone wrote: > sorry this should return

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-09 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48116/ --- (Updated June 9, 2016, 5:31 p.m.) Review request for mesos and Vinod Kone.

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-06 Thread Joseph Wu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48116/#review136346 --- src/master/http.cpp (line 678)

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-06 Thread Joseph Wu
> On June 6, 2016, 9:30 a.m., Vinod Kone wrote: > > src/master/http.cpp, line 2951 > > > > > > why want this function to return `v1::master::Response` instead of > > `http::Response` to be consistent with how we

Re: Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-06 Thread Vinod Kone
> On June 6, 2016, 4:30 p.m., Vinod Kone wrote: > > src/master/http.cpp, line 2951 > > > > > > why want this function to return `v1::master::Response` instead of > > `http::Response` to be consistent with how we

Review Request 48116: Implemented UPDATE_MAINTENANCE_SCHEDULE Call in v1 master API.

2016-06-05 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48116/ --- Review request for mesos and Vinod Kone. Bugs: MESOS-5505