This is an automated email from the ASF dual-hosted git repository.
jojochuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
from b8bc13d9a7e HDDS-16336. S3 GET inverted Range with start inside object
yields negative Content-Length (#11160).
add 0f0e73574b9 HDDS-16288. Replace MutableRate with lock-free
ConcurrentMutableRate on OM hot-path metrics (#11128)
No new revisions were added by this update.
Summary of changes:
.../hadoop/ozone/util/ConcurrentMutableRate.java | 49 +++
.../org/apache/hadoop/ozone/util/MetricUtil.java | 6 +-
.../hadoop/ozone/om/OMPerformanceMetrics.java | 403 +++++++++++++--------
.../om/service/KeyLifecycleServiceMetrics.java | 31 +-
.../hadoop/ozone/om/TestOMPerformanceMetrics.java | 107 ++++++
.../protocolPB/TestOzoneManagerRequestHandler.java | 4 +-
6 files changed, 430 insertions(+), 170 deletions(-)
create mode 100644
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/util/ConcurrentMutableRate.java
create mode 100644
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/TestOMPerformanceMetrics.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]