Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
-
None
Description
To execute `HddsDispatcher.sendCloseContainerActionIfNeeded` once, need to call `getCapacity()` 3 times and `getAvailable()` 2 times.
The `getCapacity()` and `getAvailable()` are System call, we need reduce the System calls.
Here reduces the number of `getCapacity()` and `getAvailable()` calls to one each.
Attachments
Attachments
Issue Links
- is related to
-
HDDS-9842 [hsync] Checking disk capacity at every write request is expensive for HBase
- Resolved
- links to