----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8044/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Vinod Kone. Description ------- At twitter, we had an executor using binary data in the TaskInfo.data field. Since we can't encode unicode / binary data, this breaks the JSON endpoint and the webui. This change is a short term fix to not dump that data from our JSON endpoints. I say short term because in the longer term, we should use a unicode library to fix our JSON encoding. Diffs ----- src/slave/http.cpp b94197013ac0d5dd95d6dabb44812905a123184a Diff: https://reviews.apache.org/r/8044/diff/ Testing ------- None. Thanks, Ben Mahler
