[jira] Commented: (HDFS-677) Rename failure due to quota results in deletion of src directory

2009-10-09 Thread Hong Tang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763879#action_12763879 ] Hong Tang commented on HDFS-677: bq. I do not anticipated any failure after that. But in case

[jira] Commented: (HDFS-677) Rename failure due to quota results in deletion of src directory

2009-10-09 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764099#action_12764099 ] Suresh Srinivas commented on HDFS-677: -- adding the node back is similar operation that i

[jira] Updated: (HDFS-673) BlockReceiver#PacketResponder should not remove a packet from the ack queue before its ack is sent

2009-10-09 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HDFS-673: --- Status: Patch Available (was: Open) The existing tests sometime fail with this error. So I do not thin

[jira] Commented: (HDFS-677) Rename failure due to quota results in deletion of src directory

2009-10-09 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764108#action_12764108 ] Allen Wittenauer commented on HDFS-677: --- While it was a Good Thing(tm) in this instance

[jira] Updated: (HDFS-678) add test for different URI.schemas in TestGlobPaths.java to support changes in HADOOP-6286

2009-10-09 Thread Boris Shkolnik (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Shkolnik updated HDFS-678: Status: Open (was: Patch Available) > add test for different URI.schemas in TestGlobPaths.java to s

[jira] Updated: (HDFS-525) ListPathsServlet.java uses static SimpleDateFormat that has threading issues

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-525: - Release Note: (was: Uses of SimpleDateFormat were changed to use a thread local instance of the c

[jira] Updated: (HDFS-167) DFSClient continues to retry indefinitely

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-167: - Description: I encountered a bug when trying to upload data using the Hadoop DFS Client. After r

[jira] Updated: (HDFS-602) Atempt to make a directory under an existing file on DistributedFileSystem should throw an FileAlreadyExistsException instead of FileNotFoundException

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-602: - Release Note: (was: DistributedFileSystem mkdirs throws FileAlreadyExistsException instead of Fi

[jira] Updated: (HDFS-514) DFSClient.namenode is a public field. Should be private.

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-514: - Release Note: (was: Changes DFSClient.namenode to be private, adds getter and changes referencing

[jira] Updated: (HDFS-538) DistributedFileSystem::listStatus incorrectly returns null for empty result sets

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-538: - Release Note: (was: Updated DistributedFileSystem::listStatus() method to throw a FileNotFoundExc

[jira] Updated: (HDFS-435) Add orthogonal fault injection mechanism/framework

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-435: - Release Note: New fault injection framework AspectJ improves testing. See Jira item for users' guid

[jira] Updated: (HDFS-595) FsPermission tests need to be updated for new octal configuration parameter from HADOOP-6234

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-595: - Release Note: (was: umask settings in configuration may now use octal or symbolic instead of deci

[jira] Updated: (HDFS-288) Redundant computation in hashCode() implemenation

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-288: - Release Note: (was: Removed redundant computations from the hashCode() implementations of Block,

[jira] Updated: (HDFS-527) Refactor DFSClient constructors

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-527: - Release Note: (was: This code refactoring maintains consistency across versions and facilitates t

[jira] Updated: (HDFS-567) Two contrib tools to facilitate searching for block history information

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-567: - Release Note: New contribution Block Forensics aids investigation of missing blocks. (was: Add blo

[jira] Commented: (HDFS-673) BlockReceiver#PacketResponder should not remove a packet from the ack queue before its ack is sent

2009-10-09 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764166#action_12764166 ] Hadoop QA commented on HDFS-673: -1 overall. Here are the results of testing the latest atta

[jira] Updated: (HDFS-678) add test for different URI.schemas in TestGlobPaths.java to support changes in HADOOP-6286

2009-10-09 Thread Boris Shkolnik (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Shkolnik updated HDFS-678: Status: Patch Available (was: Open) > add test for different URI.schemas in TestGlobPaths.java to s

[jira] Created: (HDFS-688) Add configuration resources to DFSAdmin

2009-10-09 Thread Konstantin Shvachko (JIRA)
Add configuration resources to DFSAdmin --- Key: HDFS-688 URL: https://issues.apache.org/jira/browse/HDFS-688 Project: Hadoop HDFS Issue Type: Bug Components: hdfs client Affects Versions: 0.

[jira] Updated: (HDFS-682) TestBlockUnderConstruction fails

2009-10-09 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HDFS-682: Attachment: h682_20091009.patch h682_20091009.patch: fix a bug on the test. > TestBl

[jira] Updated: (HDFS-682) TestBlockUnderConstruction fails

2009-10-09 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HDFS-682: Status: Patch Available (was: Open) > TestBlockUnderConstruction fails > ---

[jira] Updated: (HDFS-688) Add configuration resources to DFSAdmin

2009-10-09 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Shvachko updated HDFS-688: - Attachment: dfsadminConf.patch The patch adds resources in static section. > Add configura

[jira] Updated: (HDFS-688) Add configuration resources to DFSAdmin

2009-10-09 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Shvachko updated HDFS-688: - Assignee: Konstantin Shvachko Status: Patch Available (was: Open) > Add configuratio

[jira] Created: (HDFS-689) Destination ending with \ should be treated as a dir

2009-10-09 Thread Rajiv Chittajallu (JIRA)
Destination ending with \ should be treated as a dir Key: HDFS-689 URL: https://issues.apache.org/jira/browse/HDFS-689 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.20.1

[jira] Commented: (HDFS-676) NPE in FSDataset.updateReplicaUnderRecovery(..)

2009-10-09 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764204#action_12764204 ] Suresh Srinivas commented on HDFS-676: -- Is the patch missing DataNode changes? > NPE in

[jira] Commented: (HDFS-673) BlockReceiver#PacketResponder should not remove a packet from the ack queue before its ack is sent

2009-10-09 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764210#action_12764210 ] Hairong Kuang commented on HDFS-673: There were two failed tests: org.apache.hadoop.hdf

[jira] Created: (HDFS-690) TestAppend2#testComplexAppend failed on "Too many open files"

2009-10-09 Thread Hairong Kuang (JIRA)
TestAppend2#testComplexAppend failed on "Too many open files" - Key: HDFS-690 URL: https://issues.apache.org/jira/browse/HDFS-690 Project: Hadoop HDFS Issue Type: Bug Comp

[jira] Commented: (HDFS-676) NPE in FSDataset.updateReplicaUnderRecovery(..)

2009-10-09 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764214#action_12764214 ] Suresh Srinivas commented on HDFS-676: -- After discussing with Konstantin, I understand t

[jira] Updated: (HDFS-235) Add support for byte-ranges to hftp

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-235: - Release Note: HFTP can now serve a specific byte range from a file (was: Add support for byte ran

[jira] Updated: (HDFS-578) Support for using server default values for blockSize and replication when creating a file

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-578: - Release Note: New FileSystem.getServerDefaults() reports the server's default file creation paramet

[jira] Updated: (HDFS-385) Design a pluggable interface to place replicas of blocks in HDFS

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-385: - Release Note: New experimental API BlockPlacementPolicy allows investigating alternate rules for lo

[jira] Updated: (HDFS-457) better handling of volume failure in Data Node storage

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-457: - Release Note: Datanode can continue if a volume for replica storage fails. Previously a datanode re

[jira] Updated: (HDFS-631) Changes in HDFS to rename the config keys as detailed in HDFS-531.

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-631: - Release Note: File system configuration keys renamed as a step toward API standardization and backw

[jira] Updated: (HDFS-492) Expose corrupt replica/block information

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-492: - Release Note: New server web pages provide block information: corrupt_replicas_xml and block_info_x

[jira] Updated: (HDFS-618) Support for non-recursive mkdir in HDFS

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-618: - Release Note: New DFSClient.mkdir(...) allows option of not creating missing parent(s). (was: Supp

[jira] Updated: (HDFS-686) NullPointerException is thrown while merging edit log and image

2009-10-09 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HDFS-686: --- Attachment: openNPE-trunk.patch Thanks Dhruba! Here is a patch for the trunk. > NullPointerException

[jira] Updated: (HDFS-686) NullPointerException is thrown while merging edit log and image

2009-10-09 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HDFS-686: --- Fix Version/s: 0.21.0 Status: Patch Available (was: Open) > NullPointerException is thrown

[jira] Updated: (HDFS-617) Support for non-recursive create() in HDFS

2009-10-09 Thread Robert Chansler (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HDFS-617: - Release Note: New DFSClient.create(...) allows option of not creating missing parent(s). (was: Sup

[jira] Commented: (HDFS-676) NPE in FSDataset.updateReplicaUnderRecovery(..)

2009-10-09 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764243#action_12764243 ] Konstantin Shvachko commented on HDFS-676: -- Checked the logs. Failure of TestDataTra

[jira] Commented: (HDFS-676) NPE in FSDataset.updateReplicaUnderRecovery(..)

2009-10-09 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764245#action_12764245 ] Konstantin Shvachko commented on HDFS-676: -- > Is the patch missing DataNode changes?

[jira] Commented: (HDFS-678) add test for different URI.schemas in TestGlobPaths.java to support changes in HADOOP-6286

2009-10-09 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764246#action_12764246 ] Hadoop QA commented on HDFS-678: -1 overall. Here are the results of testing the latest atta

[jira] Created: (HDFS-691) Limitation on java.io.InputStream.available()

2009-10-09 Thread Tsz Wo (Nicholas), SZE (JIRA)
Limitation on java.io.InputStream.available() - Key: HDFS-691 URL: https://issues.apache.org/jira/browse/HDFS-691 Project: Hadoop HDFS Issue Type: Bug Components: hdfs client

[jira] Commented: (HDFS-682) TestBlockUnderConstruction fails

2009-10-09 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764249#action_12764249 ] Hadoop QA commented on HDFS-682: -1 overall. Here are the results of testing the latest atta

[jira] Updated: (HDFS-676) NPE in FSDataset.updateReplicaUnderRecovery(..)

2009-10-09 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Shvachko updated HDFS-676: - Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Ava

[jira] Updated: (HDFS-682) TestBlockUnderConstruction fails

2009-10-09 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HDFS-682: Status: Open (was: Patch Available) okay, the problem in TestBlockUnderConstruction

[jira] Created: (HDFS-692) Add simulated data node cluster start/stop commands in hadoop-dameon.sh .

2009-10-09 Thread Ravi Phulari (JIRA)
Add simulated data node cluster start/stop commands in hadoop-dameon.sh . - Key: HDFS-692 URL: https://issues.apache.org/jira/browse/HDFS-692 Project: Hadoop HDFS Issue

[jira] Commented: (HDFS-677) Rename failure due to quota results in deletion of src directory

2009-10-09 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764273#action_12764273 ] Konstantin Shvachko commented on HDFS-677: -- The patch looks good. I went through the

[jira] Commented: (HDFS-688) Add configuration resources to DFSAdmin

2009-10-09 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764274#action_12764274 ] Hadoop QA commented on HDFS-688: -1 overall. Here are the results of testing the latest atta