You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/01/31 23:14:06 UTC

[jira] Created: (HADOOP-963) improve the stack trace returned by RPC client

improve the stack trace returned by RPC client
----------------------------------------------

                 Key: HADOOP-963
                 URL: https://issues.apache.org/jira/browse/HADOOP-963
             Project: Hadoop
          Issue Type: Improvement
          Components: ipc
    Affects Versions: 0.10.1
            Reporter: Owen O'Malley
         Assigned To: Owen O'Malley
             Fix For: 0.11.0


Currently, the RemoteException thrown from calls to RPCs include the stack trace from the RPC thread rather than the user's thread. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-963) improve the stack trace returned by RPC client

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-963:
---------------------------------

    Status: Patch Available  (was: Open)

> improve the stack trace returned by RPC client
> ----------------------------------------------
>
>                 Key: HADOOP-963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-963
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.10.1
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.11.0
>
>         Attachments: rpc-err.patch
>
>
> Currently, the RemoteException thrown from calls to RPCs include the stack trace from the RPC thread rather than the user's thread. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-963) improve the stack trace returned by RPC client

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-963:
---------------------------------

    Attachment: rpc-err.patch

This patch replaces the RPC's call stack with the one relevant to the client.

> improve the stack trace returned by RPC client
> ----------------------------------------------
>
>                 Key: HADOOP-963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-963
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.10.1
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.11.0
>
>         Attachments: rpc-err.patch
>
>
> Currently, the RemoteException thrown from calls to RPCs include the stack trace from the RPC thread rather than the user's thread. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-963) improve the stack trace returned by RPC client

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-963:
--------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Owen!

> improve the stack trace returned by RPC client
> ----------------------------------------------
>
>                 Key: HADOOP-963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-963
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.10.1
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.11.0
>
>         Attachments: rpc-err.patch
>
>
> Currently, the RemoteException thrown from calls to RPCs include the stack trace from the RPC thread rather than the user's thread. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-963) improve the stack trace returned by RPC client

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469249 ] 

Hadoop QA commented on HADOOP-963:
----------------------------------

+1, because http://issues.apache.org/jira/secure/attachment/12350081/rpc-err.patch applied and successfully tested against trunk revision r502029.

> improve the stack trace returned by RPC client
> ----------------------------------------------
>
>                 Key: HADOOP-963
>                 URL: https://issues.apache.org/jira/browse/HADOOP-963
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.10.1
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.11.0
>
>         Attachments: rpc-err.patch
>
>
> Currently, the RemoteException thrown from calls to RPCs include the stack trace from the RPC thread rather than the user's thread. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.