[jira] [Updated] (HDFS-1965) IPCs done using block token-based tickets can't reuse connections

2011-05-19 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1965: -- Status: Patch Available (was: Open) > IPCs done using block token-based tickets can't reuse connections

[jira] [Updated] (HDFS-1965) IPCs done using block token-based tickets can't reuse connections

2011-05-19 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1965: -- Attachment: hdfs-1965.txt Turns out the reason that RPC.stopProxy isn't effective in "real life" is that

[jira] [Updated] (HDFS-1965) IPCs done using block token-based tickets can't reuse connections

2011-05-19 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1965: -- Attachment: hdfs-1965.txt Fixes the javac warning > IPCs done using block token-based tickets can't reu

[jira] [Updated] (HDFS-1965) IPCs done using block token-based tickets can't reuse connections

2011-05-20 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1965: -- Attachment: hdfs-1965.txt Addressed all of Nicholas's feedback, except for making {{confWithNoIpcIdle}}

[jira] [Updated] (HDFS-1965) IPCs done using block token-based tickets can't reuse connections

2011-05-20 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HDFS-1965: - Hadoop Flags: [Reviewed] +1 patch looks good. > IPCs done using block token-based

[jira] [Updated] (HDFS-1965) IPCs done using block token-based tickets can't reuse connections

2011-05-20 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1965: -- Attachment: hdfs-1965-0.22.txt Here's a patch for 0.22. Unfortunately I had to get rid of the part of th

[jira] [Updated] (HDFS-1965) IPCs done using block token-based tickets can't reuse connections

2011-05-23 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-1965: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed the 22 patch. Thanks, Nicho