Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
Reduce repeated codes :
if (subclusterResolver instanceof MountTableResolver) { try { MountTableResolver mountTable = (MountTableResolver)subclusterResolver; MountTable entry = mountTable.getMountPoint(path); // check logic } catch (IOException e) { LOG.error("Cannot get mount point", e); } } return false;
Attachments
Issue Links
- links to