]
Andrej Golovnin updated WFLY-5846:
----------------------------------
Git Pull Request:
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
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.