You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/07/01 07:07:07 UTC

[jira] [Commented] (GORA-230) Change logging behavior in AccumuloStore to pass exception object to LOG.error method.

    [ https://issues.apache.org/jira/browse/GORA-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696549#comment-13696549 ] 

Hudson commented on GORA-230:
-----------------------------

Integrated in goraOracle #6 (See [https://builds.apache.org/job/goraOracle/6/])
    GORA-230 Change logging behavior in AccumuloStore to pass exception object to LOG.error method. (Revision 08939c94d233587a7b31cb56d1372d61904b95c7)

     Result = FAILURE
lewismc : 
Files : 
* gora-accumulo/src/main/java/org/apache/gora/accumulo/store/AccumuloStore.java
* CHANGES.txt

                
> Change logging behavior in AccumuloStore to pass exception object to LOG.error method.
> --------------------------------------------------------------------------------------
>
>                 Key: GORA-230
>                 URL: https://issues.apache.org/jira/browse/GORA-230
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-accumulo
>    Affects Versions: 0.3
>            Reporter: David Medinets
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: GORA-230.patch
>
>
> Around line 287, instead of calling e.getMessage() and e.getStackTrace().toString(), the code can use       LOG.error(e.getMessage(), e); so the stack trace is exposed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira