[jira] Updated: (HDFS-1529) Incorrect handling of interrupts in waitForAckedSeqno can cause deadlock

2010-12-06 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1529: -- Attachment: Test.java Here's a little test program I wrote to show the weird semantics of Object.wait()

[jira] Updated: (HDFS-1529) Incorrect handling of interrupts in waitForAckedSeqno can cause deadlock

2010-12-06 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1529: -- Attachment: hdfs-1529.txt Here's a potential fix for this. close() and hflush() now may throw Interrupt

[jira] Updated: (HDFS-1529) Incorrect handling of interrupts in waitForAckedSeqno can cause deadlock

2010-12-06 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1529: -- Status: Patch Available (was: Open) > Incorrect handling of interrupts in waitForAckedSeqno can cause d

[jira] Updated: (HDFS-1529) Incorrect handling of interrupts in waitForAckedSeqno can cause deadlock

2010-12-06 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1529: -- Attachment: hdfs-1529.txt Fixed test cases which were missing a finally { cluster.shutdown() } > Incor

[jira] Updated: (HDFS-1529) Incorrect handling of interrupts in waitForAckedSeqno can cause deadlock

2010-12-22 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1529: -- Attachment: hdfs-1529.txt Thanks for reviewing. I clarified the comment about the specific condition we

[jira] Updated: (HDFS-1529) Incorrect handling of interrupts in waitForAckedSeqno can cause deadlock

2010-12-22 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1529: -- Status: Patch Available (was: Open) > Incorrect handling of interrupts in waitForAckedSeqno can cause d

[jira] Updated: (HDFS-1529) Incorrect handling of interrupts in waitForAckedSeqno can cause deadlock

2010-12-22 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1529: -- Status: Open (was: Patch Available) > Incorrect handling of interrupts in waitForAckedSeqno can cause d

[jira] Updated: (HDFS-1529) Incorrect handling of interrupts in waitForAckedSeqno can cause deadlock

2011-01-10 Thread Nigel Daley (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nigel Daley updated HDFS-1529: -- Fix Version/s: 0.22.0 Blocker for 0.22 > Incorrect handling of interrupts in waitForAckedSeqno can caus

[jira] Updated: (HDFS-1529) Incorrect handling of interrupts in waitForAckedSeqno can cause deadlock

2011-02-04 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1529: -- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) Comm