Indhumathi27 commented on issue #3252: [CARBONDATA-3409] Fix Concurrent dataloading Issue with mv
URL:
https://github.com/apache/carbondata/pull/3252#issuecomment-498171113
@akashrn5 for every new load to datamap, we will take TableStatusLock and write new LoadMetadataEntry with new load name and set segmentInfo to ExtraInfo and segmentStatus to Insert_In_Progress. so, when next dataload comes for datamap, we will consider both "SUCCESS & INSERT_IN_PROGRESS" segments and get specified segments to load for that corresponding datamap load.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services