[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-16 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-3912: -- Attachment: HDFS-3912.branch-1.patch Fixed the typo > Detecting and avoiding st

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-16 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-3912: -- Status: Open (was: Patch Available) Canceling patch to prevent Jenkins from running builds for

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-16 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912-branch-1.patch The patch for branch-1. > Detecting and avoiding stale

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-10 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912-010.patch HDFS-3912-branch-1.1-001.patch Patch for branch 1.1. Also di

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-05 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912.009.patch Updated based on Suresh's comments. > Detecting and avoidin

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-05 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912.008.patch Addressed Nicolas's comments. Now we check if the stale interval is positive

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-05 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912.007.patch The DataNode#heartbeatsDisabledForTests should be declared as volatile, and

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-05 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912.006.patch Upload the patch with minor updates. > Detecting and avoidi

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-05 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Assignee: Jing Zhao (was: nkeywal) Affects Version/s: 3.0.0 Status: Patch Availa

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-02 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912.005.patch Thanks for the comments Suresh! I've addressed most of the comments. I will

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-01 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912.004.patch Removed redundant test cases and correct part of the comments in the test.

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-10-01 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912.003.patch Moved stalenode-related information from FSNameSystem back to DatanodeManage

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-09-25 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912.002.patch Some cleanup for the patch. > Detecting and avoiding stale

[jira] [Updated] (HDFS-3912) Detecting and avoiding stale datanodes for writing

2012-09-21 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-3912: Attachment: HDFS-3912.001.patch And some initial patch for the simpler solution. > Detectin