[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-1895) Use log.trace in InterceptorSequencer

Carlo de Wolf (JIRA) jira-events at lists.jboss.org
Wed Aug 19 07:43:26 EDT 2009


     [ https://jira.jboss.org/jira/browse/EJBTHREE-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlo de Wolf updated EJBTHREE-1895:
------------------------------------

    Component Fix Version(s): 1.0.3
                    Priority: Blocker  (was: Major)


> Use log.trace in InterceptorSequencer
> -------------------------------------
>
>                 Key: EJBTHREE-1895
>                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1895
>             Project: EJB 3.0
>          Issue Type: Task
>          Components: interceptors
>            Reporter: Andrew Lee Rubinger
>            Assignee: Andrew Lee Rubinger
>            Priority: Blocker
>             Fix For: 1.1.15
>
>
> Profiling has revealed a hotspot in invocation:
> public Object aroundInvoke(Invocation invocation) throws Throwable
>    {
>       log.debug("aroundInvoke " + invocation);
>       return invoke(invocation);
>    }
> Change this to log.trace() and apply a isTraceEnabled check

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list