velee opened a new issue, #14985: URL: https://github.com/apache/lucene/issues/14985
### Description `org.apache.lucene.store.FilterDirectory` not delegate method `copyFrom`, which causes `org.apache.lucene.store.HardlinkCopyDirectoryWrapper` to be ineffective in the middle layer of the delegate chain. such as delegate chain: org.elasticsearch.index.store.Store$StoreDirectory org.elasticsearch.index.store.ByteSizeCachingDirectory org.apache.lucene.store.HardlinkCopyDirectoryWrapper org.elasticsearch.index.store.FsDirectoryFactory$HybridDirectory the wapper `org.apache.lucene.store.HardlinkCopyDirectoryWrapper` not effect,because `org.elasticsearch.index.store.Store$StoreDirectory`‘s method `copyFrom` extends from `org.apache.lucene.store.Directory` ### Version and environment details _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org