[
https://issues.apache.org/jira/browse/LUCENE-7300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306499#comment-15306499
]
Michael McCandless commented on LUCENE-7300:
--------------------------------------------
It reproduces:
{noformat
ant test -Dtestcase=TestHardLinkCopyDirectoryWrapper
-Dtests.method=testCopyHardLinks -Dtests.seed=91C212F610DC4EB5
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=it-CH -Dtests.timezone=Canada/Newfoundland -Dtests.asserts=true
-Dtests.file.encoding=UTF-8 -Dtests.verbose=true
{noformat}
> Add directory wrapper that optionally uses hardlinks in copyFrom
> ----------------------------------------------------------------
>
> Key: LUCENE-7300
> URL: https://issues.apache.org/jira/browse/LUCENE-7300
> Project: Lucene - Core
> Issue Type: Improvement
> Affects Versions: 6.1
> Reporter: Simon Willnauer
> Assignee: Simon Willnauer
> Fix For: 6.1, master (7.0)
>
> Attachments: LUCENE-7300.patch, LUCENE-7300.patch
>
>
> Today we always do byte-by-byte copy in Directory#copyFrom. While this is
> reliable and should be the default, certain situations can be improved by
> using hardlinks if possible to get constant time copy on OS / FS that support
> such an operation. Something like this could reside in misc if it's contained
> enough since it requires LinkPermissions to be set and needs to detect if
> both directories are subclasses of FSDirectory etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]