ravikiran created CARBONDATA-261:
------------------------------------
Summary: clean files is updating the stale segments to the table status.
Key: CARBONDATA-261
URL:
https://issues.apache.org/jira/browse/CARBONDATA-261 Project: CarbonData
Issue Type: Bug
Components: data-load, data-query
Affects Versions: 0.1.0-incubating
Reporter: ravikiran
Assignee: ravikiran
in clean files it will read the table status first and it will delete the physical locations and update the table metadata and then take the lock for writing and after that it will write the old read list to the file.
but this is wrong as in the time between the read and write the table status would have been changed.
so before writing it should read the table status again and update the changes and then write.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)