ConcurrentStatisticsImpl#queryExecuted() does not update queryExecutionMaxTimeQueryString
Description
The new (3.5.0) concurrent statistics classes broke the logging of the longest query. Path to make it work again: in ConcurrentStatisticsImpl#public void queryExecuted(String hql, int rows, long time) replace
The new (3.5.0) concurrent statistics classes broke the logging of the longest query.
Path to make it work again:
in
ConcurrentStatisticsImpl#public void queryExecuted(String hql, int rows, long time)
replace
ConcurrentStatisticsImpl#queryExecuted()
with
ConcurrentStatisticsImpl#queryExecuted()