Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Implemented
-
None
Description
public DatanodeInfo getNode(DatanodeDetails datanodeDetails) throws NodeNotFoundException { return nodeStateMap.getNodeInfo(datanodeDetails.getUuid());
Some callers create DatanodeDetails just for the lookup. These could be avoided by an overloaded method accepting UUID directly.
Attachments
Attachments
Issue Links
- links to