You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alex Clemmer (JIRA)" <ji...@apache.org> on 2016/12/06 22:59:58 UTC

[jira] [Created] (MESOS-6735) `os::realpath` semantics differ between Windows and POSIX

Alex Clemmer created MESOS-6735:
-----------------------------------

             Summary: `os::realpath` semantics differ between Windows and POSIX
                 Key: MESOS-6735
                 URL: https://issues.apache.org/jira/browse/MESOS-6735
             Project: Mesos
          Issue Type: Bug
          Components: stout
            Reporter: Alex Clemmer
            Assignee: Alex Clemmer


`os::realpath` on Unix should error out if the path does not exist. On Windows, the implementation is backed by `_fullpath`, which does not error out if the path does not exist. In general, we'd like the semantics to be as similar as possible across the two.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)