Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The coding style for libhdfs++ is to return Status objects rather than throwing exceptions. The interface for ConfigurationLoader should switch out bools for Status objects, and ConfigurationLoader::UpdateMapWithBytes (and any other place we interact wtih rapidxml) should catch rapidxml exceptions, returning an appropriate Status message.