[jira] [Updated] (HDFS-4695) TestEditLog leaks open file handles between tests

2013-04-14 Thread Ivan Mitic (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Mitic updated HDFS-4695: - Attachment: HDFS-4695.patch Attaching the patch. With the patch all test cases will pass on Windows excep

[jira] [Updated] (HDFS-4695) TestEditLog leaks open file handles between tests

2013-04-14 Thread Ivan Mitic (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Mitic updated HDFS-4695: - Status: Patch Available (was: Open) > TestEditLog leaks open file handles between tests > ---

[jira] [Created] (HDFS-4695) TestEditLog leaks open file handles between tests

2013-04-14 Thread Ivan Mitic (JIRA)
Ivan Mitic created HDFS-4695: Summary: TestEditLog leaks open file handles between tests Key: HDFS-4695 URL: https://issues.apache.org/jira/browse/HDFS-4695 Project: Hadoop HDFS Issue Type: Bug

[jira] [Commented] (HDFS-4269) DatanodeManager#registerDatanode rejects all datanode registrations from localhost in single-node developer setup

2013-04-14 Thread Jagane Sundar (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631519#comment-13631519 ] Jagane Sundar commented on HDFS-4269: - I apologize - I should have read the bug complet

[jira] [Commented] (HDFS-4269) DatanodeManager#registerDatanode rejects all datanode registrations from localhost in single-node developer setup

2013-04-14 Thread Jagane Sundar (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631498#comment-13631498 ] Jagane Sundar commented on HDFS-4269: - Thanks for your explanation, Chris. The perform

[jira] [Commented] (HDFS-4269) DatanodeManager#registerDatanode rejects all datanode registrations from localhost in single-node developer setup

2013-04-14 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631480#comment-13631480 ] Chris Nauroth commented on HDFS-4269: - Hello, [~jagane]. HDFS-3990 made a code change

[jira] [Commented] (HDFS-3990) NN's health report has severe performance problems

2013-04-14 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631477#comment-13631477 ] Chris Nauroth commented on HDFS-3990: - Hello, [~jagane]. I noticed that you commented

[jira] [Commented] (HDFS-4694) The SecondaryNameNode may change the inode id of root while doing checkpoint

2013-04-14 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631475#comment-13631475 ] Suresh Srinivas commented on HDFS-4694: --- Jing, would this be an issue with HDFS-4434

[jira] [Commented] (HDFS-4694) The SecondaryNameNode may change the inode id of root while doing checkpoint

2013-04-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631470#comment-13631470 ] Hadoop QA commented on HDFS-4694: - {color:green}+1 overall{color}. Here are the results of

[jira] [Commented] (HDFS-4590) Add more Unit Test Case for HDFS-3701 HDFS Miss Final Block Reading when File is Open for Write

2013-04-14 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631454#comment-13631454 ] Suresh Srinivas commented on HDFS-4590: --- +1 for the patch. > Add mor

[jira] [Commented] (HDFS-4666) Disallow users to create file/dir named ".snapshot"

2013-04-14 Thread Aaron T. Myers (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631448#comment-13631448 ] Aaron T. Myers commented on HDFS-4666: -- bq. For upgrading, we may throw an exception i

[jira] [Created] (HDFS-4694) The SecondaryNameNode may change the inode id of root while doing checkpoint

2013-04-14 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-4694: --- Summary: The SecondaryNameNode may change the inode id of root while doing checkpoint Key: HDFS-4694 URL: https://issues.apache.org/jira/browse/HDFS-4694 Project: Hadoop HDFS

[jira] [Updated] (HDFS-4694) The SecondaryNameNode may change the inode id of root while doing checkpoint

2013-04-14 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-4694: Attachment: HDFS-4694.001.patch A simple patch that passes an inode id to FSDirectory#createRoot. Also updat

[jira] [Updated] (HDFS-4694) The SecondaryNameNode may change the inode id of root while doing checkpoint

2013-04-14 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-4694: Status: Patch Available (was: Open) > The SecondaryNameNode may change the inode id of root while doing

[jira] [Commented] (HDFS-4677) Editlog should support synchronous writes

2013-04-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631438#comment-13631438 ] Hadoop QA commented on HDFS-4677: - {color:red}-1 overall{color}. Here are the results of t

[jira] [Updated] (HDFS-4677) Editlog should support synchronous writes

2013-04-14 Thread Ivan Mitic (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Mitic updated HDFS-4677: - Status: Patch Available (was: Open) > Editlog should support synchronous writes > ---

[jira] [Updated] (HDFS-4677) Editlog should support synchronous writes

2013-04-14 Thread Ivan Mitic (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Mitic updated HDFS-4677: - Attachment: HDFS-4677.patch Attaching the patch. Will also attach the branch-1 compatible patch once this

[jira] [Commented] (HDFS-4693) Some test cases in TestCheckpoint do not clean up after themselves

2013-04-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631373#comment-13631373 ] Hadoop QA commented on HDFS-4693: - {color:green}+1 overall{color}. Here are the results of

[jira] [Commented] (HDFS-4693) Some test cases in TestCheckpoint do not clean up after themselves

2013-04-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631368#comment-13631368 ] Hadoop QA commented on HDFS-4693: - {color:green}+1 overall{color}. Here are the results of

[jira] [Commented] (HDFS-4691) Disallow .reserved path component, given that HDFS-4434 does not allow /.reserved

2013-04-14 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631360#comment-13631360 ] Steve Loughran commented on HDFS-4691: -- # it may be best to lay down a set of paths th

[jira] [Commented] (HDFS-3990) NN's health report has severe performance problems

2013-04-14 Thread Jagane Sundar (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631357#comment-13631357 ] Jagane Sundar commented on HDFS-3990: - Here is another instance of this problem. Here

[jira] [Commented] (HDFS-4269) DatanodeManager#registerDatanode rejects all datanode registrations from localhost in single-node developer setup

2013-04-14 Thread Jagane Sundar (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631355#comment-13631355 ] Jagane Sundar commented on HDFS-4269: - It would appear that there is more to this probl

[jira] [Commented] (HDFS-4434) Provide a mapping from INodeId to INode

2013-04-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631351#comment-13631351 ] Hadoop QA commented on HDFS-4434: - {color:red}-1 overall{color}. Here are the results of t

[jira] [Updated] (HDFS-4693) Some test cases in TestCheckpoint do not clean up after themselves

2013-04-14 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal updated HDFS-4693: Attachment: HDFS-4693.3.patch Fixed, thanks! > Some test cases in TestCheckpoint do

[jira] [Commented] (HDFS-4693) Some test cases in TestCheckpoint do not clean up after themselves

2013-04-14 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631342#comment-13631342 ] Chris Nauroth commented on HDFS-4693: - Thanks, Arpit. It looks like there is still one

[jira] [Updated] (HDFS-4693) Some test cases in TestCheckpoint do not clean up after themselves

2013-04-14 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal updated HDFS-4693: Attachment: HDFS-4693.2.patch Thanks for the quick review Chris! Fixed it. > Some

[jira] [Commented] (HDFS-4693) Some test cases in TestCheckpoint do not clean up after themselves

2013-04-14 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631333#comment-13631333 ] Chris Nauroth commented on HDFS-4693: - The changes look good. I ran the test successfu

[jira] [Updated] (HDFS-4434) Provide a mapping from INodeId to INode

2013-04-14 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-4434: -- Attachment: HDFS-4434.patch Additional cleanup of objects by setting them to null to see during

[jira] [Commented] (HDFS-4692) Use timestamp as the default snapshot name

2013-04-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631312#comment-13631312 ] Hudson commented on HDFS-4692: -- Integrated in Hadoop-Hdfs-Snapshots-Branch-build #157 (See [h