> On Nov. 23, 2015, 4:08 p.m., haosdent huang wrote: > > src/master/http.cpp, line 331 > > <https://reviews.apache.org/r/40224/diff/1/?file=1123992#file1123992line331> > > > > Seems miss credentials, whitelist
These two flags returns as Path instead of protobuf. - Jian ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40224/#review107604 ----------------------------------------------------------- On Nov. 23, 2015, 5:56 a.m., Jian Qiu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/40224/ > ----------------------------------------------------------- > > (Updated Nov. 23, 2015, 5:56 a.m.) > > > Review request for mesos, Ben Mahler and haosdent huang. > > > Bugs: MESOS-3792 > https://issues.apache.org/jira/browse/MESOS-3792 > > > Repository: mesos > > > Description > ------- > > Fix wrong flags infos in /state and /flags. We should convert protobuf type > flag to JSON object explicitly instead of relying on stringify > > > Diffs > ----- > > src/master/http.cpp b0bec97ee69413bb70c2673c4ae49e74988796bf > > Diff: https://reviews.apache.org/r/40224/diff/ > > > Testing > ------- > > make & make check > > ./mesos-master.sh --work_dir=/tmp/mesos --acls='{"register_frameworks": > [{"principals": { "type": "ANY" },"roles": { "values": ["a"] }}],"run_tasks": > [{"principals": { "values": ["a", "b"] },"users": { "values": ["c"] > }}],"shutdown_frameworks": [{"principals": { "values": ["a", "b"] > },"framework_principals": { "values": ["c"] }}]}' > > curl http://master:5050/state > curl http://master:5050/flag > > > Thanks, > > Jian Qiu > >
