You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Nick Wellnhofer (JIRA)" <ji...@apache.org> on 2017/02/20 15:26:44 UTC

[lucy-issues] [jira] [Resolved] (LUCY-321) Make FSFileHandle always use Windows handles

     [ https://issues.apache.org/jira/browse/LUCY-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Wellnhofer resolved LUCY-321.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.7.0

Fixed with commit https://git1-us-west.apache.org/repos/asf?p=lucy.git;a=commitdiff;h=5f15a92bde4c63e2b0d1c3d8b74a294ed8a3d1f0

> Make FSFileHandle always use Windows handles
> --------------------------------------------
>
>                 Key: LUCY-321
>                 URL: https://issues.apache.org/jira/browse/LUCY-321
>             Project: Lucy
>          Issue Type: Improvement
>          Components: Store
>            Reporter: Nick Wellnhofer
>             Fix For: 0.7.0
>
>
> On Windows, FSFileHandle uses a mix of POSIX and WinAPI calls. It should use the Windows API exclusively.
> {noformat}
> FSFH_do_open: open, chy_lseek64
> FSFH_Close: close
> FSFH_Write: write
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)