You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Ari Rabkin (JIRA)" <ji...@apache.org> on 2009/07/26 18:45:14 UTC

[jira] Created: (CHUKWA-359) Failed adaptor creation should report detailed errors

Failed adaptor creation should report detailed errors
-----------------------------------------------------

                 Key: CHUKWA-359
                 URL: https://issues.apache.org/jira/browse/CHUKWA-359
             Project: Hadoop Chukwa
          Issue Type: Improvement
          Components: data collection
            Reporter: Ari Rabkin
            Priority: Minor


Right now, if an "add" command fails, the error message is entirely non-specific.  This is unfortunately somewhat painful to fix, since the only way processAddCommand() can return an error is by throwing an exception, and this means changing function signatures in a lot of places.  But would be a significant usability improvement.

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


[jira] Assigned: (CHUKWA-359) Failed adaptor creation should report detailed errors

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

Ari Rabkin reassigned CHUKWA-359:
---------------------------------

    Assignee: Ari Rabkin

> Failed adaptor creation should report detailed errors
> -----------------------------------------------------
>
>                 Key: CHUKWA-359
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-359
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: data collection
>            Reporter: Ari Rabkin
>            Assignee: Ari Rabkin
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: CHUKWA-359.patch
>
>
> Right now, if an "add" command fails, the error message is entirely non-specific.  This is unfortunately somewhat painful to fix, since the only way processAddCommand() can return an error is by throwing an exception, and this means changing function signatures in a lot of places.  But would be a significant usability improvement.

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


[jira] Updated: (CHUKWA-359) Failed adaptor creation should report detailed errors

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

Ari Rabkin updated CHUKWA-359:
------------------------------

    Attachment: CHUKWA-359.patch

Also fixes a minor bug in exec adaptor, that caused me to implement this.

> Failed adaptor creation should report detailed errors
> -----------------------------------------------------
>
>                 Key: CHUKWA-359
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-359
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: data collection
>            Reporter: Ari Rabkin
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: CHUKWA-359.patch
>
>
> Right now, if an "add" command fails, the error message is entirely non-specific.  This is unfortunately somewhat painful to fix, since the only way processAddCommand() can return an error is by throwing an exception, and this means changing function signatures in a lot of places.  But would be a significant usability improvement.

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


[jira] Updated: (CHUKWA-359) Failed adaptor creation should report detailed errors

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

Ari Rabkin updated CHUKWA-359:
------------------------------

    Fix Version/s: 0.4.0

> Failed adaptor creation should report detailed errors
> -----------------------------------------------------
>
>                 Key: CHUKWA-359
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-359
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: data collection
>            Reporter: Ari Rabkin
>            Assignee: Ari Rabkin
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: CHUKWA-359.patch
>
>
> Right now, if an "add" command fails, the error message is entirely non-specific.  This is unfortunately somewhat painful to fix, since the only way processAddCommand() can return an error is by throwing an exception, and this means changing function signatures in a lot of places.  But would be a significant usability improvement.

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


[jira] Updated: (CHUKWA-359) Failed adaptor creation should report detailed errors

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

Ari Rabkin updated CHUKWA-359:
------------------------------

    Status: Patch Available  (was: Open)

> Failed adaptor creation should report detailed errors
> -----------------------------------------------------
>
>                 Key: CHUKWA-359
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-359
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: data collection
>            Reporter: Ari Rabkin
>            Priority: Minor
>         Attachments: CHUKWA-359.patch
>
>
> Right now, if an "add" command fails, the error message is entirely non-specific.  This is unfortunately somewhat painful to fix, since the only way processAddCommand() can return an error is by throwing an exception, and this means changing function signatures in a lot of places.  But would be a significant usability improvement.

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


[jira] Updated: (CHUKWA-359) Failed adaptor creation should report detailed errors

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

Ari Rabkin updated CHUKWA-359:
------------------------------

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

Passes unit tests, and I just committed this.

> Failed adaptor creation should report detailed errors
> -----------------------------------------------------
>
>                 Key: CHUKWA-359
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-359
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: data collection
>            Reporter: Ari Rabkin
>            Assignee: Ari Rabkin
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: CHUKWA-359.patch
>
>
> Right now, if an "add" command fails, the error message is entirely non-specific.  This is unfortunately somewhat painful to fix, since the only way processAddCommand() can return an error is by throwing an exception, and this means changing function signatures in a lot of places.  But would be a significant usability improvement.

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


[jira] Commented: (CHUKWA-359) Failed adaptor creation should report detailed errors

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850972#action_12850972 ] 

Hudson commented on CHUKWA-359:
-------------------------------

Integrated in Chukwa-trunk #330 (See [http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/330/])
    

> Failed adaptor creation should report detailed errors
> -----------------------------------------------------
>
>                 Key: CHUKWA-359
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-359
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: data collection
>            Reporter: Ari Rabkin
>            Assignee: Ari Rabkin
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: CHUKWA-359.patch
>
>
> Right now, if an "add" command fails, the error message is entirely non-specific.  This is unfortunately somewhat painful to fix, since the only way processAddCommand() can return an error is by throwing an exception, and this means changing function signatures in a lot of places.  But would be a significant usability improvement.

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


[jira] Commented: (CHUKWA-359) Failed adaptor creation should report detailed errors

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803033#action_12803033 ] 

Eric Yang commented on CHUKWA-359:
----------------------------------

+1 looks good.

> Failed adaptor creation should report detailed errors
> -----------------------------------------------------
>
>                 Key: CHUKWA-359
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-359
>             Project: Hadoop Chukwa
>          Issue Type: Improvement
>          Components: data collection
>            Reporter: Ari Rabkin
>            Assignee: Ari Rabkin
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: CHUKWA-359.patch
>
>
> Right now, if an "add" command fails, the error message is entirely non-specific.  This is unfortunately somewhat painful to fix, since the only way processAddCommand() can return an error is by throwing an exception, and this means changing function signatures in a lot of places.  But would be a significant usability improvement.

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