Description
A Coverity scan reported some "defects" in the recently-added gateway-service-remoteconfig module.
After review, the test code "defects" will not be addressed, but the following will:
______________________________________________________________________________
CID 1383366: Null pointer dereferences (NULL_RETURNS)
/gateway-service-remoteconfig/src/main/java/org/apache/hadoop/gateway/service/config/remote/zk/RemoteConfigurationRegistryJAASConfig.java: 106 in org.apache.hadoop.gateway.service.config.remote.zk.RemoteConfigurationRegistryJAASConfig.createEntry(org.apache.hadoop.gateway.service.config.remote.RemoteConfigurationRegistryConfig)()
________________________________________________________________________________________________________
CID 1383364: Null pointer dereferences (NULL_RETURNS)
/gateway-service-remoteconfig/src/main/java/org/apache/hadoop/gateway/service/config/remote/zk/CuratorClientService.java: 339 in org.apache.hadoop.gateway.service.config.remote.zk.CuratorClientService$ChildEntryListenerAdapter.childEvent(org.apache.curator.framework.CuratorFramework, org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent)()