[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802715#action_12802715 ] Todd Lipcon commented on HADOOP-6498: - I think we're having comment race conditions he

[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802714#action_12802714 ] Todd Lipcon commented on HADOOP-6498: - Ruyue: could you make this a unit test by makin

[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Vinod K V (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802711#action_12802711 ] Vinod K V commented on HADOOP-6498: --- oh.. comments collided.. well For testing this, I

[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Vinod K V (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802709#action_12802709 ] Vinod K V commented on HADOOP-6498: --- Right then. The fix looks good to me. We will need

[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Ruyue Ma (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802708#action_12802708 ] Ruyue Ma commented on HADOOP-6498: -- To: Hairong Unit test is very difficult. You can mo

[jira] Updated: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Ruyue Ma (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruyue Ma updated HADOOP-6498: - Attachment: hadoop-6498-branch-0.20 for branch 0.20 > IPC client bug may cause rpc call hang > ---

[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Ruyue Ma (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802684#action_12802684 ] Ruyue Ma commented on HADOOP-6498: -- The bug was found two times in our cluster. 1. taskt

[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Vinod K V (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802654#action_12802654 ] Vinod K V commented on HADOOP-6498: --- Ruyue.. I am not against this fix. Just trying to m

[jira] Commented: (HADOOP-6374) JUnit tests should never depend on anything in conf

2010-01-19 Thread Anatoli Fomenko (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802651#action_12802651 ] Anatoli Fomenko commented on HADOOP-6374: - Please review the submitted patch. Than

[jira] Commented: (HADOOP-5760) Task process hanging on an RPC call

2010-01-19 Thread Ruyue Ma (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-5760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802638#action_12802638 ] Ruyue Ma commented on HADOOP-5760: -- could we make this issue as a duplicate of hadoop-64

[jira] Updated: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-6498: -- Priority: Blocker (was: Critical) Fix Version/s: 0.20.2 Good catch, Ruyue! It would

[jira] Updated: (HADOOP-6299) Use JAAS LoginContext for our login

2010-01-19 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-6299: -- Attachment: h-6299.patch This patch updates Common to the new UGI. Details: 1. Removes the

[jira] Commented: (HADOOP-6499) Standardize when we return false and when we throw IOException in FileSystem API

2010-01-19 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802474#action_12802474 ] Owen O'Malley commented on HADOOP-6499: --- This is hard to change in a compatible way.

[jira] Created: (HADOOP-6499) Standardize when we return false and when we throw IOException in FileSystem API

2010-01-19 Thread Zheng Shao (JIRA)
Standardize when we return false and when we throw IOException in FileSystem API Key: HADOOP-6499 URL: https://issues.apache.org/jira/browse/HADOOP-6499 Project: Hadoop C

[jira] Commented: (HADOOP-6419) Change RPC layer to support SASL/token based mutual authentication

2010-01-19 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802454#action_12802454 ] Doug Cutting commented on HADOOP-6419: -- Looking at the most recent patch, it appear t

[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Ruyue Ma (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802403#action_12802403 ] Ruyue Ma commented on HADOOP-6498: -- In Client.java->receiveResponse(): Call call

[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Ruyue Ma (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802398#action_12802398 ] Ruyue Ma commented on HADOOP-6498: -- P.S. This bug is not related to uncaught exception li

[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Ruyue Ma (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802395#action_12802395 ] Ruyue Ma commented on HADOOP-6498: -- Two points: 1) Connection exception(networking has s

[jira] Commented: (HADOOP-6056) Use java.net.preferIPv4Stack to force IPv4

2010-01-19 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802358#action_12802358 ] Steve Loughran commented on HADOOP-6056: Michele, I can see this will be trouble.

[jira] Commented: (HADOOP-6498) IPC client bug may cause rpc call hang

2010-01-19 Thread Vinod K V (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802343#action_12802343 ] Vinod K V commented on HADOOP-6498: --- Though the fix is a proper direction to avoid clien

[jira] Commented: (HADOOP-6461) webapps aren't located correctly post-split

2010-01-19 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802325#action_12802325 ] Steve Loughran commented on HADOOP-6461: I might be seeing this, though its confus

[jira] Updated: (HADOOP-6056) Use java.net.preferIPv4Stack to force IPv4

2010-01-19 Thread Michele (aka pirroh) Catasta (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele (aka pirroh) Catasta updated HADOOP-6056: - Status: Open (was: Patch Available) Re-opening the issue, I mis

[jira] Updated: (HADOOP-6056) Use java.net.preferIPv4Stack to force IPv4

2010-01-19 Thread Michele (aka pirroh) Catasta (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele (aka pirroh) Catasta updated HADOOP-6056: - Attachment: HADOOP-6056.patch > Use java.net.preferIPv4Stack to

[jira] Updated: (HADOOP-6056) Use java.net.preferIPv4Stack to force IPv4

2010-01-19 Thread Michele (aka pirroh) Catasta (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele (aka pirroh) Catasta updated HADOOP-6056: - Status: Patch Available (was: Open) net.ipv6.bindv6only = 1 is