Description
Input stream statistics aren't being passed through to metrics once merged. Also, the following "common statistics" are not being incremented or tracked by metrics:
OP_APPEND OP_CREATE OP_CREATE_NON_RECURSIVE OP_DELETE OP_GET_CONTENT_SUMMARY OP_GET_FILE_CHECKSUM OP_GET_STATUS OP_MODIFY_ACL_ENTRIES OP_OPEN OP_REMOVE_ACL OP_REMOVE_ACL_ENTRIES OP_REMOVE_DEFAULT_ACL OP_SET_ACL OP_SET_OWNER OP_SET_PERMISSION OP_SET_TIMES OP_TRUNCATE
Most of those make sense, but we can easily add OP_CREATE (and it's non-recursive cousin), OP_DELETE, OP_OPEN.
Attachments
Attachments
Issue Links
- is duplicated by
-
HADOOP-14975 S3AInputStream/OutputStream statistics aren't getting into StorageStatistics
- Resolved