[ 
https://issues.apache.org/jira/browse/TS-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638784#comment-13638784
 ] 

ASF subversion and git services commented on TS-1844:
-----------------------------------------------------

Commit 5e23defba04c80a658e4cc54badb9dd3f109c316 in branch refs/heads/master 
from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=5e23def ]

TS-1844: efficient HostDB file allocation

HostDB has a rather ugly function called zorch_file(), whose purpose
is to clear and allocate a DB file. Remove zorch_file() to libts,
replacing it with a simpler, more efficient ink_file_zerofill()
based on ftruncate() and posix_fallocate().

                
> efficient HostDB file allocation
> --------------------------------
>
>                 Key: TS-1844
>                 URL: https://issues.apache.org/jira/browse/TS-1844
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: James Peach
>            Assignee: James Peach
>             Fix For: 3.3.3
>
>
> HostDB has a rather ugly function called zorch_file(), whose purpose is to 
> clear and allocate a DB file. We can do this more cleanly with a combination 
> of ftruncate() and posix_fallocate().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to