You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Chao Sun (Jira)" <ji...@apache.org> on 2021/11/01 18:30:00 UTC

[jira] [Commented] (HADOOP-7370) Optimize pread on ChecksumFileSystem

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

Chao Sun commented on HADOOP-7370:
----------------------------------

[~stevel@apache.org] what's the progress on this? is it still a blocker for 3.3.2? I'm working on the release right now.

> Optimize pread on ChecksumFileSystem
> ------------------------------------
>
>                 Key: HADOOP-7370
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7370
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Blocker
>         Attachments: checksumfs-pread-0.20.txt
>
>
> Currently the implementation of positional read in ChecksumFileSystem is verify inefficient - it actually re-opens the underlying file and checksum file, then seeks and uses normal read. Instead, it can push down positional read directly to the underlying FS and verify checksum.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org