This is an automated email from the ASF dual-hosted git repository.
ppa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from 1ef8248 IGNITE-16730 Eliminate usage of FileLock in
MarshallerMappingFileStore (#9912)
add 8d710aa IGNITE-16648 Added task execution time metric to thread pools
(#9892)
No new revisions were added by this update.
Summary of changes:
docs/_docs/monitoring-metrics/new-metrics.adoc | 1 +
.../metric/impl/HistogramMetricImpl.java | 10 +++
.../internal/processors/pool/PoolProcessor.java | 9 +++
.../ignite/internal/util/GridMutableLong.java | 9 +++
.../ignite/internal/util/StripedExecutor.java | 49 +++++++++++--
.../thread/IgniteStripedThreadPoolExecutor.java | 22 +++++-
.../ignite/thread/IgniteThreadPoolExecutor.java | 85 +++++++++++++++++++++-
.../ignite/thread/ThreadPoolMetricsTest.java | 9 ++-
8 files changed, 182 insertions(+), 12 deletions(-)