[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-07-14 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Status: Patch Available (was: Open) > Simplify BlockReader to not inherit from FSInputChecker > ---

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-07-14 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Attachment: hdfs-2129.txt > Simplify BlockReader to not inherit from FSInputChecker > --

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-08-05 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Attachment: hdfs-2129-benchmark.png hdfs-2129.txt Attaching updated patch and benchmark.

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-08-05 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Attachment: seq-read-1gb-bench.png Also ran BenchmarkThroughput to test speed of reading 1GB off the loc

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-08-17 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Attachment: hdfs-2129.txt Updated patch on top of HDFS-2260. This subs in the new BlockReader implement

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-08-19 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Status: Open (was: Patch Available) > Simplify BlockReader to not inherit from FSInputChecker > ---

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-10-20 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Component/s: performance > Simplify BlockReader to not inherit from FSInputChecker > ---

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-10-24 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Attachment: hdfs-2129.txt updated to trunk - still not quite ready yet > Simplify Block

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-10-28 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Attachment: hdfs-2129.txt Rebased on trunk again. Added a simple pool for direct byte buffers. The perf

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-10-28 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Status: Patch Available (was: Open) > Simplify BlockReader to not inherit from FSInputChecker > ---

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-11-02 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Attachment: hdfs-2129.txt Updated patch fixes failing tests. Also added unit tests for DirectBufferPool.

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-11-02 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Attachment: hdfs-2129.txt A little more improvement to make the DirectBufferPool non-blocking. I did som

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-11-02 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Attachment: hdfs-2129.txt Attached patch addresses the findbugs warning (finalize() method should be pr

[jira] [Updated] (HDFS-2129) Simplify BlockReader to not inherit from FSInputChecker

2011-11-02 Thread Todd Lipcon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-2129: -- Resolution: Fixed Fix Version/s: 0.23.1 Release Note: BlockReader has been reimplemented to u