Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The ozone hdfs interface spends a lot of time unnecessarily reading config files. On our cluster, (as shown in the flame graph below,) 90% of the time of a rename is spent reading config files unnecessarily.
The fix is just to read them once when the hdfs is created, and reuse them there after.
I'll post the fix soon.
Attachments
Attachments
Issue Links
- is duplicated by
-
HDDS-10005 OzoneConfiguration.of() is expensive
- Resolved
- links to