sumitagrawl commented on code in PR #5721:
URL: https://github.com/apache/ozone/pull/5721#discussion_r1422119388
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/volume/AvailableSpaceFilter.java:
##########
@@ -42,10 +42,10 @@ public boolean test(HddsVolume vol) {
long free = vol.getAvailable();
long committed = vol.getCommittedBytes();
long available = free - committed;
- long volumeFreeSpace =
+ long volumeFreeSpaceTpSpare =
Review Comment:
nit: spelling incorrect, volumeFreeSpaceToSpare
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]