Andrew Schwartzmeyer created MESOS-8116:
-------------------------------------------
Summary: Fix off by-one error in Windows long path support
Key: MESOS-8116
URL: https://issues.apache.org/jira/browse/MESOS-8116
Project: Mesos
Issue Type: Bug
Components: stout
Environment: Windows 10
Reporter: Andrew Schwartzmeyer
Assignee: Andrew Schwartzmeyer
The NTFS long path patches have an off-by-one error, where the max path is
actually exclusive, not inclusive. That is, a path at the internal max
character limitation of 248 characters must also be prepended with {{\\?\}},
not just paths > 248. So this amounts to switching a > to a >=, and writing
some unit tests to prove it.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)