Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
-
Reviewed
Description
This JIRA proposes to measure the time the of lock of FsDatasetImpl is held by a thread. Doing so will allow us to measure lock statistics.
This can be done by extending the AutoCloseableLock lock object in FsDatasetImpl. In the future we can also consider replacing the lock with a read-write lock.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-10475 Adding metrics for long FSNamesystem read and write locks
- Open
- requires
-
HDFS-10682 Replace FsDatasetImpl object lock with a separate lock object
- Resolved