Kevin Klues created MESOS-5398:
----------------------------------
Summary: Rewrite os::read() to be friendlier to reading binary
files
Key: MESOS-5398
URL: https://issues.apache.org/jira/browse/MESOS-5398
Project: Mesos
Issue Type: Improvement
Reporter: Kevin Klues
Assignee: Kevin Klues
Priority: Minor
The existing read() implementation is based on calling getline() to
read in chunks of data from a file. This is fine for text-based files,
but is a little strange for binary files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)