Abdullah Alamoudi created ASTERIXDB-1953:
--------------------------------------------
Summary: Clean LSM File Managers
Key: ASTERIXDB-1953
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1953
Project: Apache AsterixDB
Issue Type: Bug
Reporter: Abdullah Alamoudi
Assignee: Abdullah Alamoudi
Currently, LSM File managers store all the paths as absolute path Strings. This
makes the code bug prone, and requires constructing multiple File objects. and
using the IO manager to resolve the io device.
More over, all the error messages in these classes are outdated and use the old
mechanism of creating error messages.
Instead of using absolute path strings, we should use FileReferences.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)