]
Brian Stansberry reassigned WFLY-5846:
--------------------------------------
Fix Version/s: 10.1.0.Final
Assignee: Andrej Golovnin
Resolution: Done
Thanks!
WaitTimeInterceptor should store the start wait time in the context
only if the statistics are enabled.
-------------------------------------------------------------------------------------------------------
Key: WFLY-5846
URL:
https://issues.jboss.org/browse/WFLY-5846
Project: WildFly
Issue Type: Enhancement
Components: EJB
Affects Versions: 10.0.0.CR4
Reporter: Andrej Golovnin
Assignee: Andrej Golovnin
Fix For: 10.1.0.Final
Currently the WaitTimeInterceptor always stores the start wait time in the interceptor
context. But the ExecutionTimeInterceptor uses this value only if the statistics are
enabled on the component. Therefore the WaitTimeInterceptor should be changed to store the
start wait time in the context only if statistics are enabled.