-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.10.0
-
Component/s: None
-
Labels:
On the method private Versioned<ClusterMetadata> fetchMetadata(String metadataUrl),the metadata is initialised as NULL, and the metadata = mapper.readValue(...) may be NULL,but there is no check, so if metadata is NULL, metadata.getName() will throw an exception that is not caught