You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Kevin Klues (JIRA)" <ji...@apache.org> on 2016/05/17 19:03:13 UTC

[jira] [Created] (MESOS-5398) Rewrite os::read() to be friendlier to reading binary files

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)