Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.3
-
Reviewed
Description
The DirListingIterator constructor calls storageStatistics.incrementOpCounter(OpType.LIST_LOCATED_STATUS) unconditionally even if 'needLocation' is false. It seems that if needLocation is false, it should increment the LIST_STATUS counter instead.