[jira] [Updated] (HDFS-6110) adding more slow action log in critical write path

2014-03-18 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Xie updated HDFS-6110: Attachment: HDFS-6110.txt Here is the patch, extracted from my code, it's pretty simple, but extremely

[jira] [Updated] (HDFS-6110) adding more slow action log in critical write path

2014-03-18 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Xie updated HDFS-6110: Status: Patch Available (was: Open) adding more slow action log in critical write path

[jira] [Commented] (HDFS-6110) adding more slow action log in critical write path

2014-03-18 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13938874#comment-13938874 ] Liang Xie commented on HDFS-6110: - the threshold setting is 300ms in the patch, probably we

[jira] [Commented] (HDFS-6108) make the length of the range in sync_file_range() configurable

2014-03-18 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13938877#comment-13938877 ] Todd Lipcon commented on HDFS-6108: --- Seems reasonable to me. Would be curious to find out

[jira] [Commented] (HDFS-6089) Standby NN while transitioning to active throws a connection refused error when the prior active NN process is suspended

2014-03-18 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13938880#comment-13938880 ] Todd Lipcon commented on HDFS-6089: --- Yep, everything Andrew said makes sense to me.

[jira] [Commented] (HDFS-6089) Standby NN while transitioning to active throws a connection refused error when the prior active NN process is suspended

2014-03-18 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13938931#comment-13938931 ] Jing Zhao commented on HDFS-6089: - Thanks for the comments, Andrew and Todd! bq. In

[jira] [Commented] (HDFS-5396) FSImage.getFsImageName should check whether fsimage exists

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13938955#comment-13938955 ] Hadoop QA commented on HDFS-5396: - {color:red}-1 overall{color}. Here are the results of

[jira] [Updated] (HDFS-6068) Disallow snapshot names that are also invalid directory names

2014-03-18 Thread sathish (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sathish updated HDFS-6068: -- Attachment: HDFS-6068-0004.patch Attached a patch by handling the release audit warning. Please review the

[jira] [Commented] (HDFS-6110) adding more slow action log in critical write path

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13938980#comment-13938980 ] Hadoop QA commented on HDFS-6110: - {color:red}-1 overall{color}. Here are the results of

[jira] [Created] (HDFS-6114) Block Scan log rolling will never happen if blocks written continuously leading to huge size of dncp_block_verification.log.curr

2014-03-18 Thread Vinayakumar B (JIRA)
Vinayakumar B created HDFS-6114: --- Summary: Block Scan log rolling will never happen if blocks written continuously leading to huge size of dncp_block_verification.log.curr Key: HDFS-6114 URL:

[jira] [Commented] (HDFS-6114) Block Scan log rolling will never happen if blocks written continuously leading to huge size of dncp_block_verification.log.curr

2014-03-18 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13938981#comment-13938981 ] Vinayakumar B commented on HDFS-6114: - My proposal is to apply some limit to number of

[jira] [Updated] (HDFS-6114) Block Scan log rolling will never happen if blocks written continuously leading to huge size of dncp_block_verification.log.curr

2014-03-18 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B updated HDFS-6114: Attachment: HDFS-6114.patch Attaching the proposed patch. Please review Block Scan log rolling

[jira] [Created] (HDFS-6115) flush() should be called for every append on block scan verification log

2014-03-18 Thread Vinayakumar B (JIRA)
Vinayakumar B created HDFS-6115: --- Summary: flush() should be called for every append on block scan verification log Key: HDFS-6115 URL: https://issues.apache.org/jira/browse/HDFS-6115 Project: Hadoop

[jira] [Updated] (HDFS-6114) Block Scan log rolling will never happen if blocks written continuously leading to huge size of dncp_block_verification.log.curr

2014-03-18 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B updated HDFS-6114: Affects Version/s: 2.4.0 Block Scan log rolling will never happen if blocks written continuously

[jira] [Updated] (HDFS-6115) flush() should be called for every append on block scan verification log

2014-03-18 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B updated HDFS-6115: Affects Version/s: 2.4.0 flush() should be called for every append on block scan verification log

[jira] [Updated] (HDFS-6115) flush() should be called for every append on block scan verification log

2014-03-18 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B updated HDFS-6115: Status: Patch Available (was: Open) flush() should be called for every append on block scan

[jira] [Updated] (HDFS-6114) Block Scan log rolling will never happen if blocks written continuously leading to huge size of dncp_block_verification.log.curr

2014-03-18 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B updated HDFS-6114: Status: Patch Available (was: Open) Block Scan log rolling will never happen if blocks written

[jira] [Commented] (HDFS-5516) WebHDFS does not require user name when anonymous http requests are disallowed.

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939057#comment-13939057 ] Hudson commented on HDFS-5516: -- FAILURE: Integrated in Hadoop-Yarn-trunk #513 (See

[jira] [Commented] (HDFS-6090) Use MiniDFSCluster.Builder instead of deprecated constructors

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939063#comment-13939063 ] Hudson commented on HDFS-6090: -- FAILURE: Integrated in Hadoop-Yarn-trunk #513 (See

[jira] [Commented] (HDFS-6094) The same block can be counted twice towards safe mode threshold

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939065#comment-13939065 ] Hudson commented on HDFS-6094: -- FAILURE: Integrated in Hadoop-Yarn-trunk #513 (See

[jira] [Commented] (HDFS-6107) When a block can't be cached due to limited space on the DataNode, that block becomes uncacheable

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939066#comment-13939066 ] Hudson commented on HDFS-6107: -- FAILURE: Integrated in Hadoop-Yarn-trunk #513 (See

[jira] [Updated] (HDFS-5196) Provide more snapshot information in WebUI

2014-03-18 Thread Shinichi Yamashita (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shinichi Yamashita updated HDFS-5196: - Attachment: HDFS-5196-3.patch Thank you for your comment. I attach the patch file which I

[jira] [Commented] (HDFS-5196) Provide more snapshot information in WebUI

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939095#comment-13939095 ] Hadoop QA commented on HDFS-5196: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (HDFS-6068) Disallow snapshot names that are also invalid directory names

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939097#comment-13939097 ] Hadoop QA commented on HDFS-6068: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (HDFS-6115) flush() should be called for every append on block scan verification log

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939180#comment-13939180 ] Hadoop QA commented on HDFS-6115: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (HDFS-6114) Block Scan log rolling will never happen if blocks written continuously leading to huge size of dncp_block_verification.log.curr

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939191#comment-13939191 ] Hadoop QA commented on HDFS-6114: - {color:red}-1 overall{color}. Here are the results of

[jira] [Updated] (HDFS-5196) Provide more snapshot information in WebUI

2014-03-18 Thread Shinichi Yamashita (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shinichi Yamashita updated HDFS-5196: - Attachment: HDFS-5196-4.patch Provide more snapshot information in WebUI

[jira] [Commented] (HDFS-5516) WebHDFS does not require user name when anonymous http requests are disallowed.

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939214#comment-13939214 ] Hudson commented on HDFS-5516: -- SUCCESS: Integrated in Hadoop-Hdfs-trunk #1705 (See

[jira] [Commented] (HDFS-6090) Use MiniDFSCluster.Builder instead of deprecated constructors

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939220#comment-13939220 ] Hudson commented on HDFS-6090: -- SUCCESS: Integrated in Hadoop-Hdfs-trunk #1705 (See

[jira] [Commented] (HDFS-6107) When a block can't be cached due to limited space on the DataNode, that block becomes uncacheable

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939223#comment-13939223 ] Hudson commented on HDFS-6107: -- SUCCESS: Integrated in Hadoop-Hdfs-trunk #1705 (See

[jira] [Commented] (HDFS-6094) The same block can be counted twice towards safe mode threshold

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939222#comment-13939222 ] Hudson commented on HDFS-6094: -- SUCCESS: Integrated in Hadoop-Hdfs-trunk #1705 (See

[jira] [Commented] (HDFS-6010) Make balancer able to balance data among specified servers

2014-03-18 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939277#comment-13939277 ] Yu Li commented on HDFS-6010: - Hi [~szetszwo], [~sanjay.radia] and [~devaraj], Is it ok for me

[jira] [Commented] (HDFS-6010) Make balancer able to balance data among specified servers

2014-03-18 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939308#comment-13939308 ] Devaraj Das commented on HDFS-6010: --- Go ahead and submit, Yu. Make balancer able to

[jira] [Commented] (HDFS-6107) When a block can't be cached due to limited space on the DataNode, that block becomes uncacheable

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939345#comment-13939345 ] Hudson commented on HDFS-6107: -- SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1730 (See

[jira] [Commented] (HDFS-5516) WebHDFS does not require user name when anonymous http requests are disallowed.

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939336#comment-13939336 ] Hudson commented on HDFS-5516: -- SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1730 (See

[jira] [Commented] (HDFS-6094) The same block can be counted twice towards safe mode threshold

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939344#comment-13939344 ] Hudson commented on HDFS-6094: -- SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1730 (See

[jira] [Commented] (HDFS-6090) Use MiniDFSCluster.Builder instead of deprecated constructors

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939342#comment-13939342 ] Hudson commented on HDFS-6090: -- SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1730 (See

[jira] [Commented] (HDFS-6113) Rolling upgrae exception

2014-03-18 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939385#comment-13939385 ] Kihwal Lee commented on HDFS-6113: -- Live upgrades from 2.x to trunk is not supported.

[jira] [Commented] (HDFS-5196) Provide more snapshot information in WebUI

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939442#comment-13939442 ] Hadoop QA commented on HDFS-5196: - {color:red}-1 overall{color}. Here are the results of

[jira] [Updated] (HDFS-6010) Make balancer able to balance data among specified servers

2014-03-18 Thread Yu Li (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu Li updated HDFS-6010: Labels: balancer (was: ) Status: Patch Available (was: In Progress) Submitting patch for hadoop QA to test.

[jira] [Commented] (HDFS-6007) Update documentation about short-circuit local reads

2014-03-18 Thread Masatake Iwasaki (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939485#comment-13939485 ] Masatake Iwasaki commented on HDFS-6007: Thanks for your reviews, [~cmccabe].

[jira] [Updated] (HDFS-6111) Avoid duplicate entries in Block Scan verification logs

2014-03-18 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B updated HDFS-6111: Attachment: HDFS-6111.patch updated patch with findbug fix Avoid duplicate entries in Block Scan

[jira] [Created] (HDFS-6116) RFC: Make getFileBlockLocations part of the public WebHDFS API

2014-03-18 Thread RJ Nowling (JIRA)
RJ Nowling created HDFS-6116: Summary: RFC: Make getFileBlockLocations part of the public WebHDFS API Key: HDFS-6116 URL: https://issues.apache.org/jira/browse/HDFS-6116 Project: Hadoop HDFS

[jira] [Commented] (HDFS-6113) Rolling upgrae exception

2014-03-18 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939571#comment-13939571 ] Tsz Wo Nicholas Sze commented on HDFS-6113: --- ... then we'd better add some

[jira] [Resolved] (HDFS-6113) Rolling upgrae exception

2014-03-18 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved HDFS-6113. - Resolution: Invalid Based on Kihwal and Nicholas's comments, let's close this jira first. Fengdong,

[jira] [Updated] (HDFS-6007) Update documentation about short-circuit local reads

2014-03-18 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-6007: --- Resolution: Fixed Fix Version/s: 2.5.0 Target Version/s: 2.5.0

[jira] [Commented] (HDFS-6007) Update documentation about short-circuit local reads

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939611#comment-13939611 ] Hudson commented on HDFS-6007: -- SUCCESS: Integrated in Hadoop-trunk-Commit #5353 (See

[jira] [Updated] (HDFS-6068) Disallow snapshot names that are also invalid directory names

2014-03-18 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated HDFS-6068: -- Resolution: Fixed Fix Version/s: 2.4.0 Status: Resolved (was: Patch

[jira] [Commented] (HDFS-6068) Disallow snapshot names that are also invalid directory names

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939684#comment-13939684 ] Hudson commented on HDFS-6068: -- SUCCESS: Integrated in Hadoop-trunk-Commit #5354 (See

[jira] [Commented] (HDFS-6099) HDFS file system limits not enforced on renames.

2014-03-18 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939702#comment-13939702 ] Tsz Wo Nicholas Sze commented on HDFS-6099: --- - For rename in the same dir, is it

[jira] [Commented] (HDFS-6010) Make balancer able to balance data among specified servers

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939713#comment-13939713 ] Hadoop QA commented on HDFS-6010: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (HDFS-6111) Avoid duplicate entries in Block Scan verification logs

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939766#comment-13939766 ] Hadoop QA commented on HDFS-6111: - {color:red}-1 overall{color}. Here are the results of

[jira] [Updated] (HDFS-6099) HDFS file system limits not enforced on renames.

2014-03-18 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HDFS-6099: Attachment: HDFS-6099.3.patch Thanks, [~szetszwo]. I'm attaching patch v3, which rebases to

[jira] [Created] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HDFS-6117: - Summary: Print file path information in FileNotFoundException Key: HDFS-6117 URL: https://issues.apache.org/jira/browse/HDFS-6117 Project: Hadoop HDFS

[jira] [Updated] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-6117: -- Attachment: HDFS-6117.patch Here is a trivial patch to print file path in FNFE. Print file

[jira] [Updated] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-6117: -- Status: Patch Available (was: Open) Print file path information in FileNotFoundException

[jira] [Updated] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-6117: -- Target Version/s: 2.4.0 Print file path information in FileNotFoundException

[jira] [Commented] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939804#comment-13939804 ] Suresh Srinivas commented on HDFS-6117: --- I also verified that all FNFE has path

[jira] [Updated] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated HDFS-6117: -- Priority: Minor (was: Major) Hadoop Flags: Reviewed +1 patch looks good.

[jira] [Commented] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939809#comment-13939809 ] Arpit Agarwal commented on HDFS-6117: - +1 pending Jenkins. Print file path

[jira] [Commented] (HDFS-6099) HDFS file system limits not enforced on renames.

2014-03-18 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939821#comment-13939821 ] Tsz Wo Nicholas Sze commented on HDFS-6099: --- I still think that rename in the

[jira] [Commented] (HDFS-6089) Standby NN while transitioning to active throws a connection refused error when the prior active NN process is suspended

2014-03-18 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939829#comment-13939829 ] Andrew Wang commented on HDFS-6089: --- bq. the auto trigger is still running periodically,

[jira] [Created] (HDFS-6119) FSNamesystem code cleanup

2014-03-18 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HDFS-6119: - Summary: FSNamesystem code cleanup Key: HDFS-6119 URL: https://issues.apache.org/jira/browse/HDFS-6119 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-6118) Code cleanup

2014-03-18 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HDFS-6118: - Summary: Code cleanup Key: HDFS-6118 URL: https://issues.apache.org/jira/browse/HDFS-6118 Project: Hadoop HDFS Issue Type: Bug Reporter:

[jira] [Updated] (HDFS-6119) FSNamesystem code cleanup

2014-03-18 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-6119: -- Attachment: HDFS-6119.patch FSNamesystem code cleanup -

[jira] [Updated] (HDFS-6119) FSNamesystem code cleanup

2014-03-18 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-6119: -- Status: Patch Available (was: Open) FSNamesystem code cleanup -

[jira] [Updated] (HDFS-6099) HDFS file system limits not enforced on renames.

2014-03-18 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HDFS-6099: Attachment: HDFS-6099.4.patch Nicholas, please disregard my prior explanation of

[jira] [Commented] (HDFS-6089) Standby NN while transitioning to active throws a connection refused error when the prior active NN process is suspended

2014-03-18 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939848#comment-13939848 ] Jing Zhao commented on HDFS-6089: - Thanks for the response, Andrew. bq. If we add a time

[jira] [Created] (HDFS-6120) Cleanup safe mode error messages

2014-03-18 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-6120: --- Summary: Cleanup safe mode error messages Key: HDFS-6120 URL: https://issues.apache.org/jira/browse/HDFS-6120 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Commented] (HDFS-6099) HDFS file system limits not enforced on renames.

2014-03-18 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939907#comment-13939907 ] Tsz Wo Nicholas Sze commented on HDFS-6099: --- One minor comment: - if

[jira] [Comment Edited] (HDFS-6089) Standby NN while transitioning to active throws a connection refused error when the prior active NN process is suspended

2014-03-18 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939917#comment-13939917 ] Suresh Srinivas edited comment on HDFS-6089 at 3/18/14 10:47 PM:

[jira] [Commented] (HDFS-6089) Standby NN while transitioning to active throws a connection refused error when the prior active NN process is suspended

2014-03-18 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939917#comment-13939917 ] Suresh Srinivas commented on HDFS-6089: --- Basic question - If standby namenode is

[jira] [Updated] (HDFS-6099) HDFS file system limits not enforced on renames.

2014-03-18 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HDFS-6099: Attachment: HDFS-6099.5.patch Here is patch v5 to incorporate the last suggestion. Thank you for

[jira] [Commented] (HDFS-6119) FSNamesystem code cleanup

2014-03-18 Thread Akira AJISAKA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939943#comment-13939943 ] Akira AJISAKA commented on HDFS-6119: - Thanks [~sureshms] for cleaning up the code!

[jira] [Commented] (HDFS-6099) HDFS file system limits not enforced on renames.

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939964#comment-13939964 ] Hadoop QA commented on HDFS-6099: - {color:green}+1 overall{color}. Here are the results of

[jira] [Commented] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939990#comment-13939990 ] Hadoop QA commented on HDFS-6117: - {color:red}-1 overall{color}. Here are the results of

[jira] [Updated] (HDFS-6120) Cleanup safe mode error messages

2014-03-18 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal updated HDFS-6120: Attachment: HDFS-6120.01.patch Patch to - print short diagnostic in {{canLeave}}. - Fix

[jira] [Updated] (HDFS-6120) Cleanup safe mode error messages

2014-03-18 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal updated HDFS-6120: Status: Patch Available (was: Open) Cleanup safe mode error messages

[jira] [Commented] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Akira AJISAKA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939994#comment-13939994 ] Akira AJISAKA commented on HDFS-6117: - +1, the test timeout is not related to the

[jira] [Commented] (HDFS-6119) FSNamesystem code cleanup

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940003#comment-13940003 ] Hadoop QA commented on HDFS-6119: - {color:red}-1 overall{color}. Here are the results of

[jira] [Updated] (HDFS-6112) NFS Gateway docs are incorrect for allowed hosts configuration

2014-03-18 Thread Aaron T. Myers (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers updated HDFS-6112: - Resolution: Fixed Fix Version/s: 2.5.0 Hadoop Flags: Reviewed Status:

[jira] [Commented] (HDFS-6119) FSNamesystem code cleanup

2014-03-18 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940020#comment-13940020 ] Suresh Srinivas commented on HDFS-6119: --- [~ajisakaa], I am essentially cleaning up

[jira] [Commented] (HDFS-6112) NFS Gateway docs are incorrect for allowed hosts configuration

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940027#comment-13940027 ] Hudson commented on HDFS-6112: -- SUCCESS: Integrated in Hadoop-trunk-Commit #5355 (See

[jira] [Commented] (HDFS-6089) Standby NN while transitioning to active throws a connection refused error when the prior active NN process is suspended

2014-03-18 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940037#comment-13940037 ] Andrew Wang commented on HDFS-6089: --- Hi guys, hope I can clarify what I said: bq. Could

[jira] [Commented] (HDFS-6099) HDFS file system limits not enforced on renames.

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940043#comment-13940043 ] Hadoop QA commented on HDFS-6099: - {color:green}+1 overall{color}. Here are the results of

[jira] [Updated] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-6117: -- Resolution: Fixed Fix Version/s: 2.4.0 Status: Resolved (was: Patch

[jira] [Created] (HDFS-6121) Support of mount onto HDFS directories

2014-03-18 Thread Yan (JIRA)
Yan created HDFS-6121: - Summary: Support of mount onto HDFS directories Key: HDFS-6121 URL: https://issues.apache.org/jira/browse/HDFS-6121 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Commented] (HDFS-6119) FSNamesystem code cleanup

2014-03-18 Thread Akira AJISAKA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940049#comment-13940049 ] Akira AJISAKA commented on HDFS-6119: - Thanks, I'll create a separate jira for further

[jira] [Created] (HDFS-6122) Rebalance cached replicas between datanodes

2014-03-18 Thread Andrew Wang (JIRA)
Andrew Wang created HDFS-6122: - Summary: Rebalance cached replicas between datanodes Key: HDFS-6122 URL: https://issues.apache.org/jira/browse/HDFS-6122 Project: Hadoop HDFS Issue Type:

[jira] [Resolved] (HDFS-675) File not being replicated, even when #of DNs 0

2014-03-18 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze resolved HDFS-675. -- Resolution: Cannot Reproduce I believe this is no longer a problem. Resolving... File

[jira] [Commented] (HDFS-6117) Print file path information in FileNotFoundException

2014-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940070#comment-13940070 ] Hudson commented on HDFS-6117: -- SUCCESS: Integrated in Hadoop-trunk-Commit #5356 (See

[jira] [Updated] (HDFS-6110) adding more slow action log in critical write path

2014-03-18 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Xie updated HDFS-6110: Attachment: HDFS-6110-v2.txt making the threshold configruable in patch v2. adding more slow action log

[jira] [Updated] (HDFS-6110) adding more slow action log in critical write path

2014-03-18 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Xie updated HDFS-6110: Attachment: (was: HDFS-6110-v2.txt) adding more slow action log in critical write path

[jira] [Updated] (HDFS-6099) HDFS file system limits not enforced on renames.

2014-03-18 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated HDFS-6099: -- +1 HDFS-6099.5.patch looks good. HDFS file system limits not enforced on renames.

[jira] [Updated] (HDFS-6110) adding more slow action log in critical write path

2014-03-18 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Xie updated HDFS-6110: Attachment: HDFS-6110-v2.txt adding more slow action log in critical write path

[jira] [Commented] (HDFS-6110) adding more slow action log in critical write path

2014-03-18 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940084#comment-13940084 ] Liang Xie commented on HDFS-6110: - [~saint@gmail.com] [~tlipcon], could you guys or

[jira] [Commented] (HDFS-6108) make the length of the range in sync_file_range() configurable

2014-03-18 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940086#comment-13940086 ] Liang Xie commented on HDFS-6108: - any more comments/reviews from other committers?

[jira] [Commented] (HDFS-6099) HDFS file system limits not enforced on renames.

2014-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940092#comment-13940092 ] Hadoop QA commented on HDFS-6099: - {color:green}+1 overall{color}. Here are the results of

[jira] [Created] (HDFS-6123) Improve datanode error messages

2014-03-18 Thread Tsz Wo Nicholas Sze (JIRA)
Tsz Wo Nicholas Sze created HDFS-6123: - Summary: Improve datanode error messages Key: HDFS-6123 URL: https://issues.apache.org/jira/browse/HDFS-6123 Project: Hadoop HDFS Issue Type:

[jira] [Updated] (HDFS-6123) Improve datanode error messages

2014-03-18 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated HDFS-6123: -- Attachment: 6123_20140318.patch 6123_20140318.patch: if isTraceEnabled, log the message

  1   2   >