James Peach created MESOS-7017:
----------------------------------
Summary: HTTP API responses can crash the master
Key: MESOS-7017
URL: https://issues.apache.org/jira/browse/MESOS-7017
Project: Mesos
Issue Type: Bug
Reporter: James Peach
The master can crash when generating large responses to small API requests. One
manifestation of this is querying the tasks.
{noformat}
[libprotobuf ERROR google/protobuf/io/coded_stream.cc:180] A protocol message
was rejected because it was too big (more than 67108864 bytes). To increase
the limit (or to disable these warnings), see
CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.
F0126 18:34:18.790386 26230 evolve.cpp:63] Check failed:
t.ParsePartialFromString(data) Failed to parse mesos.v1.master.Response while
evolving from mesos.master.Response
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)