[jira] Commented: (HDFS-503) Implement erasure coding as a layer on HDFS

2010-10-04 Thread Ramkumar Vadali (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917481#action_12917481 ] Ramkumar Vadali commented on HDFS-503: -- @shravankumar, to get a basic idea of HDFS RAID,

[jira] Updated: (HDFS-1367) Add alternative search-provider to HDFS site

2010-10-04 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HDFS-1367: -- Resolution: Fixed Hadoop Flags: (was: [Reviewed]) Status: Resolved (was: Patch

[jira] Updated: (HDFS-1300) Decommissioning nodes does not increase replication priority

2010-10-04 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HDFS-1300: -- Status: Open (was: Patch Available) Dmytro- Looks like the updated patch dropped the unit test. Can

[jira] Updated: (HDFS-1367) Add alternative search-provider to HDFS site

2010-10-04 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HDFS-1367: -- Hadoop Flags: [Reviewed] Add alternative search-provider to HDFS site

[jira] Created: (HDFS-1439) Fix compilation error in TestFiHftp

2010-10-04 Thread Suresh Srinivas (JIRA)
Fix compilation error in TestFiHftp --- Key: HDFS-1439 URL: https://issues.apache.org/jira/browse/HDFS-1439 Project: Hadoop HDFS Issue Type: Bug Components: test Affects Versions: Federation

[jira] Updated: (HDFS-1439) Fix compilation error in TestFiHftp

2010-10-04 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-1439: -- Attachment: HDFS-1439.patch Fixed the test use ExtendedBlock instead of Block. Fix

[jira] Commented: (HDFS-1439) Fix compilation error in TestFiHftp

2010-10-04 Thread Boris Shkolnik (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917766#action_12917766 ] Boris Shkolnik commented on HDFS-1439: -- +1 Fix compilation error in TestFiHftp

[jira] Commented: (HDFS-1435) Provide an option to store fsimage compressed

2010-10-04 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917768#action_12917768 ] Hairong Kuang commented on HDFS-1435: - I thought more about Philip's suggestion. So

[jira] Resolved: (HDFS-1439) Fix compilation error in TestFiHftp

2010-10-04 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HDFS-1439. --- Resolution: Fixed Hadoop Flags: [Reviewed] Boris, thanks for the review. I committed

[jira] Commented: (HDFS-1434) Refactor Datanode#startDataNode method

2010-10-04 Thread Boris Shkolnik (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917809#action_12917809 ] Boris Shkolnik commented on HDFS-1434: -- +1 Please run the tests.. Refactor

[jira] Created: (HDFS-1440) TestComputeInvalidateWork fails intermittently

2010-10-04 Thread Suresh Srinivas (JIRA)
TestComputeInvalidateWork fails intermittently -- Key: HDFS-1440 URL: https://issues.apache.org/jira/browse/HDFS-1440 Project: Hadoop HDFS Issue Type: Bug Components: test Affects

[jira] Updated: (HDFS-1440) TestComputeInvalidateWork fails intermittently

2010-10-04 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-1440: -- Attachment: HDFS-1440.patch In the attached patch, the test is changed to use

[jira] Updated: (HDFS-1440) TestComputeInvalidateWork fails intermittently

2010-10-04 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-1440: -- Attachment: (was: HDFS-1440.patch) TestComputeInvalidateWork fails intermittently

[jira] Updated: (HDFS-1440) TestComputeInvalidateWork fails intermittently

2010-10-04 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-1440: -- Attachment: HDFS-1440.patch Updated patch. TestComputeInvalidateWork fails intermittently

[jira] Updated: (HDFS-1440) TestComputeInvalidateWork fails intermittently

2010-10-04 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HDFS-1440: -- Hadoop Flags: [Reviewed] +1 TestComputeInvalidateWork fails intermittently

[jira] Commented: (HDFS-1434) Refactor Datanode#startDataNode method

2010-10-04 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917815#action_12917815 ] Konstantin Boudnik commented on HDFS-1434: -- Also, please run {{test-patch.sh}} at

[jira] Commented: (HDFS-1434) Refactor Datanode#startDataNode method

2010-10-04 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917841#action_12917841 ] Suresh Srinivas commented on HDFS-1434: --- All unit tests passed other than

[jira] Commented: (HDFS-1434) Refactor Datanode#startDataNode method

2010-10-04 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917846#action_12917846 ] Konstantin Boudnik commented on HDFS-1434: -- The patch doesn't include any tests.

[jira] Resolved: (HDFS-1434) Refactor Datanode#startDataNode method

2010-10-04 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HDFS-1434. --- Resolution: Fixed Hadoop Flags: [Reviewed] I committed the patch. Thanks Boris for the

[jira] Commented: (HDFS-1434) Refactor Datanode#startDataNode method

2010-10-04 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917849#action_12917849 ] Suresh Srinivas commented on HDFS-1434: --- Sorry cut and paste error in my previous

[jira] Commented: (HDFS-908) TestDistributedFileSystem fails with Wrong FS on weird hosts

2010-10-04 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917855#action_12917855 ] Jakob Homan commented on HDFS-908: -- Hudson's AWOL. Todd, please run tests and test-patch

[jira] Updated: (HDFS-908) TestDistributedFileSystem fails with Wrong FS on weird hosts

2010-10-04 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HDFS-908: - Priority: Minor (was: Major) TestDistributedFileSystem fails with Wrong FS on weird hosts

[jira] Commented: (HDFS-1435) Provide an option to store fsimage compressed

2010-10-04 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917876#action_12917876 ] dhruba borthakur commented on HDFS-1435: +1 on compressing the entire file. The

[jira] Commented: (HDFS-1440) TestComputeInvalidateWork fails intermittently

2010-10-04 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12917884#action_12917884 ] dhruba borthakur commented on HDFS-1440: +1 TestComputeInvalidateWork fails