[jira] Reopened: (HDFS-1467) Append pipeline never succeeds with more than one replica

2010-11-18 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon reopened HDFS-1467: --- Reopening, I'm going to ask Eli to revert this patch until we figure out what's going on. > Append pipel

[jira] Created: (HDFS-1511) 98 Release Audit warnings on trunk and branch-0.22

2010-11-18 Thread Nigel Daley (JIRA)
98 Release Audit warnings on trunk and branch-0.22 -- Key: HDFS-1511 URL: https://issues.apache.org/jira/browse/HDFS-1511 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.22.0, 0.23

[jira] Resolved: (HDFS-1510) Add test-patch.properties required by test-patch.sh

2010-11-18 Thread Nigel Daley (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nigel Daley resolved HDFS-1510. --- Resolution: Fixed Fix Version/s: 0.23.0 I just committed this to get HDFS patch testing back on

[jira] Created: (HDFS-1510) Add test-patch.properties required by test-patch.sh

2010-11-18 Thread Nigel Daley (JIRA)
Add test-patch.properties required by test-patch.sh --- Key: HDFS-1510 URL: https://issues.apache.org/jira/browse/HDFS-1510 Project: Hadoop HDFS Issue Type: Improvement Reporter: Ni

Re: Review Request: Add listCorruptFileBlocks to DistributedFileSystem (and ClientProtocol)

2010-11-18 Thread Patrick Kling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18/ --- (Updated 2010-11-18 20:10:36.970120) Review request for hadoop-hdfs. Changes ---

[jira] Created: (HDFS-1509) Resync discarded directories in fs.name.dir during saveNamespace command

2010-11-18 Thread dhruba borthakur (JIRA)
Resync discarded directories in fs.name.dir during saveNamespace command Key: HDFS-1509 URL: https://issues.apache.org/jira/browse/HDFS-1509 Project: Hadoop HDFS Issue

[jira] Created: (HDFS-1508) Ability to do savenamespace without being in safemode

2010-11-18 Thread dhruba borthakur (JIRA)
Ability to do savenamespace without being in safemode - Key: HDFS-1508 URL: https://issues.apache.org/jira/browse/HDFS-1508 Project: Hadoop HDFS Issue Type: Improvement Reporter

[jira] Resolved: (HDFS-1507) TestAbandonBlock should abandon a block

2010-11-18 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HDFS-1507. --- Resolution: Fixed Fix Version/s: (was: 0.23.0) Hadoop Flags: [Reviewed] Committed to b

Re: Changes to FSImage/FSEditLog

2010-11-18 Thread Jakob Homan
Glancing at 1473, it seems reasonable, but of course should get a thorough review. HDFS-1465 will impact and essentially replace all the saving/loading code, so whether the it does so with the code's current state or with 1473's refactoring, it doesn't matter much. 1473 will probably make it

[jira] Resolved: (HDFS-528) Add ability for safemode to wait for a minimum number of live datanodes

2010-11-18 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HDFS-528. -- Resolution: Fixed Fix Version/s: 0.22.0 Hadoop Flags: [Reviewed] Thanks Dhruba. I've committe

Re: Review Request: Populate needed replication queues before leaving safe mode.

2010-11-18 Thread Patrick Kling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/105/ --- (Updated 2010-11-18 10:49:38.102334) Review request for hadoop-hdfs. Changes --

Build failed in Hudson: Hadoop-Hdfs-trunk #491

2010-11-18 Thread Apache Hudson Server
See Changes: [eli] HDFS-1487. FSDirectory.removeBlock() should update diskspace count of the block owner node. Contributed by Zhong Wang. [eli] HDFS-1507. TestAbandonBlock should abandon a block. Contributed by Eli Collins [

Re: Changes to FSImage/FSEditLog

2010-11-18 Thread Ivan Kelly
This patch looks really good. It shouldn't affect our refactoring too much and will actually make things a lot easier for the next part (breaking the circular dependency between namesystem and fsimage). -Ivan On 18 Nov 2010, at 02:27, Todd Lipcon wrote: I put up a sketch of a patch for 1473. I