Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
In method CompactionChecker.chore(), we iterate the map named onlineRegions ,which the type of value is HRegion, So we do not need to type conversion from Region to HRegion.
private final Map<String, HRegion> onlineRegions = new ConcurrentHashMap<>();
Attachments
Issue Links
- links to