You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dave Brosius (Created) (JIRA)" <ji...@apache.org> on 2011/10/15 19:43:11 UTC

[jira] [Created] (CASSANDRA-3365) [patch] don't stutter exception messages

[patch] don't stutter exception messages
----------------------------------------

                 Key: CASSANDRA-3365
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3365
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Dave Brosius
            Priority: Trivial
         Attachments: stutter_ex.diff

doing

log.error(e.getMessage(), e);

just stutters the error message twice, which is annoying. Use a real message

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3365) [patch] don't stutter exception messages

Posted by "Brandon Williams (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-3365:
----------------------------------------

    Fix Version/s: 1.0.1
    
> [patch] don't stutter exception messages
> ----------------------------------------
>
>                 Key: CASSANDRA-3365
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3365
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Dave Brosius
>            Priority: Trivial
>             Fix For: 1.0.1
>
>         Attachments: stutter_ex.diff
>
>
> doing
> log.error(e.getMessage(), e);
> just stutters the error message twice, which is annoying. Use a real message

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3365) [patch] don't stutter exception messages

Posted by "Dave Brosius (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Brosius updated CASSANDRA-3365:
------------------------------------

    Attachment: stutter_ex.diff
    
> [patch] don't stutter exception messages
> ----------------------------------------
>
>                 Key: CASSANDRA-3365
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3365
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Dave Brosius
>            Priority: Trivial
>         Attachments: stutter_ex.diff
>
>
> doing
> log.error(e.getMessage(), e);
> just stutters the error message twice, which is annoying. Use a real message

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CASSANDRA-3365) [patch] don't stutter exception messages

Posted by "Brandon Williams (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams resolved CASSANDRA-3365.
-----------------------------------------

    Resolution: Fixed
      Reviewer: brandon.williams

Committed.
                
> [patch] don't stutter exception messages
> ----------------------------------------
>
>                 Key: CASSANDRA-3365
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3365
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Dave Brosius
>            Priority: Trivial
>             Fix For: 1.0.1
>
>         Attachments: stutter_ex.diff
>
>
> doing
> log.error(e.getMessage(), e);
> just stutters the error message twice, which is annoying. Use a real message

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira